-
v1.2.2 Stable
released this
2025-03-01 00:36:57 +01:00 | 2 commits to main since this releaseVersion 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. Releases will still be available on the VScode Marketplace and Open VSX as well.
Fixed
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
mapcompletevscode-1.2.2.vsix
2 downloads · 1.5 MiB
-
Source code (ZIP)
-
v1.2.1 Stable
released this
2025-02-21 00:03:49 +01:00 | 14 commits to main since this releaseVersion 1.2.1 (2025-02-20)
Fixed
- Layer definition also works for lists in the
builtin
property. - The
socialImage
is now also clickable.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
3 downloads
-
mapcompletevscode-1.2.1.vsix
2 downloads · 1.5 MiB
- Layer definition also works for lists in the
-
v1.2.0 Stable
released this
2025-01-15 22:37:58 +01:00 | 18 commits to main since this releaseVersion 1.2.0 (2025-01-15)
Added
- New caching mechanism for references, tagRenderings and filters.
This allows the completions to show all filters, not just the ones infilters.json
andquestions.json
.
It's also possible to look up uses of a filter or a tagRendering.
The caching will take about 30 seconds to complete, but will be saved so it only needs to be done once. On subsequent activations, the cache will be updated if there are changes to the files. Also, it's updated whenever you save or remove a file in your editor. It is also possible to disable this feature in settings, however this will disable the autocompletion for filters and tagRenderings that are not in thefilters.json
andquestions.json
files, as well as the implementation support. - Autocompletion for
icon
fields, giving the built-in icons as suggestions. (#7)
Fixed
- Icons with mappings are not clickable anymore. (#14)
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
mapcompletevscode-1.2.0.vsix
8 downloads · 1.5 MiB
- New caching mechanism for references, tagRenderings and filters.
-
v1.1.1 Stable
released this
2025-01-10 00:47:25 +01:00 | 40 commits to main since this releaseVersion 1.1.1 (2025-01-07)
Fixed
- TagRenderings, filters and colours with in override or overrideAll were not working correctly.
- Colours were not correctly parsed when using hex colours (oops).
- All files were included in the extension, not just the compiled ones. This made the extension about 50kb larger than it needed to be.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
4 downloads
-
mapcompletevscode-1.1.1.vsix
7 downloads · 648 KiB