enso/.vscode/settings.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 lines
790 B
JSON
Raw Permalink Normal View History

{
"rust-analyzer.linkedProjects": [
"./app/rust-ffi/Cargo.toml"
],
"vue.complete.casing.status": false,
"vue.complete.casing.props": "camel",
"vue.complete.casing.tags": "pascal",
"auto-snippets.snippets": [
{
"language": "vue",
"snippet": "Vue single-file component"
}
],
"typescript.tsdk": "node_modules/typescript/lib",
"eslint.useFlatConfig": true,
"eslint.useESLintClass": true,
"[javascript][typescript][typescriptreact][vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"eslint.workingDirectories": [
"./app/gui2",
"./app/ide-desktop"
],
"files.watcherExclude": {
"**/target": true
},
"metals.inlayHints.implicitArguments.enable": true,
"metals.inlayHints.implicitConversions.enable": true
}