-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge main into insiders branch (#8656)
- Loading branch information
Showing
41 changed files
with
720 additions
and
3,174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,18 +22,10 @@ jobs: | |
run: yarn install | ||
working-directory: Extension | ||
|
||
- name: Generate hashes for runtime dependency packages | ||
run: yarn run generatePackageHashes | ||
working-directory: Extension | ||
|
||
- name: Compile Sources | ||
run: yarn run compile | ||
working-directory: Extension | ||
|
||
- name: Validate Extension/package.json | ||
run: yarn run pr-check | ||
working-directory: Extension | ||
|
||
- name: Run Linter | ||
run: yarn run lint | ||
working-directory: Extension | ||
|
@@ -48,8 +40,8 @@ jobs: | |
run: yarn run unitTests | ||
working-directory: Extension | ||
|
||
- name: Run languageServer integration tests | ||
uses: GabrielBB/[email protected] | ||
with: | ||
run: yarn run integrationTests | ||
working-directory: Extension | ||
# - name: Run languageServer integration tests | ||
# uses: GabrielBB/[email protected] | ||
# with: | ||
# run: yarn run integrationTests | ||
# working-directory: Extension |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,18 +22,10 @@ jobs: | |
run: yarn install --network-timeout 100000 | ||
working-directory: Extension | ||
|
||
- name: Generate hashes for runtime dependency packages | ||
run: yarn run generatePackageHashes | ||
working-directory: Extension | ||
|
||
- name: Compile Sources | ||
run: yarn run compile | ||
working-directory: Extension | ||
|
||
- name: Validate Extension/package.json | ||
run: yarn run pr-check | ||
working-directory: Extension | ||
|
||
- name: Run Linter | ||
run: yarn run lint | ||
working-directory: Extension | ||
|
@@ -48,8 +40,8 @@ jobs: | |
run: yarn run unitTests | ||
working-directory: Extension | ||
|
||
- name: Run languageServer integration tests | ||
uses: GabrielBB/[email protected] | ||
with: | ||
run: yarn run integrationTests | ||
working-directory: Extension | ||
# - name: Run languageServer integration tests | ||
# uses: GabrielBB/[email protected] | ||
# with: | ||
# run: yarn run integrationTests | ||
# working-directory: Extension |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"Registrations": [ | ||
{ | ||
"Component": { | ||
"Type": "git", | ||
"Git": { | ||
"RepositoryUrl": "https://github.com/llvm/llvm-project", | ||
"CommitHash": "0d44201451f03ba907cdb268ddddfc3fa38a0ebd" | ||
}, | ||
"DevelopmentDependency": true | ||
} | ||
}, | ||
{ | ||
"Component": { | ||
"Type": "git", | ||
"Git": { | ||
"RepositoryUrl": "https://github.com/lldb-tools/lldb-mi", | ||
"CommitHash": "2388bd74133bc21eac59b2e2bf97f2a30770a315" | ||
} | ||
} | ||
} | ||
], | ||
"Version": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.