enso/.vscode/settings.json

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

13 lines
348 B
JSON
Raw Normal View History

{
"rust-analyzer.linkedProjects": ["./app/gui2/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" }
],
"files.watcherExclude": {
"**/target": true
}
}