Skip to content

Commit

Permalink
move vscode settings so they have the widest range of application pos…
Browse files Browse the repository at this point in the history
…sible
  • Loading branch information
AlexVCaron committed Jan 11, 2024
1 parent ed789c3 commit 649646f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
12 changes: 1 addition & 11 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,7 @@
"pythonIndent.keepHangingBracketOnLine": true,
"pythonIndent.trimLinesWithOnlyWhitespace": true,
"python.createEnvironment.trigger": "off",
"python.languageServer": "Pylance",
"python.missingPackage.severity": "Warning",
"python.poetryPath": "/root/.local/bin/poetry",
"python.terminal.activateEnvInCurrentTerminal": true,
"python.terminal.focusAfterLaunch": true,
"python.testing.promptToConfigure": false,
"python.analysis.autoFormatStrings": true,
"python.analysis.autoImportCompletions": true,
"python.analysis.completeFunctionParens": true,
"python.analysis.exclude": [
"${workspaceFolder}/.dvc",
"${workspaceFolder}/.pytest_cache",
Expand All @@ -53,9 +45,7 @@
"${workspaceFolder}/nf-scil-extensions",
"**/__pycache__",
"${workspaceFolder}/.git"
],
"python.analysis.importFormat": "relative",
"python.analysis.logLevel": "Warning"
]
},
"extensions": [
"AlexVCaron.nf-scil-extensions",
Expand Down
12 changes: 12 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
{
"python.languageServer": "Pylance",
"python.missingPackage.severity": "Warning",
"python.terminal.activateEnvInCurrentTerminal": true,
"python.terminal.focusAfterLaunch": true,
"python.testing.promptToConfigure": false,
"python.analysis.autoFormatStrings": true,
"python.analysis.autoImportCompletions": true,
"python.analysis.completeFunctionParens": true,
"python.analysis.exclude": ["**/__pycache__"],
"python.analysis.ignore": ["**/__pycache__"],
"python.analysis.importFormat": "relative",
"python.analysis.logLevel": "Warning",
"git.allowForcePush": true,
"git.confirmForcePush": true,
"git.useForcePushIfIncludes": true,
Expand Down

0 comments on commit 649646f

Please sign in to comment.