Skip to content

Commit

Permalink
Rebase against the upstream 2257878
Browse files Browse the repository at this point in the history
vscode-upstream-sha1: 2257878
  • Loading branch information
Eclipse Che Sync committed Jan 8, 2025
2 parents 9e4d087 + 2257878 commit 4290adb
Show file tree
Hide file tree
Showing 148 changed files with 3,167 additions and 1,552 deletions.
4 changes: 2 additions & 2 deletions code/.github/workflows/monaco-editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
path: ${{ steps.npmCacheDirPath.outputs.dir }}
key: ${{ runner.os }}-npmCacheDir-${{ steps.nodeModulesCacheKey.outputs.value }}
restore-keys: ${{ runner.os }}-npmCacheDir-
- name: Install libkrb5-dev
- name: Install system dependencies
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
run: |
sudo apt update
sudo apt install -y libkrb5-dev
sudo apt install -y libxkbfile-dev pkg-config libkrb5-dev libxss1
- name: Execute npm
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
env:
Expand Down
2 changes: 1 addition & 1 deletion code/.vscode/notebooks/api.github-issues
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"kind": 2,
"language": "github-issues",
"value": "$REPO=repo:microsoft/vscode\n$MILESTONE=milestone:\"November 2024\""
"value": "$REPO=repo:microsoft/vscode\n$MILESTONE=milestone:\"January 2025\""
},
{
"kind": 1,
Expand Down
Loading

0 comments on commit 4290adb

Please sign in to comment.