Skip to content

Commit facaafe

Browse files
committed
update
1 parent fe61e29 commit facaafe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
14
[submodule "deno"]
25
path = deno
36
url = https://github.com/denoland/deno

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"editor.formatOnSave": true,
33
"[rust]": {
4-
"editor.defaultFormatter": "rust-lang.rust-analyzer",
4+
"editor.defaultFormatter": "rust-lang.rust-analyzer"
55
},
66
"[typescript]": {
77
"editor.defaultFormatter": "denoland.vscode-deno"

0 commit comments

Comments
 (0)