41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"rust-analyzer.procMacro.enable": true,
|
|
"cSpellExt.enableDictionaries": ["german"],
|
|
"cSpell.language": "en,de",
|
|
"rust-analyzer.updates.channel": "nightly",
|
|
"texlab.build.executable": "tectonic",
|
|
"texlab.build.args": [
|
|
"%f",
|
|
"--keep-logs",
|
|
"--synctex",
|
|
],
|
|
"texlab.build.onSave": true,
|
|
"texlab.chktex.onOpenAndSave": true,
|
|
"texlab.build.forwardSearchAfter": false,
|
|
"texlab.forwardSearch.executable": "/Applications/Skim.app/Contents/SharedSupport/displayline",
|
|
"texlab.forwardSearch.args": ["-r", "-d", "%l","%p","%f"],
|
|
"html.validate.scripts": true,
|
|
"languageserver": {
|
|
"nix": {
|
|
"command": "nil",
|
|
"filetypes": ["nix"],
|
|
"settings": {
|
|
"nil": {
|
|
"formatting": { "command": ["nixpkgs-fmt"] }
|
|
}
|
|
},
|
|
"rootPatterns": ["flake.nix"]
|
|
},
|
|
"csharp-ls": {
|
|
"command": "csharp-ls",
|
|
"filetypes": ["cs", "razor"]
|
|
},
|
|
"terraform": {
|
|
"command": "terraform-ls",
|
|
"args": ["serve"],
|
|
"filetypes": ["terraform", "tf"],
|
|
"initializationOptions": {},
|
|
"settings": {}
|
|
}
|
|
}
|
|
}
|