Disable word based suggestions in playground
This commit is contained in:
@@ -30,6 +30,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- run: echo "Hello \${{ github.event.inputs.name }}"`,
|
||||
language: "yaml",
|
||||
wordBasedSuggestions: false,
|
||||
});
|
||||
|
||||
function createLanguageClient(
|
||||
|
||||
Reference in New Issue
Block a user