Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .azure-pipelines/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,6 @@ extends:
displayName: Replace AI Key
inputs:
script: npx json@9.0.6 -I -f package.json -e "this.aiKey=\"%AI_KEY%\""
- task: PowerShell@2
displayName: Update package.json for stable
inputs:
targetType: inline
script: |-
node ./scripts/prepare-stable-build.js
Move-Item -Path "./package.stable.json" -Destination "./package.json" -Force
- task: CmdLine@2
displayName: vsce package
inputs:
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to the "vscode-java-dependency" extension will be documented
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.27.3

- feat - Enable Copilot LLM tools / chat skills / chat instructions in stable builds
- perf - Narrow to Java project to show the explorer in https://github.com/microsoft/vscode-java-dependency/pull/1010
- perf - Use incremental build by default in https://github.com/microsoft/vscode-java-dependency/pull/998
- feat - Add `revealInProjectExplorer` command in https://github.com/microsoft/vscode-java-dependency/pull/996
- fix - Support Unicode identifiers in Java class name validation in https://github.com/microsoft/vscode-java-dependency/pull/993
- fix - Adjust parameter to require the right name for file uri in https://github.com/microsoft/vscode-java-dependency/pull/1000

## 0.27.2

- perf - Progressive project tree view during import in https://github.com/microsoft/vscode-java-dependency/pull/982
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-java-dependency",
"displayName": "Project Manager for Java",
"description": "%description%",
"version": "0.27.2",
"version": "0.27.3",
"publisher": "vscjava",
"preview": false,
"aiKey": "5c642b22-e845-4400-badb-3f8509a70777",
Expand Down
17 changes: 0 additions & 17 deletions scripts/prepare-stable-build.js

This file was deleted.

Loading