feat: disable ansible lightspeed features in VSCode settings
This commit is contained in:
parent
7aee9d0294
commit
40c13563bc
@ -73,5 +73,7 @@
|
||||
"window.confirmSaveUntitledWorkspace": false,
|
||||
"git.openRepositoryInParentFolders": "never",
|
||||
"debug.toolBarLocation": "commandCenter",
|
||||
"workbench.colorTheme": "Default Light+"
|
||||
"workbench.colorTheme": "Default Light+",
|
||||
"ansible.lightspeed.enabled": false,
|
||||
"ansible.lightspeed.suggestions.enabled": false
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user