mirror of
https://github.com/enso-org/enso.git
synced 2024-11-29 05:03:46 +03:00
10 lines
293 B
JSON
10 lines
293 B
JSON
|
{
|
||
|
"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" }
|
||
|
]
|
||
|
}
|