Skip to content

Commit

Permalink
chore: fix vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
star0202 committed May 24, 2024
1 parent 11560ea commit 26e3f36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"recommendations": [
"ms-vscode.cpptools",
"ms-python.isort",
"ms-python.vscode-pylance",
"ms-python.python",
"ms-python.black-formatter",
"formulahendry.code-runner",
"charliermarsh.ruff"
]
}
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"python": "cd $dir && pypy3 -W ignore -c \"import py_compile; py_compile.compile(r'$fileName')\" && pypy3 -W ignore $fileName"
},
"code-runner.saveFileBeforeRun": true,
"C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: Google, IndentWidth: 4 }",
"python.analysis.typeCheckingMode": "basic",
"isort.importStrategy": "useBundled",
"black-formatter.importStrategy": "useBundled",
"editor.unicodeHighlight.nonBasicASCII": true
}

0 comments on commit 26e3f36

Please sign in to comment.