W
{
"editor.unicodeHighlight.invisibleCharacters": false,
"workbench.colorTheme": "Default Dark+",
"editor.largeFileOptimizations": false,
"python.diagnostics.sourceMapsEnabled": true,
"python.globalModuleInstallation": true,
"python.terminal.activateEnvInCurrentTerminal": true,
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": true,
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
"editor.linkedEditing": true,
"files.autoGuessEncoding": true,
"workbench.experimental.editSessions.enabled": true,
"workbench.trustedDomains.promptInTrustedWorkspace": true,
"workbench.editor.enablePreviewFromCodeNavigation": true,
"workbench.editor.enablePreviewFromQuickOpen": true,
"window.commandCenter": true,
"debug.autoExpandLazyVariables": true,
"testing.alwaysRevealTestOnStateChange": true,
"testing.automaticallyOpenPeekViewDuringAutoRun": true,
"scm.alwaysShowActions": true,
"scm.alwaysShowRepositories": true,
"github.codespaces.showPerformanceExplorer": true,
"workbench.editor.enablePreview": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "todo",
"color": "#FF8C00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"editor.unicodeHighlight.invisibleCharacters": false,
"security.workspace.trust.untrustedFiles": "open",
"editor.unicodeHighlight.ambiguousCharacters": false,
"workbench.colorTheme": "Default Dark+",
"diffEditor.codeLens": true,
"workbench.editor.autoLockGroups": {
"default": true,
"hexEditor.hexedit": true,
"vscode-interactive-input": true,
"interactive": true,
"gitlens.rebase": true,
"jupyter-notebook": true
},
"workbench.editor.preferHistoryBasedLanguageDetection": true,
"extensions.experimental.useUtilityProcess": true,
"terminal.integrated.allowMnemonics": true,
"terminal.integrated.enableBell": true,
"terminal.integrated.macOptionIsMeta": true,
"remote.downloadExtensionsLocally": true,
"notebook.consolidatedRunButton": true,
"notebook.outline.showCodeCells": true,
"codeQL.runningQueries.debug": true,
"codeQL.telemetry.enableTelemetry": true,
"codeQL.telemetry.logTelemetry": true,
"emmet.showSuggestionsAsSnippets": true,
"emmet.triggerExpansionOnTab": true,
"emmet.useInlineCompletions": true,
"gitlab.debug": true,
"jupyter.allowUnauthorizedRemoteConnection": true,
"settingsSync.ignoredSettings": [
],
"settingsSync.ignoredExtensions": [
"workbench.editor.defaultBinaryEditor": "default",
"gitlens.views.repositories.includeWorkingTree": true,
"gitlens.debug": true,
"merge-conflict.autoNavigateNextConflict.enabled": true,
"npm.enableRunFromFolder": true,
"prettier.enableDebugLogs": true,
"prettier.withNodeModules": true,
"python.analysis.completeFunctionParens": true,
"python.linting.pylintEnabled": true,
"python.linting.pylamaEnabled": true,
"python.linting.pydocstyleEnabled": true,
"python.linting.pycodestyleEnabled": true,
"python.linting.prospectorEnabled": true,
"python.linting.mypyEnabled": true,
"python.linting.banditEnabled": true,
"python.linting.flake8Enabled": true,
"remoteHub.experimental.useDiffMatchPatch": true,
"workspace.shareAcceptedPredictions": true,
"workspace.localModelEnabled": true,
"workspace.autoInferEnabled": true,
"javascript.format.insertSpaceAfterConstructor": true,
"javascript.referencesCodeLens.enabled": true,
"javascript.referencesCodeLens.showOnAllFunctions": true,
"javascript.suggest.completeFunctionCalls": true,
"typescript.implementationsCodeLens.enabled": true,
"typescript.referencesCodeLens.enabled": true,
"typescript.referencesCodeLens.showOnAllFunctions": true,
"typescript.suggest.completeFunctionCalls": true,
"redhat.telemetry.enabled": true,
"editor.experimental.pasteActions.enabled": true,
"extensions.supportUntrustedWorkspaces": {},
"tabnine.experimentalAutoImports": true
},
],
"github.codespaces.defaultExtensions": [
"GitHub.codespaces",
"GitHub.vscode-pull-request-github"
],
"editor.accessibilitySupport": "on",
"editor.linkedEditing": true,
"diffEditor.codeLens": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.suggest.preview": true,
"editor.suggest.shareSuggestSelections": true,
"editor.tabCompletion": "on",
"files.autoGuessEncoding": true,
"[python]": {
"gitlens.codeLens.symbolScopes": [
"!Module"
],
"editor.wordBasedSuggestions": true
},
"python.autoComplete.extraPaths": [
],
"settingsSync.ignoredSettings": [
"-python.experiments.enabled",
"-python.experiments.optInto"
],
"python.globalModuleInstallation": true,
"python.linting.banditEnabled": true,
"python.linting.flake8Enabled": true,
"python.linting.ignorePatterns": [],
"python.linting.mypyEnabled": true,
"python.linting.prospectorEnabled": true,
"python.linting.pycodestyleEnabled": true,
"python.linting.pydocstyleEnabled": true,
"python.linting.pylamaEnabled": true,
"python.linting.pylintEnabled": true,
"python.terminal.activateEnvInCurrentTerminal": true,
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": true,
"python.analysis.autoImportCompletions": true,
"python.analysis.completeFunctionParens": true,
"python.analysis.inlayHints.variableTypes": true,
"python.analysis.inlayHints.functionReturnTypes": true,
"django.snippets.exclude": [
"cms",
"wagtail"
],
"inlineSQL.enableDBIntegration": true,
"inlineSQL.lintSQLFiles": true,
"search.useParentIgnoreFiles": true,
"search.useGlobalIgnoreFiles": true,
"markdownlint.ignore": [
],
"editor.codeActionsOnSave": {
}
}
{
"tabnine.experimentalAutoImports": true,
"redhat.telemetry.enabled": true,
"workbench.startupEditor": "none",
"git.autofetch": true,
"workbench.colorTheme": "Default Dark+",
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.linkedEditing": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"github-actions.org-features": true,
"gitlab.aiassist.enabled": true,
"json.format.keepLines": true,
"merge-conflict.autoNavigateNextConflict.enabled": true,
"path-autocomplete.extensionOnImport": true,
"path-autocomplete.triggerOutsideStrings": true,
"path-intellisense.extensionOnImport": true,
"path-intellisense.showHiddenFiles": true,
"pip-updater.AutoUpdate": true,
"prettier.enableDebugLogs": true,
"prettier.withNodeModules": true,
"prettier-more.enableDebugLogs": true,
"prettier-more.withNodeModules": true,
"python.analysis.autoImportCompletions": true,
"python.analysis.completeFunctionParens": true,
"python.diagnostics.sourceMapsEnabled": true,
"python.globalModuleInstallation": true,
"python.linting.banditEnabled": true,
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"python.linting.pep8Enabled": true,
"python.linting.prospectorEnabled": true,
"python.linting.pydocstyleEnabled": true,
"python.linting.pylamaEnabled": true,
"python.unitTest.pyTestEnabled": true,
"python.linting.pycodestyleEnabled": true,
"python.terminal.activateEnvInCurrentTerminal": true,
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": true,
"pythonTestExplorer.testplanEnabled": true,
"pythonTaskProvider.runDjangoToDiscoverOptions": true,
"pythonTaskProvider.runSetupToolsToDiscoverOptions": true,
"remoteHub.experimental.syncRecentList": true,
"remoteHub.experimental.useDiffMatchPatch": true,
"code-runner.runInTerminal": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"terminals.showCommands": true,
"WavPreview.autoAnalyze": true,
"json.schemas": [
{
"fileMatch": [
"//.angular-cli.json"
],
"url": "https://raw.githubusercontent.com/angular/angular-cli/master/packages/@angular/cli/lib/config/schema.json"
},
{
"fileMatch": [
"//apple-app-site-association"
],
"url": "http://json.schemastore.org/apple-app-site-association"
},
{
"fileMatch": [
"//babelrc.json",
"//.babelrc"
],
"url": "http://json.schemastore.org/babelrc"
},
{
"fileMatch": [
"//.bootstraprc"
],
"url": "http://json.schemastore.org/bootstraprc"
},
{
"fileMatch": [
"//bower.json"
],
"url": "http://json.schemastore.org/bower"
},
{
"fileMatch": [
"//.bowerrc"
],
"url": "http://json.schemastore.org/bowerrc"
},
{
"fileMatch": [
"//bundleconfig.json"
],
"url": "http://json.schemastore.org/bundleconfig"
},
{
"fileMatch": [
"//compilerconfig.json"
],
"url": "http://json.schemastore.org/compilerconfig"
},
{
"fileMatch": [
"//commands.json"
],
"url": "http://json.schemastore.org/commands"
},
{
"fileMatch": [
"//chutzpah.json"
],
"url": "http://json.schemastore.org/chutzpah"
},
{
"fileMatch": [
"//coffeelint.json"
],
"url": "http://json.schemastore.org/coffeelint"
},
{
"fileMatch": [
"//composer.json"
],
"url": "http://json.schemastore.org/composer"
},
{
"fileMatch": [
"//component.json"
],
"url": "http://json.schemastore.org/component"
},
{
"fileMatch": [
"//config.json"
],
"url": "http://json.schemastore.org/config"
},
{
"fileMatch": [
"//contribute.json"
],
"url": "http://json.schemastore.org/contribute"
},
{
"fileMatch": [
"//.csscomb.json"
],
"url": "http://json.schemastore.org/csscomb"
},
{
"fileMatch": [
"//.csslintrc"
],
"url": "http://json.schemastore.org/csslintrc"
},
{
"fileMatch": [
"//debugsettings.json"
],
"url": "http://json.schemastore.org/launchsettings"
},
{
"fileMatch": [
"//docfx.json"
],
"url": "http://json.schemastore.org/docfx"
},
{
"fileMatch": [
"//dotnetcli.host.json"
],
"url": "http://json.schemastore.org/dotnetcli.host"
},
{
"fileMatch": [
"//epr-manifest.json"
],
"url": "http://json.schemastore.org/epr-manifest"
},
{
"fileMatch": [
"//.eslintrc"
],
"url": "http://json.schemastore.org/eslintrc"
},
{
"fileMatch": [
"//function.json"
],
"url": "http://json.schemastore.org/function"
},
{
"fileMatch": [
"//geojson.json"
],
"url": "http://json.schemastore.org/geojson"
},
{
"fileMatch": [
"//global.json"
],
"url": "http://json.schemastore.org/global"
},
{
"fileMatch": [
"//haxelib.json"
],
"url": "http://json.schemastore.org/haxelib"
},
{
"fileMatch": [
"//host.json"
],
"url": "http://json.schemastore.org/host"
},
{
"fileMatch": [
"//host-meta.json"
],
"url": "http://json.schemastore.org/host-meta"
},
{
"fileMatch": [
"//.htmlhintrc"
],
"url": "http://json.schemastore.org/htmlhint"
},
{
"fileMatch": [
"//.jsbeautifyrc"
],
"url": "http://json.schemastore.org/jsbeautifyrc"
},
{
"fileMatch": [
"//.jsbeautifyrc-nested"
],
"url": "http://json.schemastore.org/jsbeautifyrc-nested"
},
{
"fileMatch": [
"//.jscsrc"
],
"url": "http://json.schemastore.org/jscsrc"
},
{
"fileMatch": [
"//.jshintrc"
],
"url": "http://json.schemastore.org/jshintrc"
},
{
"fileMatch": [
"//.jsinspectrc"
],
"url": "http://json.schemastore.org/jsinspectrc"
},
{
"fileMatch": [
"//.jsonld"
],
"url": "http://json.schemastore.org/jsonld"
},
{
"fileMatch": [
"//jsconfig.json"
],
"url": "http://json.schemastore.org/jsconfig"
},
{
"fileMatch": [
"//launchsettings.json"
],
"url": "http://json.schemastore.org/launchsettings"
},
{
"fileMatch": [
"//library.json"
],
"url": "http://json.schemastore.org/library"
},
{
"fileMatch": [
"//mimetypes.json"
],
"url": "http://json.schemastore.org/mimetypes"
},
{
"fileMatch": [
"//.modernizrrc"
],
"url": "http://json.schemastore.org/modernizrrc"
},
{
"fileMatch": [
"//mycode.json"
],
"url": "http://json.schemastore.org/mycode"
},
{
"fileMatch": [
"//nuget-project.json"
],
"url": "http://json.schemastore.org/nuget-project"
},
{
"fileMatch": [
"//openfin.json"
],
"url": "http://json.schemastore.org/openfin"
},
{
"fileMatch": [
"//package.json"
],
"url": "http://json.schemastore.org/package"
},
{
"fileMatch": [
"//package.manifest"
],
"url": "http://json.schemastore.org/package.manifest"
},
{
"fileMatch": [
"//pattern.json"
],
"url": "http://json.schemastore.org/pattern"
},
{
"fileMatch": [
"//prettierrc.json"
],
"url": "http://json.schemastore.org/prettierrc"
},
{
"fileMatch": [
"//project.json"
],
"url": "http://json.schemastore.org/project"
},
{
"fileMatch": [
"//project-1.0.0-beta3.json"
],
"url": "http://json.schemastore.org/project-1.0.0-beta3"
},
{
"fileMatch": [
"//project-1.0.0-beta4.json"
],
"url": "http://json.schemastore.org/project-1.0.0-beta4"
},
{
"fileMatch": [
"//project-1.0.0-beta5.json"
],
"url": "http://json.schemastore.org/project-1.0.0-beta5"
},
{
"fileMatch": [
"//project-1.0.0-beta6.json"
],
"url": "http://json.schemastore.org/project-1.0.0-beta6"
},
{
"fileMatch": [
"//project-1.0.0-beta8.json"
],
"url": "http://json.schemastore.org/project-1.0.0-beta8"
},
{
"fileMatch": [
"//project-1.0.0-rc1.json"
],
"url": "http://json.schemastore.org/project-1.0.0-rc1"
},
{
"fileMatch": [
"//project-1.0.0-rc2.json"
],
"url": "http://json.schemastore.org/project-1.0.0-rc2"
},
{
"fileMatch": [
"//proxies.json"
],
"url": "http://json.schemastore.org/proxies"
},
{
"fileMatch": [
"//.resjson"
],
"url": "http://json.schemastore.org/resjson"
},
{
"fileMatch": [
"//sarif-1.0.0.json"
],
"url": "http://json.schemastore.org/sarif"
},
{
"fileMatch": [
"//sarif-1.0.0.json"
],
"url": "http://json.schemastore.org/sarif-1.0.0.json"
},
{
"fileMatch": [
"//sarif-1.0.0-beta.5.json"
],
"url": "http://json.schemastore.org/sarif-1.0.0-beta.5.json"
},
{
"fileMatch": [
"//sarif-1.0.0-beta.4.json"
],
"url": "http://json.schemastore.org/sarif-1.0.0-beta.4.json"
},
{
"fileMatch": [
"//settings.job"
],
"url": "http://json.schemastore.org/settings.job"
},
{
"fileMatch": [
"//.stylelintrc"
],
"url": "http://json.schemastore.org/stylelintrc"
},
{
"fileMatch": [
"//template.json"
],
"url": "http://json.schemastore.org/template"
},
{
"fileMatch": [
"//templatsources.json"
],
"url": "http://json.schemastore.org/templatesources"
},
{
"fileMatch": [
"//tsconfig.json"
],
"url": "http://json.schemastore.org/tsconfig"
},
{
"fileMatch": [
"//tsd.json"
],
"url": "http://json.schemastore.org/tsd"
},
{
"fileMatch": [
"//tsdrc.json"
],
"url": "http://json.schemastore.org/tsdrc"
},
{
"fileMatch": [
"//tslint.json"
],
"url": "http://json.schemastore.org/tslint"
},
{
"fileMatch": [
"//typings.json"
],
"url": "http://json.schemastore.org/typings"
},
{
"fileMatch": [
"//typingsrc.json"
],
"url": "http://json.schemastore.org/typingsrc"
},
{
"fileMatch": [
"//vega.json"
],
"url": "http://json.schemastore.org/vega"
},
{
"fileMatch": [
"//vega-lite.json"
],
"url": "http://json.schemastore.org/vega-lite"
},
{
"fileMatch": [
"//version.json"
],
"url": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json"
},
{
"fileMatch": [
"//webjobs-list.json"
],
"url": "http://json.schemastore.org/webjobs-list"
},
{
"fileMatch": [
"//webjobpublishsettings.json"
],
"url": "http://json.schemastore.org/webjob-publish-settings"
},
{
"fileMatch": [
"//vs-2017.3.host.json"
],
"url": "http://json.schemastore.org/vs-2017.3.host"
},
{
"fileMatch": [
"/**/xunit.runner.json"
],
"url": "http://json.schemastore.org/xunit.runner.schema"
}
],
"workbench.editor.enablePreview": false,
"editor.language.brackets": [
]
}
{
"tabnine.experimentalAutoImports": true,
"redhat.telemetry.enabled": true,
"workbench.startupEditor": "none",
"git.autofetch": true,
"workbench.colorTheme": "Default Dark+",
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
{
"editor.unicodeHighlight.invisibleCharacters": false,
"workbench.colorTheme": "Default Dark+",
"editor.largeFileOptimizations": false,
"python.diagnostics.sourceMapsEnabled": true,
"python.globalModuleInstallation": true,
"python.terminal.activateEnvInCurrentTerminal": true,
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": true,
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
"editor.linkedEditing": true,
"files.autoGuessEncoding": true,
"workbench.experimental.editSessions.enabled": true,
"workbench.trustedDomains.promptInTrustedWorkspace": true,
"workbench.editor.enablePreviewFromCodeNavigation": true,
"workbench.editor.enablePreviewFromQuickOpen": true,
"window.commandCenter": true,
"debug.autoExpandLazyVariables": true,
"testing.alwaysRevealTestOnStateChange": true,
"testing.automaticallyOpenPeekViewDuringAutoRun": true,
"scm.alwaysShowActions": true,
"scm.alwaysShowRepositories": true,
"github.codespaces.showPerformanceExplorer": true,
"workbench.editor.enablePreview": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "todo",
"color": "#FF8C00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"editor.unicodeHighlight.invisibleCharacters": false,
"security.workspace.trust.untrustedFiles": "open",
"editor.unicodeHighlight.ambiguousCharacters": false,
"workbench.colorTheme": "Default Dark+",
"diffEditor.codeLens": true,
"workbench.editor.autoLockGroups": {
"default": true,
"hexEditor.hexedit": true,
"vscode-interactive-input": true,
"interactive": true,
"gitlens.rebase": true,
"jupyter-notebook": true
},
"workbench.editor.preferHistoryBasedLanguageDetection": true,
"extensions.experimental.useUtilityProcess": true,
"terminal.integrated.allowMnemonics": true,
"terminal.integrated.enableBell": true,
"terminal.integrated.macOptionIsMeta": true,
"remote.downloadExtensionsLocally": true,
"notebook.consolidatedRunButton": true,
"notebook.outline.showCodeCells": true,
"codeQL.runningQueries.debug": true,
"codeQL.telemetry.enableTelemetry": true,
"codeQL.telemetry.logTelemetry": true,
"emmet.showSuggestionsAsSnippets": true,
"emmet.triggerExpansionOnTab": true,
"emmet.useInlineCompletions": true,
"gitlab.debug": true,
"jupyter.allowUnauthorizedRemoteConnection": true,
"settingsSync.ignoredSettings": [
],
"settingsSync.ignoredExtensions": [
"workbench.editor.defaultBinaryEditor": "default",
"gitlens.views.repositories.includeWorkingTree": true,
"gitlens.debug": true,
"merge-conflict.autoNavigateNextConflict.enabled": true,
"npm.enableRunFromFolder": true,
"prettier.enableDebugLogs": true,
"prettier.withNodeModules": true,
"python.analysis.completeFunctionParens": true,
"python.linting.pylintEnabled": true,
"python.linting.pylamaEnabled": true,
"python.linting.pydocstyleEnabled": true,
"python.linting.pycodestyleEnabled": true,
"python.linting.prospectorEnabled": true,
"python.linting.mypyEnabled": true,
"python.linting.banditEnabled": true,
"python.linting.flake8Enabled": true,
"remoteHub.experimental.useDiffMatchPatch": true,
"workspace.shareAcceptedPredictions": true,
"workspace.localModelEnabled": true,
"workspace.autoInferEnabled": true,
"javascript.format.insertSpaceAfterConstructor": true,
"javascript.referencesCodeLens.enabled": true,
"javascript.referencesCodeLens.showOnAllFunctions": true,
"javascript.suggest.completeFunctionCalls": true,
"typescript.implementationsCodeLens.enabled": true,
"typescript.referencesCodeLens.enabled": true,
"typescript.referencesCodeLens.showOnAllFunctions": true,
"typescript.suggest.completeFunctionCalls": true,
"redhat.telemetry.enabled": true,
"editor.experimental.pasteActions.enabled": true,
"extensions.supportUntrustedWorkspaces": {},
"tabnine.experimentalAutoImports": true
},
],
"github.codespaces.defaultExtensions": [
"GitHub.codespaces",
"GitHub.vscode-pull-request-github"
],
"editor.accessibilitySupport": "on",
"editor.linkedEditing": true,
"diffEditor.codeLens": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.suggest.preview": true,
"editor.suggest.shareSuggestSelections": true,
"editor.tabCompletion": "on",
"files.autoGuessEncoding": true,
"[python]": {
"gitlens.codeLens.symbolScopes": [
"!Module"
],
"editor.wordBasedSuggestions": true
},
"python.autoComplete.extraPaths": [
],
"settingsSync.ignoredSettings": [
"-python.experiments.enabled",
"-python.experiments.optInto"
],
"python.globalModuleInstallation": true,
"python.linting.banditEnabled": true,
"python.linting.flake8Enabled": true,
"python.linting.ignorePatterns": [],
"python.linting.mypyEnabled": true,
"python.linting.prospectorEnabled": true,
"python.linting.pycodestyleEnabled": true,
"python.linting.pydocstyleEnabled": true,
"python.linting.pylamaEnabled": true,
"python.linting.pylintEnabled": true,
"python.terminal.activateEnvInCurrentTerminal": true,
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": true,
"python.analysis.autoImportCompletions": true,
"python.analysis.completeFunctionParens": true,
"python.analysis.inlayHints.variableTypes": true,
"python.analysis.inlayHints.functionReturnTypes": true,
"django.snippets.exclude": [
"cms",
"wagtail"
],
"inlineSQL.enableDBIntegration": true,
"inlineSQL.lintSQLFiles": true,
"search.useParentIgnoreFiles": true,
"search.useGlobalIgnoreFiles": true,
"markdownlint.ignore": [
],
"editor.codeActionsOnSave": {
}
}
"editor.linkedEditing": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"github-actions.org-features": true,
"gitlab.aiassist.enabled": true,
"json.format.keepLines": true,
"merge-conflict.autoNavigateNextConflict.enabled": true,
"path-autocomplete.extensionOnImport": true,
"path-autocomplete.triggerOutsideStrings": true,
"path-intellisense.extensionOnImport": true,
"path-intellisense.showHiddenFiles": true,
"pip-updater.AutoUpdate": true,
"prettier.enableDebugLogs": true,
"prettier.withNodeModules": true,
"prettier-more.enableDebugLogs": true,
"prettier-more.withNodeModules": true,
"python.analysis.autoImportCompletions": true,
"python.analysis.completeFunctionParens": true,
"python.diagnostics.sourceMapsEnabled": true,
"python.globalModuleInstallation": true,
"python.linting.banditEnabled": true,
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"python.linting.pep8Enabled": true,
"python.linting.prospectorEnabled": true,
"python.linting.pydocstyleEnabled": true,
"python.linting.pylamaEnabled": true,
"python.unitTest.pyTestEnabled": true,
"python.linting.pycodestyleEnabled": true,
"python.terminal.activateEnvInCurrentTerminal": true,
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": true,
"pythonTestExplorer.testplanEnabled": true,
"pythonTaskProvider.runDjangoToDiscoverOptions": true,
"pythonTaskProvider.runSetupToolsToDiscoverOptions": true,
"remoteHub.experimental.syncRecentList": true,
"remoteHub.experimental.useDiffMatchPatch": true,
"code-runner.runInTerminal": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"terminals.showCommands": true,
"WavPreview.autoAnalyze": true,
"json.schemas": [
{
"fileMatch": [
"/**/.angular-cli.json"
],
"url": "https://raw.githubusercontent.com/angular/angular-cli/master/packages/@angular/cli/lib/config/schema.json"
},
{
"fileMatch": [
"/**/apple-app-site-association"
],
"url": "http://json.schemastore.org/apple-app-site-association"
},
{
"fileMatch": [
"/**/babelrc.json",
"/**/.babelrc"
],
"url": "http://json.schemastore.org/babelrc"
},
{
"fileMatch": [
"/**/.bootstraprc"
],
"url": "http://json.schemastore.org/bootstraprc"
},
{
"fileMatch": [
"/**/bower.json"
],
"url": "http://json.schemastore.org/bower"
},
{
"fileMatch": [
"/**/.bowerrc"
],
"url": "http://json.schemastore.org/bowerrc"
},
{
"fileMatch": [
"/**/bundleconfig.json"
],
"url": "http://json.schemastore.org/bundleconfig"
},
{
"fileMatch": [
"/**/compilerconfig.json"
],
"url": "http://json.schemastore.org/compilerconfig"
},
{
"fileMatch": [
"/**/commands.json"
],
"url": "http://json.schemastore.org/commands"
},
{
"fileMatch": [
"/**/chutzpah.json"
],
"url": "http://json.schemastore.org/chutzpah"
},
{
"fileMatch": [
"/**/coffeelint.json"
],
"url": "http://json.schemastore.org/coffeelint"
},
{
"fileMatch": [
"/**/composer.json"
],
"url": "http://json.schemastore.org/composer"
},
{
"fileMatch": [
"/**/component.json"
],
"url": "http://json.schemastore.org/component"
},
{
"fileMatch": [
"/**/config.json"
],
"url": "http://json.schemastore.org/config"
},
{
"fileMatch": [
"/**/contribute.json"
],
"url": "http://json.schemastore.org/contribute"
},
{
"fileMatch": [
"/**/.csscomb.json"
],
"url": "http://json.schemastore.org/csscomb"
},
{
"fileMatch": [
"/**/.csslintrc"
],
"url": "http://json.schemastore.org/csslintrc"
},
{
"fileMatch": [
"/**/debugsettings.json"
],
"url": "http://json.schemastore.org/launchsettings"
},
{
"fileMatch": [
"/**/docfx.json"
],
"url": "http://json.schemastore.org/docfx"
},
{
"fileMatch": [
"/**/dotnetcli.host.json"
],
"url": "http://json.schemastore.org/dotnetcli.host"
},
{
"fileMatch": [
"/**/epr-manifest.json"
],
"url": "http://json.schemastore.org/epr-manifest"
},
{
"fileMatch": [
"/**/.eslintrc"
],
"url": "http://json.schemastore.org/eslintrc"
},
{
"fileMatch": [
"/**/function.json"
],
"url": "http://json.schemastore.org/function"
},
{
"fileMatch": [
"/**/geojson.json"
],
"url": "http://json.schemastore.org/geojson"
},
{
"fileMatch": [
"/**/global.json"
],
"url": "http://json.schemastore.org/global"
},
{
"fileMatch": [
"/**/haxelib.json"
],
"url": "http://json.schemastore.org/haxelib"
},
{
"fileMatch": [
"/**/host.json"
],
"url": "http://json.schemastore.org/host"
},
{
"fileMatch": [
"/**/host-meta.json"
],
"url": "http://json.schemastore.org/host-meta"
},
{
"fileMatch": [
"/**/.htmlhintrc"
],
"url": "http://json.schemastore.org/htmlhint"
},
{
"fileMatch": [
"/**/.jsbeautifyrc"
],
"url": "http://json.schemastore.org/jsbeautifyrc"
},
{
"fileMatch": [
"/**/.jsbeautifyrc-nested"
],
"url": "http://json.schemastore.org/jsbeautifyrc-nested"
},
{
"fileMatch": [
"/**/.jscsrc"
],
"url": "http://json.schemastore.org/jscsrc"
},
{
"fileMatch": [
"/**/.jshintrc"
],
"url": "http://json.schemastore.org/jshintrc"
},
{
"fileMatch": [
"/**/.jsinspectrc"
],
"url": "http://json.schemastore.org/jsinspectrc"
},
{
"fileMatch": [
"/**/*.jsonld"
],
"url": "http://json.schemastore.org/jsonld"
},
{
"fileMatch": [
"/**/jsconfig.json"
],
"url": "http://json.schemastore.org/jsconfig"
},
{
"fileMatch": [
"/**/launchsettings.json"
],
"url": "http://json.schemastore.org/launchsettings"
},
{
"fileMatch": [
"/**/library.json"
],
"url": "http://json.schemastore.org/library"
},
{
"fileMatch": [
"/**/mimetypes.json"
],
"url": "http://json.schemastore.org/mimetypes"
},
{
"fileMatch": [
"/**/.modernizrrc"
],
"url": "http://json.schemastore.org/modernizrrc"
},
{
"fileMatch": [
"/**/mycode.json"
],
"url": "http://json.schemastore.org/mycode"
},
{
"fileMatch": [
"/**/nuget-project.json"
],
"url": "http://json.schemastore.org/nuget-project"
},
{
"fileMatch": [
"/**/openfin.json"
],
"url": "http://json.schemastore.org/openfin"
},
{
"fileMatch": [
"/**/package.json"
],
"url": "http://json.schemastore.org/package"
},
{
"fileMatch": [
"/**/package.manifest"
],
"url": "http://json.schemastore.org/package.manifest"
},
{
"fileMatch": [
"/**/pattern.json"
],
"url": "http://json.schemastore.org/pattern"
},
{
"fileMatch": [
"/**/prettierrc.json"
],
"url": "http://json.schemastore.org/prettierrc"
},
{
"fileMatch": [
"/**/project.json"
],
"url": "http://json.schemastore.org/project"
},
{
"fileMatch": [
"/**/project-1.0.0-beta3.json"
],
"url": "http://json.schemastore.org/project-1.0.0-beta3"
},
{
"fileMatch": [
"/**/project-1.0.0-beta4.json"
],
"url": "http://json.schemastore.org/project-1.0.0-beta4"
},
{
"fileMatch": [
"/**/project-1.0.0-beta5.json"
],
"url": "http://json.schemastore.org/project-1.0.0-beta5"
},
{
"fileMatch": [
"/**/project-1.0.0-beta6.json"
],
"url": "http://json.schemastore.org/project-1.0.0-beta6"
},
{
"fileMatch": [
"/**/project-1.0.0-beta8.json"
],
"url": "http://json.schemastore.org/project-1.0.0-beta8"
},
{
"fileMatch": [
"/**/project-1.0.0-rc1.json"
],
"url": "http://json.schemastore.org/project-1.0.0-rc1"
},
{
"fileMatch": [
"/**/project-1.0.0-rc2.json"
],
"url": "http://json.schemastore.org/project-1.0.0-rc2"
},
{
"fileMatch": [
"/**/proxies.json"
],
"url": "http://json.schemastore.org/proxies"
},
{
"fileMatch": [
"/**/*.resjson"
],
"url": "http://json.schemastore.org/resjson"
},
{
"fileMatch": [
"/**/sarif-1.0.0.json"
],
"url": "http://json.schemastore.org/sarif"
},
{
"fileMatch": [
"/**/sarif-1.0.0.json"
],
"url": "http://json.schemastore.org/sarif-1.0.0.json"
},
{
"fileMatch": [
"/**/sarif-1.0.0-beta.5.json"
],
"url": "http://json.schemastore.org/sarif-1.0.0-beta.5.json"
},
{
"fileMatch": [
"/**/sarif-1.0.0-beta.4.json"
],
"url": "http://json.schemastore.org/sarif-1.0.0-beta.4.json"
},
{
"fileMatch": [
"/**/settings.job"
],
"url": "http://json.schemastore.org/settings.job"
},
{
"fileMatch": [
"/**/.stylelintrc"
],
"url": "http://json.schemastore.org/stylelintrc"
},
{
"fileMatch": [
"/**/template.json"
],
"url": "http://json.schemastore.org/template"
},
{
"fileMatch": [
"/**/templatsources.json"
],
"url": "http://json.schemastore.org/templatesources"
},
{
"fileMatch": [
"/**/tsconfig.json"
],
"url": "http://json.schemastore.org/tsconfig"
},
{
"fileMatch": [
"/**/tsd.json"
],
"url": "http://json.schemastore.org/tsd"
},
{
"fileMatch": [
"/**/tsdrc.json"
],
"url": "http://json.schemastore.org/tsdrc"
},
{
"fileMatch": [
"/**/tslint.json"
],
"url": "http://json.schemastore.org/tslint"
},
{
"fileMatch": [
"/**/typings.json"
],
"url": "http://json.schemastore.org/typings"
},
{
"fileMatch": [
"/**/typingsrc.json"
],
"url": "http://json.schemastore.org/typingsrc"
},
{
"fileMatch": [
"/**/vega.json"
],
"url": "http://json.schemastore.org/vega"
},
{
"fileMatch": [
"/**/vega-lite.json"
],
"url": "http://json.schemastore.org/vega-lite"
},
{
"fileMatch": [
"/**/version.json"
],
"url": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json"
},
{
"fileMatch": [
"/**/webjobs-list.json"
],
"url": "http://json.schemastore.org/webjobs-list"
},
{
"fileMatch": [
"/**/webjobpublishsettings.json"
],
"url": "http://json.schemastore.org/webjob-publish-settings"
},
{
"fileMatch": [
"/**/vs-2017.3.host.json"
],
"url": "http://json.schemastore.org/vs-2017.3.host"
},
{
"fileMatch": [
"/**/xunit.runner.json"
],
"url": "http://json.schemastore.org/xunit.runner.schema"
}
],
"workbench.editor.enablePreview": false,
"editor.language.brackets": [
]
}