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