Skip to content
Snippets Groups Projects
Commit 58ca8a6f authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

add setting.json config

parent 0a536fd0
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,23 @@ Pour utiliser le bash de git, modifier la ligne: ...@@ -51,6 +51,23 @@ Pour utiliser le bash de git, modifier la ligne:
"terminal.integrated.shell.windows": "C:\\MinGW\\msys\\1.0\\bin\\bash.exe", "terminal.integrated.shell.windows": "C:\\MinGW\\msys\\1.0\\bin\\bash.exe",
par par
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
Add in user setting.json:
"[python]": {
"editor.insertSpaces": true,
"editor.tabSize": 4
}
In setting.json:
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.linting.mypyEnabled": false,
"python.pythonPath": "C:\\opt\\python\\python3.7\\python.exe",
"editor.formatOnSave": true,
"editor.formatOnType": true,
"python.autoComplete.addBrackets": true,
"editor.formatOnPaste": true
Modules pYthon à intaller: Modules pYthon à intaller:
-------------------------- --------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment