|
3 | 3 | "displayName": "Mise VSCode", |
4 | 4 | "publisher": "hverlin", |
5 | 5 | "description": "mise support for Visual Studio code (dev-tools, tasks and environment variables)", |
6 | | - "version": "0.61.0", |
| 6 | + "version": "1.0.0", |
7 | 7 | "repository": { |
8 | 8 | "type": "git", |
9 | 9 | "url": "https://github.com/hverlin/mise-vscode" |
|
124 | 124 | "id": "mise-getting-started", |
125 | 125 | "title": "Mise VSCode setup", |
126 | 126 | "description": "Important steps to get started with the Mise VSCode extension.", |
127 | | - "when": "!isWeb", |
128 | | - "steps": [ |
| 127 | + "when": "!isWeb", |
| 128 | + "steps": [ |
129 | 129 | { |
130 | 130 | "id": "auto-configure", |
131 | 131 | "title": "Auto-Configure Extensions", |
132 | 132 | "description": "Choose whether to automatically configure VSCode extensions to use tools from mise.\n[Open settings](command:mise.openExtensionSettings)", |
133 | 133 | "media": { |
134 | 134 | "markdown": "walkthrough/auto-configure.md" |
135 | 135 | }, |
136 | | - "when": "!isWeb" |
| 136 | + "when": "!isWeb" |
137 | 137 | }, |
138 | 138 | { |
139 | 139 | "id": "explore", |
|
142 | 142 | "media": { |
143 | 143 | "markdown": "walkthrough/explore.md" |
144 | 144 | }, |
145 | | - "when": "!isWeb" |
| 145 | + "when": "!isWeb" |
146 | 146 | } |
147 | 147 | ] |
148 | 148 | } |
|
268 | 268 | "default": false, |
269 | 269 | "markdownDescription": "Create symlinks in your `.vscode` folder that links to the `mise` bin.\n\nThis is useful if you share the `.vscode/settings.json` file with others. When the project is version controlled:\n- every user must have the extension installed\n- the directory `.vscode/mise-tools` must be excluded from version control." |
270 | 270 | }, |
271 | | - "mise.checkForNewMiseVersion": { |
272 | | - "order": 8, |
273 | | - "type": "boolean", |
274 | | - "title": "Check for new mise version", |
275 | | - "default": true, |
276 | | - "markdownDescription": "Check if a new mise version is available on startup." |
277 | | - }, |
| 271 | + "mise.checkForNewMiseVersion": { |
| 272 | + "order": 8, |
| 273 | + "type": "boolean", |
| 274 | + "title": "Check for new mise version", |
| 275 | + "default": true, |
| 276 | + "markdownDescription": "Check if a new mise version is available on startup." |
| 277 | + }, |
278 | 278 | "mise.showToolVersionsDecorations": { |
279 | 279 | "order": 9, |
280 | 280 | "type": "boolean", |
281 | 281 | "title": "Show tool versions", |
282 | 282 | "default": true, |
283 | 283 | "markdownDescription": "Show tool versions in the editor. (requires reload)" |
284 | 284 | }, |
285 | | - "mise.enableCodeLens": { |
286 | | - "order": 10, |
287 | | - "type": "boolean", |
288 | | - "title": "Enable code lens", |
289 | | - "default": true, |
290 | | - "markdownDescription": "Show run/add tool code lens indicators in the editor." |
291 | | - }, |
| 285 | + "mise.enableCodeLens": { |
| 286 | + "order": 10, |
| 287 | + "type": "boolean", |
| 288 | + "title": "Enable code lens", |
| 289 | + "default": true, |
| 290 | + "markdownDescription": "Show run/add tool code lens indicators in the editor." |
| 291 | + }, |
292 | 292 | "mise.showNotificationIfMissingTools": { |
293 | 293 | "order": 11, |
294 | 294 | "type": "boolean", |
|
0 commit comments