Skip to content

Commit adb6223

Browse files
wenytang-msCopilot
andauthored
chore: bump version to 0.27.3 (#1013)
* chore: bump version to 0.27.3 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore: stop stripping LLM contributions from stable builds Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore: drop redundant prepare-stable-build script package.json already has preview=false so the stable build step is a no-op. Removed both the script and the corresponding Azure DevOps pipeline step. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a67c9d5 commit adb6223

5 files changed

Lines changed: 12 additions & 27 deletions

File tree

.azure-pipelines/rc.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,6 @@ extends:
8888
displayName: Replace AI Key
8989
inputs:
9090
script: npx json@9.0.6 -I -f package.json -e "this.aiKey=\"%AI_KEY%\""
91-
- task: PowerShell@2
92-
displayName: Update package.json for stable
93-
inputs:
94-
targetType: inline
95-
script: |-
96-
node ./scripts/prepare-stable-build.js
97-
Move-Item -Path "./package.stable.json" -Destination "./package.json" -Force
9891
- task: CmdLine@2
9992
displayName: vsce package
10093
inputs:

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to the "vscode-java-dependency" extension will be documented
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 0.27.3
8+
9+
- feat - Enable Copilot LLM tools / chat skills / chat instructions in stable builds
10+
- perf - Narrow to Java project to show the explorer in https://github.com/microsoft/vscode-java-dependency/pull/1010
11+
- perf - Use incremental build by default in https://github.com/microsoft/vscode-java-dependency/pull/998
12+
- feat - Add `revealInProjectExplorer` command in https://github.com/microsoft/vscode-java-dependency/pull/996
13+
- fix - Support Unicode identifiers in Java class name validation in https://github.com/microsoft/vscode-java-dependency/pull/993
14+
- fix - Adjust parameter to require the right name for file uri in https://github.com/microsoft/vscode-java-dependency/pull/1000
15+
716
## 0.27.2
817

918
- perf - Progressive project tree view during import in https://github.com/microsoft/vscode-java-dependency/pull/982

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-java-dependency",
33
"displayName": "Project Manager for Java",
44
"description": "%description%",
5-
"version": "0.27.2",
5+
"version": "0.27.3",
66
"publisher": "vscjava",
77
"preview": false,
88
"aiKey": "5c642b22-e845-4400-badb-3f8509a70777",

scripts/prepare-stable-build.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)