Skip to content

Commit ca56eac

Browse files
authored
Merge pull request #13182 from microsoft/main
Merge to the vs branch
2 parents 203624e + d7f5c28 commit ca56eac

File tree

282 files changed

+3669
-927
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

282 files changed

+3669
-927
lines changed

.github/actions/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/bug-debugger.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
readonly: ${{ github.event.inputs.readonly }}
2525
labels: bug,debugger
26-
ignoreLabels: "investigate: costing,investigate,external,by design,question,more info needed,language service,internal"
26+
ignoreLabels: "investigate: costing,investigate,external,by design,question,more info needed,Language Service,internal"
2727
createdAfter: "2024-07-22"
2828
addComment: "Thank you for reporting this issue. We’ll let you know if we need more information to investigate it. Additionally, if you're working with GDB/LLDB, please note that the code is open source at https://github.com/microsoft/MIEngine/wiki/Contributing-Code . Your contributions are always welcome and appreciated."
29+
addLabels: help wanted

.github/workflows/by-design-closer-debugger .yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
readonly: ${{ github.event.inputs.readonly }}
2525
labels: by design,debugger
26-
ignoreLabels: language service,internal
26+
ignoreLabels: Language Service,internal
2727
closeDays: 0
2828
closeComment: "This issue has been closed because the described behavior was determined to be by design."

.github/workflows/ci_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
job:
1111
uses: ./.github/workflows/job-compile-and-test.yml
1212
with:
13-
runner-env: macos-12
13+
runner-env: macos-14
1414
platform: mac
1515
yarn-args: --network-timeout 100000

.github/workflows/external-closer-debugger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
readonly: ${{ github.event.inputs.readonly }}
2525
labels: external,debugger
26-
ignoreLabels: language service,internal
26+
ignoreLabels: Language Service,internal
2727
closeDays: 0
2828
closeComment: "This issue has been closed because it is external or not applicable to the extension."

.github/workflows/feature-request-debugger.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
uses: ./.github/actions/AddComment
2323
with:
2424
readonly: ${{ github.event.inputs.readonly }}
25-
labels: feature request,debugger
26-
ignoreLabels: "investigate: costing,investigate,external,by design,question,more info needed,language service,internal"
25+
labels: Feature Request,debugger
26+
ignoreLabels: "investigate: costing,investigate,external,by design,question,more info needed,Language Service,internal"
2727
createdAfter: "2024-07-22"
2828
addComment: "Thank you for your feature request. While we may not be able to implement it immediately, we will monitor community reactions to see how it fits into our backlog. Additionally, if you're working with GDB/LLDB, please note that the code is open source at https://github.com/microsoft/MIEngine/wiki/Contributing-Code . Your contributions are always welcome and appreciated."
29+
addLabels: help wanted

.github/workflows/investigate-closer-debugger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
readonly: ${{ github.event.inputs.readonly }}
2525
labels: investigate,debugger
26-
ignoreLabels: language service,internal
26+
ignoreLabels: Language Service,internal
2727
closeDays: 180
2828
closeComment: "This issue has been closed as lower priority. We're sorry if this issue still impacts you but unfortunately we're not able to address this. We will accept a pull request from the community if it's applicable for this issue."

.github/workflows/investigate-costing-closer-debugger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
readonly: ${{ github.event.inputs.readonly }}
2525
labels: "investigate: costing,debugger"
26-
ignoreLabels: language service,internal
26+
ignoreLabels: Language Service,internal
2727
closeDays: 180
2828
closeComment: "This issue has been closed as lower priority. We're sorry if this issue still impacts you but unfortunately we're not able to address this. We will accept a pull request from the community if it's applicable for this issue."

.github/workflows/job-compile-and-test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ jobs:
4242
run: yarn test
4343
working-directory: Extension
4444

45+
# These tests don't require the binary.
46+
# On Linux, it is failing (before the tests actually run) with: Test run terminated with signal SIGSEGV.
47+
# But it works on Linux during the E2E test.
48+
- name: Run SingleRootProject tests
49+
if: ${{ inputs.platform != 'linux' }}
50+
run: yarn test --scenario=SingleRootProject --skipCheckBinaries
51+
working-directory: Extension
52+
4553
# NOTE : We can't run the test that require the native binary files
4654
# yet -- there will be an update soon that allows the tester to
4755
# acquire them on-the-fly

.github/workflows/more-info-needed-closer-debugger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
readonly: ${{ github.event.inputs.readonly }}
2525
labels: more info needed,debugger
26-
ignoreLabels: language service,internal
26+
ignoreLabels: Language Service,internal
2727
involves: wardengnaw,pieandcakes,calgagi
2828
closeDays: 14
2929
closeComment: "This issue has been closed because it needs more information and has not had recent activity."

0 commit comments

Comments
 (0)