We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277c139 commit db5b942Copy full SHA for db5b942
1 file changed
andrepg.code-workspace
@@ -0,0 +1,31 @@
1
+{
2
+ "folders": [
3
+ {
4
+ "path": "."
5
+ }
6
+ ],
7
+ "extensions": {
8
+ "recommendations": [
9
+ "dbaeumer.vscode-eslint"
10
+ ]
11
+ },
12
+
13
+ "settings": {
14
+ "vue.autoInsert.dotValue": true,
15
+ "vue.editor.focusMode": true,
16
+ "vue.hover.rich": true,
17
+ "vue.inlayHints.missingProps": true,
18
+ "[vue]": {
19
+ "editor.defaultFormatter": "dbaeumer.vscode-eslint"
20
21
+ "[typescript]": {
22
23
24
+ "[typescriptreact]": {
25
26
27
+ "[jsx-tags]": {
28
29
30
31
+}
0 commit comments