We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe61e29 commit facaafeCopy full SHA for facaafe
.gitmodules
@@ -1,3 +1,6 @@
1
+# We're using a submodule instead of a git dependency because cargo errors
2
+# on Windows when installing the Deno repo due to the submodules within
3
+# the Deno repo due to long paths
4
[submodule "deno"]
5
path = deno
6
url = https://github.com/denoland/deno
.vscode/settings.json
@@ -1,7 +1,7 @@
{
"editor.formatOnSave": true,
"[rust]": {
- "editor.defaultFormatter": "rust-lang.rust-analyzer",
+ "editor.defaultFormatter": "rust-lang.rust-analyzer"
},
"[typescript]": {
7
"editor.defaultFormatter": "denoland.vscode-deno"
0 commit comments