Skip to content

Commit

Permalink
fix: add documentation on the ripgrep pipeline issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmu committed Apr 1, 2024
1 parent dd4b6cb commit fb9549c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
node-version: 20
- run: npm ci

# Attempted to set executable permissions for ripgrep, but it didn't work
# - name: Set Executable Permissions for ripgrep
# run: chmod +x ./node_modules/@vscode/ripgrep/bin/rg

Expand All @@ -24,6 +25,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Add any other tokens or configuration required by semantic-release plugins

# Automated pipeline environment causes a permssion issue with the ripgrep binary in the published extension...
# for now I'll need to continue to publish the package locally for it to work correctly
# - name: Install Visual Studio Marketplace CLI
# run: npm install -g vsce

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ dist
node_modules
.vscode-test/
*.vsix
.env.local

0 comments on commit fb9549c

Please sign in to comment.