Skip to content

Instantly share code, notes, and snippets.

@i5on9i
Last active August 22, 2020 01:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save i5on9i/21fd3b5db2029caccce0e54b985d7f48 to your computer and use it in GitHub Desktop.
Save i5on9i/21fd3b5db2029caccce0e54b985d7f48 to your computer and use it in GitHub Desktop.
{
"files.watcherExclude": {
"**/.bloop": true,
"**/.metals": true,
"**/.ammonite": true
},
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"diffEditor.ignoreTrimWhitespace": false,
"python.languageServer": "Pylance",
"python.analysis.cacheFolderPath": ".vscode",
"python.analysis.memory.keepLibraryLocalVariables": false,
"python.venvPath": "c:\\\\a\\\\envs",
"python.analysis.cachingLevel": "Library",
"python.analysis.memory.keepLibraryAst": true,
"outline.showVariables": false,
"outline.showEnums": false,
"outline.showProperties": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment