2023-09-07 15:54:01 +03:00
|
|
|
{
|
2023-10-03 21:07:20 +03:00
|
|
|
"rust-analyzer.linkedProjects": [
|
2024-09-04 14:04:54 +03:00
|
|
|
"./app/rust-ffi/Cargo.toml"
|
2023-10-03 21:07:20 +03:00
|
|
|
],
|
2023-09-07 15:54:01 +03:00
|
|
|
"vue.complete.casing.status": false,
|
|
|
|
"vue.complete.casing.props": "camel",
|
|
|
|
"vue.complete.casing.tags": "pascal",
|
|
|
|
"auto-snippets.snippets": [
|
2023-10-03 21:07:20 +03:00
|
|
|
{
|
|
|
|
"language": "vue",
|
|
|
|
"snippet": "Vue single-file component"
|
|
|
|
}
|
2023-09-19 16:10:12 +03:00
|
|
|
],
|
2023-09-22 06:43:25 +03:00
|
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
2024-10-11 21:23:02 +03:00
|
|
|
"eslint.useFlatConfig": true,
|
2023-09-22 06:43:25 +03:00
|
|
|
"eslint.useESLintClass": true,
|
|
|
|
"[javascript][typescript][typescriptreact][vue]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
|
|
},
|
|
|
|
"eslint.workingDirectories": [
|
|
|
|
"./app/gui2",
|
2024-09-04 14:04:54 +03:00
|
|
|
"./app/ide-desktop"
|
2023-09-22 06:43:25 +03:00
|
|
|
],
|
2023-09-19 16:10:12 +03:00
|
|
|
"files.watcherExclude": {
|
|
|
|
"**/target": true
|
2024-04-25 14:22:50 +03:00
|
|
|
},
|
|
|
|
"metals.inlayHints.implicitArguments.enable": true,
|
|
|
|
"metals.inlayHints.implicitConversions.enable": true
|
2023-09-07 15:54:01 +03:00
|
|
|
}
|