You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"markdownDescription": "Custom mapping of file extensions to single-line comment prefixes. Keys must include the dot (e.g. `.ts`) and values are prefixes like `//` or `#`. User values override built-in defaults.",
29
+
"default": {},
30
+
"additionalProperties": {
31
+
"type": "string"
32
+
}
33
+
}
34
+
}
35
+
}
36
+
},
23
37
"scripts": {
24
38
"vscode:prepublish": "npm run package",
25
39
"compile": "npm run check-types && npm run lint && node esbuild.js",
0 commit comments