Browse Source

add vscode settings file

pull/1/head
Alexey Velikiy 6 years ago
parent
commit
c846059ad9
  1. 6
      analytics/.vscode/settings.json

6
analytics/.vscode/settings.json vendored

@ -0,0 +1,6 @@
{
"python.pythonPath": "python",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"editor.tabSize": 4,
"editor.insertSpaces": true
}
Loading…
Cancel
Save