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 8bbf269 commit 083d056Copy full SHA for 083d056
.github/workflows/pythonpublish.yml
@@ -22,9 +22,9 @@ jobs:
22
- name: Update keywords document
23
run: |
24
python -m robot.libdoc -f html PuppeteerLibrary docs/PuppeteerLibrary.html
25
- - name: Update visual studio keywords document
+ - name: Update Visual Studio code Robot Framework Language Server
26
27
- python -m libdoc2json PuppeteerLibrary vscode-PuppeteerLibrary.json
+ python -m robot.libdoc PuppeteerLibrary PuppeteerLibrary.libspec
28
# - name: Git Commit and Push
29
# uses: github-actions-x/[email protected]
30
# with:
0 commit comments