save
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"type":"object","properties":{"ols.trace.server":{"enum":["off","messages","verbose"],"scope":"window","default":"off","type":"string","description":"Traces the communication between VS Code and the language server."},"ols.updates.askBeforeDownload":{"type":"boolean","description":"Whether to ask for permission before downloading any files from the Internet.","default":true},"ols.debug.engine":{"enum":["auto","vadimcn.vscode-lldb","ms-vscode.cpptools"],"default":"auto","type":"string","markdownEnumDescriptions":["[CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb) > [MS C++ tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools)","Use [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb)","Use [MS C++ tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools)"],"description":"Preferred debug engine."},"ols.server.path":{"type":["null","string"],"markdownDescription":"Path to ols executable","default":null},"ols.prompt.AskCreateOLS":{"type":"boolean","description":"Ask if it should create an ols.json file if it's not in the project.","default":true}},"title":"Odin language client configuration"}
|
||||
Reference in New Issue
Block a user