mirror of
https://github.com/rjNemo/deno_tuto
synced 2026-06-06 02:26:40 +00:00
chore
This commit is contained in:
parent
c46f4289a0
commit
774ab554e3
1 changed files with 15 additions and 13 deletions
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
|
|
@ -3,12 +3,14 @@
|
|||
"deno.unstable": true,
|
||||
"deno.lint": true,
|
||||
"deno.import_intellisense_origins": {
|
||||
"https://deno.land": true,
|
||||
"https://deno.land": true
|
||||
},
|
||||
"[typescript]": {
|
||||
"editor.defaultFormatter": "denoland.vscode-deno",
|
||||
"editor.defaultFormatter": "denoland.vscode-deno"
|
||||
},
|
||||
"[typescriptreact]": {
|
||||
"editor.defaultFormatter": "denoland.vscode-deno",
|
||||
}
|
||||
"editor.defaultFormatter": "denoland.vscode-deno"
|
||||
},
|
||||
"spellright.language": [],
|
||||
"spellright.documentTypes": ["latex", "plaintext"]
|
||||
}
|
||||
Loading…
Reference in a new issue