We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b76c9 commit fe61e29Copy full SHA for fe61e29
.vscode/settings.json
@@ -1,7 +1,16 @@
1
{
2
+ "editor.formatOnSave": true,
3
"[rust]": {
4
"editor.defaultFormatter": "rust-lang.rust-analyzer",
- "editor.formatOnSave": true
5
+ },
6
+ "[typescript]": {
7
+ "editor.defaultFormatter": "denoland.vscode-deno"
8
9
+ "[json]": {
10
11
12
+ "[yaml]": {
13
14
},
15
// generally I wouldn't commit this file to source control, but
16
// this setting is necessary in order to get this repo working
deno.json
@@ -16,7 +16,6 @@
17
"exports": "./src/mod.ts",
18
"exclude": [
19
- ".vscode",
20
"deno",
21
"src/rs_lib/target",
22
"target",
0 commit comments