We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01991cb commit 9085985Copy full SHA for 9085985
.vscode/settings.json
@@ -12,5 +12,7 @@
12
},
13
14
// Lock the TypeScript SDK path to the version we use
15
- "typescript.tsdk": "./node_modules/typescript/lib"
+ "typescript.tsdk": "./node_modules/typescript/lib",
16
+
17
+ "editor.rulers": [120]
18
}
0 commit comments