diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2024-02-22 20:46:13 +0100 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2024-02-22 20:46:13 +0100 |
| commit | acb232ac94f46d6c1b81378ab0be0c5b2f91a446 (patch) | |
| tree | 50519c8b5f4847e73da0712c3ae801c2a184c434 /editors/vscode/package.json | |
| parent | a75c3424a6003f1ccbfbf6f170009ebf7bf18e4e (diff) | |
Automatically add shared collection.
Diffstat (limited to 'editors/vscode/package.json')
| -rw-r--r-- | editors/vscode/package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/editors/vscode/package.json b/editors/vscode/package.json index b50d575..abbd4d7 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git://github.com/DanielGavin/ols.git" }, - "version": "0.1.23", + "version": "0.1.27", "engines": { "vscode": "^1.66.0" }, @@ -46,6 +46,11 @@ "type": "object", "title": "Odin language client configuration", "properties": { + "ols.prompt.AskCreateOLS": { + "type": "boolean", + "default": true, + "description": "Ask if it should create an ols.json file if it's not in the project." + }, "ols.updates.askBeforeDownload": { "type": "boolean", "default": true, |