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 ae37a17 commit e3fc5a3Copy full SHA for e3fc5a3
.github/workflows/main.yml
@@ -10,9 +10,9 @@ jobs:
10
uses: nhedger/package-vscode-extension@v1
11
with:
12
# Path to the unbundled extension.
13
- extensionPath: /nucleo-debugger
+ extensionPath: nucleo-debugger
14
# Path to the generated VSIX package.
15
- packagePath: /nucleo-debugger/
+ packagePath: nucleo-debugger/
16
# Base URL for links detected in Markdown files.
17
#baseContentUrl: # optional
18
# Base URL for images detected in Markdown files.
0 commit comments