Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(vscode): update to version 1.56.0 #3269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
oxy merged 18 commits into main from vscode-1.56
May 7, 2021
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
58ce849
Squashed 'lib/vscode/' changes from 3c4e3df9e89..631dbe250bc
Apr 30, 2021
ec8894d
chore(vscode): update to 1.56.0
Apr 30, 2021
81357cf
chore(lib/vscode): update electron types
Apr 30, 2021
532ae14
fix(lib/vscode): conflicts in menubarControl.ts
Apr 30, 2021
96fe3c2
fix(lib/vscode): conflicts in productService.ts
Apr 30, 2021
84e12bd
fix(lib/vscode): add home to workbench.ts
May 3, 2021
f10b703
fix(lib/vscode): fix types in server.ts
May 3, 2021
70bf7ed
fix(lib/vscode): fix terminal channel
May 3, 2021
73c2a9f
fix(lib/vscode): fix conflicts in package.json
May 3, 2021
9248326
chore(lib/vscode): adjust yarn.lock files
May 3, 2021
51dc911
chore(lib/vscode): yarn upgrade + build fix
May 5, 2021
cf61451
fix(lib/vscode): fix conflicts in githubServer.ts
May 5, 2021
8cb55b5
refactor(lib/vscode): don't provide home indicator
May 5, 2021
ce26ad7
refactor(lib/vscode): move commit to global constant
May 5, 2021
a631d19
Merge branch 'main' into vscode-1.56
May 5, 2021
372a8f1
Squashed 'lib/vscode/' changes from 631dbe250bc..cfa2e218100
May 6, 2021
178028f
chore(deps): add resolutions for vulnerable pkgs
May 6, 2021
ab122da
Merge branch 'main' into vscode-1.56
May 7, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/vscode/.eslintrc.json
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,7 @@
"edit",
"end",
"expand",
"grant",
"hide",
"invalidate",
"open",
Expand Down
2 changes: 1 addition & 1 deletion lib/vscode/.github/ISSUE_TEMPLATE/bug_report.md
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes/No

<!-- 🪓 If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- 📣 Issues caused by an extension need to be reported direct to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
<!-- 📣 Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
4 changes: 2 additions & 2 deletions lib/vscode/.github/classifier.json
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"context-keys": {"assign": []},
"css-less-scss": {"assign": ["aeschli"]},
"custom-editors": {"assign": ["mjbvz"]},
"debug": {"assign": ["weinand"]},
"debug-console": {"assign": ["weinand"]},
"debug": {"assign": ["isidorn"]},
"debug-console": {"assign": ["isidorn"]},
"dialogs": {"assign": ["sbatten"]},
"diff-editor": {"assign": []},
"dropdown": {"assign": []},
Expand Down
12 changes: 6 additions & 6 deletions lib/vscode/.github/workflows/ci.yml
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ jobs:
uses: actions/cache@v2
with:
path: "**/node_modules"
key: ${{ runner.os }}-cacheNodeModules11-${{ steps.nodeModulesCacheKey.outputs.value }}
restore-keys: ${{ runner.os }}-cacheNodeModules11-
key: ${{ runner.os }}-cacheNodeModules13-${{ steps.nodeModulesCacheKey.outputs.value }}
restore-keys: ${{ runner.os }}-cacheNodeModules13-
- name: Get yarn cache directory path
id: yarnCacheDirPath
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
Expand Down Expand Up @@ -165,8 +165,8 @@ jobs:
uses: actions/cache@v2
with:
path: "**/node_modules"
key: ${{ runner.os }}-cacheNodeModules11-${{ steps.nodeModulesCacheKey.outputs.value }}
restore-keys: ${{ runner.os }}-cacheNodeModules11-
key: ${{ runner.os }}-cacheNodeModules13-${{ steps.nodeModulesCacheKey.outputs.value }}
restore-keys: ${{ runner.os }}-cacheNodeModules13-
- name: Get yarn cache directory path
id: yarnCacheDirPath
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
Expand Down Expand Up @@ -218,8 +218,8 @@ jobs:
uses: actions/cache@v2
with:
path: "**/node_modules"
key: ${{ runner.os }}-cacheNodeModules11-${{ steps.nodeModulesCacheKey.outputs.value }}
restore-keys: ${{ runner.os }}-cacheNodeModules11-
key: ${{ runner.os }}-cacheNodeModules13-${{ steps.nodeModulesCacheKey.outputs.value }}
restore-keys: ${{ runner.os }}-cacheNodeModules13-
- name: Get yarn cache directory path
id: yarnCacheDirPath
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
Expand Down
20 changes: 18 additions & 2 deletions lib/vscode/.github/workflows/no-yarn-lock-changes.yml
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,25 @@ jobs:
name: Prevent yarn.lock changes in PRs
runs-on: ubuntu-latest
steps:
- id: file_changes
- uses: octokit/request-action@v2.x
id: get_permissions
with:
route: GET /repos/microsoft/vscode/collaborators/{username}/permission
username: ${{ github.event.pull_request.user.login }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Set control output variable
id: control
run: |
echo "user: ${{ github.event.pull_request.user.login }}"
echo "role: ${{ fromJson(steps.get_permissions.outputs.data).permission }}"
echo "should_run: ${{ !contains(fromJson('["admin", "write"]'), fromJson(steps.get_permissions.outputs.data).permission) }}"
echo "::set-output name=should_run::${{ !contains(fromJson('["admin", "write"]'), fromJson(steps.get_permissions.outputs.data).permission) }}"
- name: Get file changes
uses: trilom/file-changes-action@ce38c8ce2459ca3c303415eec8cb0409857b4272
if: ${{ steps.control.outputs.should_run == 'true' }}
- name: Check for yarn.lock changes
if: ${{ steps.control.outputs.should_run == 'true' }}
run: |
cat $HOME/files.json | jq -e '.[] | test("yarn\\.lock$") | not' \
cat $HOME/files.json | jq -e 'any(test("yarn\\.lock$")) | not' \
|| (echo "Changes to yarn.lock files aren't allowed in PRs." && exit 1)
1 change: 1 addition & 0 deletions lib/vscode/.github/workflows/rich-navigation.yml
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
with:
languages: typescript
repo-token: ${{ secrets.GITHUB_TOKEN }}
typescriptVersion: 0.6.0-next.8
continue-on-error: true
7 changes: 7 additions & 0 deletions lib/vscode/.vscode/launch.json
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,13 @@
"name": "Attach to VS Code",
"browserAttachLocation": "workspace",
"port": 9222,
"trace": true,
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"resolveSourceMapLocations": [
"${workspaceFolder}/out/**/*.js"
],
"perScriptSourcemaps": "yes"
},
{
Expand Down
Loading

AltStyle によって変換されたページ (->オリジナル) /