🔖 Version 1.2.2
All checks were successful
/ build (push) Successful in 12s
Linter / lint (push) Successful in 5s

This commit is contained in:
Robin van der Linde 2025-03-01 00:33:46 +01:00
parent 46d15f59e4
commit 5b884387a6
Signed by: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
3 changed files with 7 additions and 4 deletions

View file

@ -2,12 +2,15 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## Version 1.2.2 (2025-XX-XX) ## Version 1.2.2 (2025-03-01)
This is the last release of the extension on GitHub, from now on you'll be able to find the source code on the [MapComplete Forgejo](https://source.mapcomplete.org/Robin-van-der-Linde/MapCompleteVScode). Releases will still be available on the VScode Marketplace and Open VSX as well.
### Fixed ### Fixed
- When a tagRendering is re-used by `layer.*`, it's also picked up by the implementation support ([#34](https://github.com/RobinLinde/MapCompleteVScode/issues/34)). - When a tagRendering is re-used by `layer.*`, it's also picked up by the implementation support ([#34](https://github.com/RobinLinde/MapCompleteVScode/issues/34)).
- Fix a wrong ID for the refresh command. - Fix a wrong ID for the refresh command.
- Handle labels (mostly) correctly in the implementation support. ([#35](https://github.com/RobinLinde/MapCompleteVScode/issues/35))
## Version 1.2.1 (2025-02-20) ## Version 1.2.1 (2025-02-20)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "mapcompletevscode", "name": "mapcompletevscode",
"version": "1.2.1", "version": "1.2.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mapcompletevscode", "name": "mapcompletevscode",
"version": "1.2.1", "version": "1.2.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"jsonc-parser": "^3.3.1" "jsonc-parser": "^3.3.1"

View file

@ -1,7 +1,7 @@
{ {
"name": "mapcompletevscode", "name": "mapcompletevscode",
"displayName": "MapComplete VScode", "displayName": "MapComplete VScode",
"version": "1.2.1", "version": "1.2.2",
"publisher": "robin-van-der-linde", "publisher": "robin-van-der-linde",
"author": { "author": {
"name": "Robin van der Linde", "name": "Robin van der Linde",