We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb926bd commit 5cf3300Copy full SHA for 5cf3300
extension-control/extensions.json
@@ -27,6 +27,12 @@
27
"preferredResults": [
28
"ms-azuretools.vscode-azureappservice"
29
]
30
+ },
31
+ {
32
+ "query": "codegpt",
33
+ "preferredResults": [
34
+ "DanielSanMedium.dscodegpt"
35
+ ]
36
}
37
],
38
"deprecated": {
@@ -349,6 +355,13 @@
349
355
"id": "tlaplus.vscode-ide",
350
356
"displayName": "TLA+ (Temporal Logic of Actions)"
351
357
358
359
+ "cweijan.vscode-autohotkey-plus": {
360
+ "disallowInstall": true,
361
+ "extension": {
362
+ "id": "mark-wiemer.vscode-autohotkey-plus-plus",
363
+ "displayName": "AutoHotkey Plus Plus"
364
+ }
352
365
353
366
},
354
367
"migrateToPreRelease": {
0 commit comments