add VS Code config with OSX path, but should be platform independent
This commit is contained in:
parent
4b28af0b42
commit
8319240a06
1 changed files with 20 additions and 0 deletions
20
Library/Application Support/Code/User/settings.json
Normal file
20
Library/Application Support/Code/User/settings.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
// Place your settings in this file to overwrite the default settings
|
||||
{
|
||||
"window.zoomLevel": 1,
|
||||
"editor.renderWhitespace": "none",
|
||||
"editor.renderControlCharacters": true,
|
||||
"editor.minimap.enabled": false,
|
||||
"workbench.startupEditor": "none",
|
||||
"workbench.editor.enablePreview": false,
|
||||
"workbench.colorTheme": "Soup (rainglow)",
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"files.trimFinalNewlines": true,
|
||||
"files.insertFinalNewline": true,
|
||||
"editor.rulers": [
|
||||
80
|
||||
],
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"editor.scrollBeyondLastLine": false,
|
||||
"workbench.statusBar.feedback.visible": false,
|
||||
"python.pythonPath": "/Users/oliver.ladner/envs/ansible2-latest/bin/python"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue