Robb Owen
9876f8e1a6
0.1.17
2024-10-31 10:16:17 +00:00
Robb Owen
422f9bb8ca
Rename workbench filename so that only 1.94.0 has the .esm infix
2024-10-31 10:15:31 +00:00
Robb Owen
69f80143cc
Remove unused diff function and semver dependency
2024-10-23 12:15:23 +01:00
Robb Owen
8545652c7d
Merge pull request #312 from stbfb/patch-1
...
Mark as UI extension
2024-10-23 11:50:56 +01:00
Robb Owen
1549927b94
Fix package lock
2024-10-23 11:14:41 +01:00
Robb Owen
b3e4d6f61b
Merge pull request #297 from robb0wen/dependabot/npm_and_yarn/semver-7.5.2
...
Bump semver from 7.1.1 to 7.5.2
2024-10-23 10:57:01 +01:00
Robb Owen
d6d3635110
Merge pull request #327 from ireznik/master
...
bug(#320 ): fix filename undefined error when loading extesion with vscode version 1.94.0 and newer
2024-10-23 10:56:48 +01:00
Ilja Reznik
f7f3157cf7
add backward compability for vs code versions below 1.94.0, replace windows and linux paths by using path.join
2024-10-21 13:03:47 +02:00
Ilja Reznik
56e9c65cce
bug( #320 ): fix uninstall method aswell
2024-10-10 14:52:29 +02:00
Ilja Reznik
063a1ecd9d
bug( #320 ): increase version to 0.1.16
2024-10-10 14:51:29 +02:00
Ilja Reznik
5985f94214
bug( #320 ): fix filename undefined error when loading extesion with vscode 1.94.0
2024-10-10 14:25:02 +02:00
stbfb
d49f7927ec
Mark as UI extension
...
Marking this as a UI extension will allow users to use the extension in remote workspaces without needing to install it into every remote.
2024-06-14 12:55:14 -06:00
dependabot[bot]
9770dd6001
Bump semver from 7.1.1 to 7.5.2
...
Bumps [semver](https://github.com/npm/node-semver ) from 7.1.1 to 7.5.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v7.1.1...v7.5.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 23:12:13 +00:00
Robb Owen
a7d6c7885a
0.1.15
2022-12-09 18:08:42 +00:00
Robb Owen
ef2d8e419d
Rewrite bootstrap to check for synthwave styles before replacing
2022-12-09 18:07:46 +00:00
Robb Owen
3344bedcf3
0.1.14
2022-08-12 11:20:19 +01:00
Robb Owen
a0476680f8
Merge pull request #265 from bacon1097/master
...
Use yellow for yellow within terminal output
2022-08-12 11:19:49 +01:00
Robb Owen
5ad9396405
0.1.13
2022-08-12 11:01:16 +01:00
Robb Owen
d583b1f19e
Fix disableNeon command
2022-08-12 11:01:12 +01:00
Robb Owen
0c0d4cadd2
0.1.12
2022-08-12 10:55:28 +01:00
Robb Owen
fc9e3cf466
Remove unnecessary * from activationEvents
2022-08-12 10:55:16 +01:00
Robb Owen
ef5b9988e4
Improve EACCES error wording
2022-08-12 10:51:33 +01:00
Robb Owen
9203f579c0
Merge pull request #268 from gregdolley/vs-code-v1.7.0-fix
...
Update VS Code to v1.70.0 Breaks Neon Glow - This PR Fixes Glow Feature
2022-08-12 10:47:24 +01:00
gregdolley
83184f1b11
Checks for VSC v1.7 and uses correct workbench dir
2022-08-11 19:28:56 -07:00
gregdolley
566e6833b3
Changed color regex's to case insensitive
2022-08-11 19:08:55 -07:00
gregdolley
56528ec9f8
Fixed Neon Glow for VS Code v1.7.0+
...
Seems as though the latest update to VS Code v1.7.0 broke the neon activation part of this theme. This is because the location of VS Code's workbench.html moved from "<base_dir>/Contents/Resources/app/out/vs/code/electron-browser/workbench/" to "<base_dir>/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/." So I updated the references in this file which were using the old path.
2022-08-06 16:47:27 -07:00
bacon1097
7eaf45c076
revert bright yellow
2022-07-27 09:21:45 +01:00
bacon1097
c068c1032a
use yellow for yellow
2022-07-27 09:20:44 +01:00
Robb Owen
07273cd1e1
0.1.11
2022-02-07 12:41:51 +00:00
Robb Owen
591d46941e
Update bootstrap to work with latest VS code theme boot sequence
2022-02-07 12:41:43 +00:00
Robb Owen
e6aaa5fad5
Merge pull request #239 from brainix/privileges
...
Fix typo in Neon Dreams error message
2021-10-17 09:40:02 +01:00
Rajiv Bakulesh Shah
379641e24b
Fix typo in Neon Dreams error message
2021-10-16 16:56:11 -07:00
Robb Owen
3dd57f3202
0.1.10
2021-10-02 22:50:47 +01:00
Robb Owen
1e9d7fad0a
Remove what's new markup and references from package json
2021-10-02 22:50:10 +01:00
Robb Owen
15a6fe4bfc
0.1.9
2021-09-28 13:55:23 +01:00
Robb Owen
65d4cf700a
Merge branch 'master' of https://github.com/robb0wen/synthwave-vscode
2021-09-28 13:55:03 +01:00
Robb Owen
49028d365f
Merge pull request #192 from Zzombiee2361/master
...
Fix selecting multiple lines extending highlghts beyond selection
2021-09-28 13:54:25 +01:00
Robb Owen
a8c0af66c9
Fully remove update page as it had been long enough that it isn't needed anymore
2021-09-28 13:53:19 +01:00
Robb Owen
8a950ba08c
Merge pull request #232 from digittl/master
...
Remove what's new page
2021-09-28 13:51:40 +01:00
Aaria Carter-Weir
35b098c25e
Remove what's new page
...
the what's new page functionality also seems to be broken which prevents the neon dream command being registered. Commenting this line out basically fixes this extension for 1.60.x
2021-09-07 14:41:59 +10:00
Robb Owen
89894566d3
Merge pull request #198 from rootEnginear/master
...
Correct brightness customisation example
2021-03-16 18:37:22 +00:00
Robb Owen
1147a1e8dd
Merge pull request #212 from grantlmul/patch-1
...
fix typo
2021-03-16 18:36:48 +00:00
Grant Mulholland
b7d6fb8071
fix typo
...
lightbuld
2021-01-21 19:27:45 -05:00
Suthep Chanchuphol
82f14ceb6b
Change brightness customisation example
...
The example value was a _string value_ which should be _float value_ as the following line state.
2020-10-18 02:22:58 +07:00
Daffa Mumtaz
96cc7185bb
Fix selecting multiple lines extending highlghts beyond selection
2020-08-29 14:21:42 +07:00
Robb Owen
44df6b69f3
0.1.8
2020-08-20 12:19:26 +01:00
Robb Owen
02ef5beaac
#186 - add semantic highlighting definition
2020-08-20 12:12:29 +01:00
Robb Owen
5fc9f6f4cc
Better support for Python, Dart, Markdown and Scala
2020-08-20 12:08:43 +01:00
Robb Owen
e4f4b63023
Merge branch 'master' of https://github.com/robb0wen/synthwave-vscode
2020-08-19 21:13:47 +01:00
Robb Owen
0ce518c5eb
Merge pull request #181 from mattmogford/fixes/pinned-tab-offset
...
Pinned active tab, that is not the first tab bug
2020-08-19 21:13:35 +01:00