Skip to content

Commit

Permalink
update: set venv path
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth committed Sep 16, 2024
1 parent f2651d7 commit 302455a
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions root/.vscode-server/data/Machine/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,6 @@
"GOBIN": "/opt/go/bin"
},
"go.lintTool": "golangci-lint",
"ruff.nativeServer": "on",
"ruff.lineLength": 119,
"ruff.lint.select": [
"C",
"E",
"F",
"W"
],
"notebook.formatOnSave.enabled": true,
"notebook.codeActionsOnSave": {
"notebook.source.fixAll": "explicit",
"notebook.source.organizeImports": "explicit"
},
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
Expand All @@ -26,7 +13,21 @@
},
"editor.defaultFormatter": "charliermarsh.ruff"
},
"python.venvPath": "~/.venv",
"python.terminal.activateEnvironment": false,
"notebook.formatOnSave.enabled": true,
"notebook.codeActionsOnSave": {
"notebook.source.fixAll": "explicit",
"notebook.source.organizeImports": "explicit"
},
"ruff.nativeServer": "on",
"ruff.lineLength": 119,
"ruff.lint.select": [
"C",
"E",
"F",
"W"
],
"clang-format.style": "{IndentWidth: 4, BasedOnStyle: google, AlignConsecutiveAssignments: true, ColumnLimit: 0}",
"git.ignoredRepositories": [
"/opt"
Expand Down

0 comments on commit 302455a

Please sign in to comment.