Skip to content

Commit f0801f7

Browse files
committed
Rename to basic
1 parent b842e20 commit f0801f7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/VisualStudio/VisualBasic/Impl/UnifiedSettings/visualBasicSettings.registration.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"properties": {
33
// CompletionOptionsStorage.TriggerOnTypingLetters
4-
"textEditor.visualBasic.intellisense.triggerCompletionOnTypingLetters": {
4+
"textEditor.basic.intellisense.triggerCompletionOnTypingLetters": {
55
"title": "@Show_completion_list_after_a_character_is_typed;..\\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll",
66
"type": "boolean",
77
"default": true,
@@ -16,8 +16,8 @@
1616
}
1717
},
1818
// CompletionOptionsStorage.TriggerOnDeletion
19-
"textEditor.visualBasic.intellisense.triggerCompletionOnDeletion": {
20-
"title": "@Show_completion_list_after_a_character_is_deleted;..\\Microsoft.VisualStudio.LanguageServices.CSharp.dll",
19+
"textEditor.basic.intellisense.triggerCompletionOnDeletion": {
20+
"title": "@Show_completion_list_after_a_character_is_deleted;..\\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll",
2121
"type": "boolean",
2222
"default": true,
2323
"order": 1,
@@ -31,7 +31,7 @@
3131
}
3232
},
3333
// CompletionViewOptionsStorage.HighlightMatchingPortionsOfCompletionListItems
34-
"textEditor.visualBasic.intellisense.highlightMatchingPortionsOfCompletionListItems": {
34+
"textEditor.basic.intellisense.highlightMatchingPortionsOfCompletionListItems": {
3535
"title": "@Highlight_matching_portions_of_completion_list_items;..\\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll",
3636
"type": "boolean",
3737
"default": true,
@@ -46,7 +46,7 @@
4646
}
4747
},
4848
// CompletionViewOptionsStorage.ShowCompletionItemFilters
49-
"textEditor.visualBasic.intellisense.showCompletionItemFilters": {
49+
"textEditor.basic.intellisense.showCompletionItemFilters": {
5050
"title": "@Show_completion_item_filters;..\\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll",
5151
"type": "boolean",
5252
"default": true,
@@ -61,11 +61,11 @@
6161
}
6262
},
6363
// CompletionOptionsStorage.SnippetsBehavior
64-
"textEditor.visualBasic.intellisense.snippetsBehavior": {
64+
"textEditor.basic.intellisense.snippetsBehavior": {
6565
"title": "@Snippets_behavior;..\\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll",
6666
"type": "string",
6767
"enum": [ "neverInclude", "alwaysInclude", "includeAfterTypingIdentifierQuestionTab" ],
68-
"enumItemLabels": [ "@Never_include_snippets;{13c3bbb4-f18f-4111-9f54-a0fb010d9194}", "@Always_include_snippets;{13c3bbb4-f18f-4111-9f54-a0fb010d9194}", "@Include_snippets_when_Tab_is_typed_after_an_identifier;{13c3bbb4-f18f-4111-9f54-a0fb010d9194}" ],
68+
"enumItemLabels": [ "@Never_include_snippets;..\\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll", "@Always_include_snippets;..\\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll", "@Include_snippets_when_Tab_is_typed_after_an_identifier;..\\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll" ],
6969
"default": "includeAfterTypingIdentifierQuestionTab",
7070
"order": 30,
7171
"migration": {
@@ -100,7 +100,7 @@
100100
}
101101
},
102102
// CompletionOptionsStorage.EnterKeyBehavior
103-
"textEditor.visualBasic.intellisense.returnKeyCompletionBehavior": {
103+
"textEditor.basic.intellisense.returnKeyCompletionBehavior": {
104104
"title": "@Enter_key_behavior_colon;..\\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll",
105105
"type": "string",
106106
"enum": [ "never", "afterFullyTypedWord", "always" ],
@@ -139,7 +139,7 @@
139139
}
140140
},
141141
// CompletionOptionsStorage.ShowItemsFromUnimportedNamespaces
142-
"textEditor.visualBasic.intellisense.showCompletionItemsFromUnimportedNamespaces": {
142+
"textEditor.basic.intellisense.showCompletionItemsFromUnimportedNamespaces": {
143143
"title": "@Show_items_from_unimported_namespaces;..\\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll",
144144
"type": "boolean",
145145
"default": true,
@@ -154,7 +154,7 @@
154154
}
155155
},
156156
// CompletionViewOptionsStorage.EnableArgumentCompletionSnippets
157-
"textEditor.visualBasic.intellisense.enableArgumentCompletionSnippets": {
157+
"textEditor.basic.intellisense.enableArgumentCompletionSnippets": {
158158
"title": "@Tab_twice_to_insert_arguments;..\\Microsoft.VisualStudio.LanguageServices.dll",
159159
"type": "boolean",
160160
"default": false,
@@ -170,10 +170,10 @@
170170
}
171171
},
172172
"categories": {
173-
"textEditor.visualBasic":{
173+
"textEditor.basic":{
174174
"title": "Visual Basic"
175175
},
176-
"textEditor.visualBasic.intellisense": {
176+
"textEditor.basic.intellisense": {
177177
"title": "@112;{574fc912-f74f-4b4e-92c3-f695c208a2bb}",
178178
"legacyOptionPageId": "EDE66829-7A36-4c5d-8E20-9290195DCF80"
179179
}

0 commit comments

Comments
 (0)