pop-n-lock-theme-vscode
Advanced tools
Comparing version 3.20.12 to 3.25.1
@@ -181,13 +181,13 @@ const array1 = [ | ||
'#DB9F', | ||
'#DCA2', | ||
'#DCA3', | ||
'#DCA4', | ||
'#DCA5', | ||
'#DCA8', | ||
'#DCAA', | ||
'#DCAB', | ||
'#DCAC', | ||
'#DCAD', | ||
'#DCAF', | ||
'#DCB2', | ||
'#DCB3', | ||
'#DCB4', | ||
'#DCB5', | ||
'#DCB8', | ||
'#DCBA', | ||
'#DCBB', | ||
'#DCBC', | ||
'#DCBD', | ||
'#DCBF', | ||
'#DCBF', | ||
'#DDBC9AFF', | ||
@@ -194,0 +194,0 @@ '#DDCCAAFF', |
101
package.json
{ | ||
"name": "pop-n-lock-theme-vscode", | ||
"version": "3.20.12", | ||
"version": "3.25.1", | ||
"publisher": "Luxcium", | ||
@@ -12,10 +12,5 @@ "license": "MIT", | ||
"icon": "Scientia-is-lux-principium-400px-TM.png", | ||
"scripts": { | ||
"vsce:update": "npm -g i vsce@latest", | ||
"package:publish": "vsce package --yarn && vsce publish --yarn", | ||
"package": "vsce package --yarn", | ||
"only:publish": "vsce publish --yarn", | ||
"prepublish": "yarn run vsce:update && yarn run test", | ||
"publish": "yarn version --no-git-tag-version --patch && yarn run package:publish && git add .", | ||
"test": "snyk test" | ||
"engines": { | ||
"node": ">= 10", | ||
"vscode": "^1.34.0" | ||
}, | ||
@@ -31,5 +26,49 @@ "homepage": "https://github.com/luxcium/pop-n-lock-theme-vscode/#readme", | ||
}, | ||
"engines": { | ||
"vscode": "^1.26.0" | ||
"scripts": { | ||
"vsce:update": "yarn run --ignore-engines vsce:yarn; yarn run --ignore-engines vsce:local; vsce -V", | ||
"vsce:yarn": "yarn global add --force --ignore-engines vsce", | ||
"vsce:local": "yarn add -D --force --ignore-scripts --ignore-engines vsce@latest @types/vscode@1.34.0", | ||
"vsce:pak-pub": "vsce package --yarn && vsce publish --yarn", | ||
"package": "vsce package --yarn", | ||
"only:publish": "vsce publish --yarn", | ||
"prepublish": "yarn run --ignore-engines vsce:update; yarn run --ignore-engines test", | ||
"publish": "yarn version --no-git-tag-version --patch && yarn run --ignore-engines vsce:pak-pub && git add .", | ||
"test": "snyk test" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@types/dotenv": "^8.2.0", | ||
"@types/express": "^4.17.6", | ||
"@types/mongoose": "^5.7.10", | ||
"@types/node": "^13.11.1", | ||
"@types/puppeteer": "^2.0.1", | ||
"@types/react": "^16.9.34", | ||
"@types/react-dom": "^16.9.6", | ||
"@types/vscode": "1.34.0", | ||
"chalk": "^4.0.0", | ||
"dotenv": "^8.2.0", | ||
"eslint": "^6.8.0", | ||
"express": "^4.17.1", | ||
"express-mongo-sanitize": "^2.0.0", | ||
"install": "^0.13.0", | ||
"jquery": "^3.5.0", | ||
"jsdom": "^16.2.2", | ||
"jsonwebtoken": "^8.5.1", | ||
"lodash": "^4.17.15", | ||
"mongoose": "^5.9.7", | ||
"prettier": "^2.0.4", | ||
"puppeteer": "^2.1.1", | ||
"ramda": "^0.27.0", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"rimraf": "^3.0.2", | ||
"semver": "^7.2.2", | ||
"snyk": "^1.305.1", | ||
"tslib": "^1.11.1", | ||
"tslint": "^6.1.1", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^3.8.3", | ||
"vsce": "^1.75.0", | ||
"vscode-languageclient": "^6.1.3" | ||
}, | ||
"categories": [ | ||
@@ -49,3 +88,3 @@ "Programming Languages", | ||
"uiTheme": "vs-dark", | ||
"path": "./src/themes/Pop-N-Lock.json" | ||
"path": "./src/themes/Pop-N-Lock.original.json" | ||
}, | ||
@@ -55,3 +94,3 @@ { | ||
"uiTheme": "vs-dark", | ||
"path": "./src/themes/Pop-N-Lock-black.json" | ||
"path": "./src/themes/Pop-N-Lock.alexis-black.json" | ||
}, | ||
@@ -61,3 +100,3 @@ { | ||
"uiTheme": "vs-dark", | ||
"path": "./src/themes/Pop-N-Lock-dark.json" | ||
"path": "./src/themes/Pop-N-Lock.tsa-asd.json" | ||
} | ||
@@ -165,36 +204,2 @@ ], | ||
], | ||
"dependencies": { | ||
"vscode-languageclient": "^5.2.1" | ||
}, | ||
"devDependencies": { | ||
"@types/dotenv": "^6.1.1", | ||
"@types/express": "^4.16.1", | ||
"@types/express-mongo-sanitize": "^1.3.1", | ||
"@types/glob": "^7.1.1", | ||
"@types/jsonwebtoken": "^8.3.2", | ||
"@types/mocha": "^5.2.7", | ||
"@types/mongoose": "^5.3.26", | ||
"@types/node": "^12.12.7", | ||
"@types/puppeteer": "^1.19.1", | ||
"@types/react": "^16.8.14", | ||
"@types/react-dom": "^16.8.4", | ||
"@types/vscode": "^1.12.0", | ||
"clean-webpack-plugin": "^3.0.0", | ||
"glob": "^7.1.4", | ||
"mocha": "^6.2.0", | ||
"rimraf": "^3.0.0", | ||
"snyk": "^1.239.0", | ||
"standard-version": "^6.0.1", | ||
"ts-loader": "^6.0.4", | ||
"ts-node": "^8.4.1", | ||
"tslib": "^1.9.3", | ||
"tslint": "^5.19.0", | ||
"tslint-config-airbnb": "^5.11.1", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^3.7.1-rc", | ||
"vsce": "^1.66.0", | ||
"vscode-test": "^1.2.0", | ||
"webpack": "^4.39.3", | ||
"webpack-cli": "^3.3.7" | ||
}, | ||
"keywords": [ | ||
@@ -201,0 +206,0 @@ "Dark Theme", |
116
README.md
@@ -13,16 +13,10 @@ # Pop N' Lock Theme by Luxcium ✨ | ||
## Two new previews included 🧪 | ||
## ✨ Be Proud | ||
Pop N' Lock Theme by Luxcium ✨ Alexis's Black ⛷ (PREVIEW may change in future release) | ||
### **Show us your workflow and setting send sugestions and more using our _Twitter Handle_ [@luxcium](https://twitter.com/Luxcium) and _Hash Tag_ [#Luxcium](https://twitter.com/hashtag/Luxcium)** | ||
Pop N' Lock Theme by Luxcium ✨ TSA/ASD 🧩 (PREVIEW may change in future release) | ||
We would be happy to know more about the progaming language you are using, show us your Visual Studio Code Settings and what you like the most or work best for you and also what should be improoved next in _Pop N' Lock Theme by Luxcium ✨_ | ||
### Breaking Changes possible ⚠️ | ||
If you have an error: `🚫Cannot read property 'id' of undefined` Just go in config.json file remove the `"workbench.colorTheme"` then reload vscode and reinstall `Pop N' Lock Theme by Luxcium ✨` | ||
**PREVIEWS are subject to change in a future release. It will be splited in separate themes. You may have to reinstall the themes after by removing from your config files and adding back...** | ||
## 🐲 Perfectly balanced TypeScript theme with vivid colours | ||
> # 🐲 Perfectly balanced TypeScript theme with vivid colours | ||
> | ||
> **If you like this theme take one minute to make a 5-star review on VS Code marketplace and if you think something can be improved make sure to fill an issue on our GitHub page it's easy and will help us make Pop N' Lock the best theme available** | ||
@@ -34,20 +28,26 @@ > | ||
> | ||
> ### **You will be impressed how intutive it is when you will discover how each colour has its purpose** | ||
> ## **You will be impressed how intutive it is when you will discover how each colour has its purpose** | ||
> | ||
>This theme is based on the designs of Hedinne's _Popping And Locking_ a theme with vivid colours, they capture your attention but are easy on your eyes. His theme originally based on VS Dark+, Gruvbox Dark and One Dark has changed a lot since. It is designed with TypeScript grammar and web languages syntax in mind like HTML & CSS (Also includes support for JavaScript, JSON, YAML, React's JSX/TSX and more to come). | ||
> This theme is based on the designs of Hedinne's _Popping And Locking_ a theme with vivid colours, they capture your attention but are easy on your eyes. His theme originally based on VS Dark+, Gruvbox Dark and One Dark has changed a lot since. It is designed with TypeScript grammar and web languages syntax in mind like HTML & CSS (Also includes support for JavaScript, JSON, YAML, React's JSX/TSX and more to come). | ||
> | ||
> [<img width="90%" alt="[Preview of the IDE with Pop N’ Lock Theme]" src="https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/Pop%20N'%20Lock%20Theme%20by%20Luxcium%20%E2%9C%A8%20vs%20code%20typescript%20theme%20best%20colourful%20and%20top%2010.png">](https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/Pop%20N'%20Lock%20Theme%20by%20Luxcium%20%E2%9C%A8%20vs%20code%20typescript%20theme%20best%20colourful%20and%20top%2010.png) | ||
> <br/>(v3.18)<br/> | ||
> This theme includes other extensions† | ||
> (you can enable or disable them as you wish) : | ||
> [<img width="60%" alt="[Included Extensions]" src="https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/included%20extensions.png">](https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/included%20extensions.png) | ||
> <br/>(v3.18)<br/> | ||
> ## Happy users of _Pop N' Lock Theme by Luxcium ✨_ are our best Ambasadors out there on the World Wide Web hyperspace... | ||
> | ||
> - [x] better-comments | ||
> - [x] bracket-pair-colorizer-2 | ||
> - [x] material-icon-theme | ||
> [<img width="90%" alt="[Preview of the IDE with Pop N’ Lock Theme]" src="https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/Pop%20N'%20Lock%20Theme%20by%20Luxcium%20%E2%9C%A8%20vs%20code%20typescript%20theme%20best%20colourful%20and%20top%2010.png">](https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/Pop%20N'%20Lock%20Theme%20by%20Luxcium%20%E2%9C%A8%20vs%20code%20typescript%20theme%20best%20colourful%20and%20top%2010.png) > <br/>(v3.18)<br/> | ||
> | ||
> ### We would like to hear from you fellow user of the _Pop N' Lock Theme by Luxcium ✨_ take a screenshot of your workflow and show it on Twiter using **[@luxcium](https://twitter.com/Luxcium)** _Twitter Handle_ and **[#Luxcium](https://twitter.com/hashtag/Luxcium)** _Hash tag_ send us sugestions both by opening an **[Issue](https://github.com/luxcium/pop-n-lock-theme-vscode/issues)** on **[GitHub](https://github.com/luxcium/pop-n-lock-theme-vscode/)** and then sending a Tweet about it using our Handle or Hash tag!<br/><br/> | ||
## TypeScript | ||
## Two new previews included 🧪 | ||
Pop N' Lock Theme by Luxcium ✨ Alexis's Black ⛷ (PREVIEW may change in future release) | ||
Pop N' Lock Theme by Luxcium ✨ TSA/ASD 🧩 (PREVIEW may change in future release) | ||
**⚠️ PREVIEWS are subject to change in a future release. It will be splited in separate themes. You may have to reinstall the themes after by removing from your config files and adding back...** | ||
### Breaking Changes possible | ||
If you have an error: `🚫Cannot read property 'id' of undefined` Just go in config.json file remove the `"workbench.colorTheme"` then reload vscode and reinstall `Pop N' Lock Theme by Luxcium ✨` | ||
# TypeScript | ||
[<img width="60%" alt="TypeScript" src="https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/typescript%20is%20awesome.png">](https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/typescript%20is%20awesome.png) | ||
@@ -63,32 +63,2 @@ <br/>(v3.18) TypeScript Screenshot<br/> | ||
## JavaScript | ||
[<img width="60%" alt="[JavaScript syntax for vscode]" src="https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/visual%20studio%20code%20syntax%20theme%20for%20javascipt%20ecmascript%20.png">](https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/visual%20studio%20code%20syntax%20theme%20for%20javascipt%20ecmascript%20.png) | ||
<br/>(v3.18) JavaScript Screenshot<br/> | ||
## JSON | ||
[<img width="60%" alt="[JSON]" src="https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/json.png">](https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/json.png) | ||
<br/>(v3.18) JSON Screen shot<br/> | ||
## YAML | ||
[<img width="60%" alt="[YAML]" src="https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/yaml.png">](https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/yaml.png) | ||
<br/>(v3.18) YAML Screen shot<br/> | ||
## TSX/JSX | ||
[<img width="60%" alt="[TSX/JSX color theme for vscode]" src="https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/JSX-TSX.png">](https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/JSX-TSX.png) | ||
<br/>(v3.18) JSX & TSX Screenshot<br/> | ||
## CSS | ||
[<img width="60%" alt="[CSS]" src="https://raw.githubusercontent.com/luxcium/pop-n-lock-theme-vscode/master/images/v3.12.0/visual-studio-code-theme-CSS-2.png)](https://raw.githubusercontent.com/luxcium/pop-n-lock-theme-vscode/master/images/v3.12.0/visual-studio-code-theme-CSS-1.png) | ||
<br/>(v3.12.0) CSS Screen shot<br/> | ||
## BASH and SHELL Scripting | ||
[<img width="60%" alt="[BASH scripting in visual studio]" src="https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/VS%20CODE%20THEME%20SUPPORT%20OF%20bash%20shel%20scripts%20in%20visual%20studio%20code%20theme%20linux%20%20shel%20scripting%20thme%20support.png">](https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/VS%20CODE%20THEME%20SUPPORT%20OF%20bash%20shel%20scripts%20in%20visual%20studio%20code%20theme%20linux%20%20shel%20scripting%20thme%20support.png) | ||
<br/>(v3.18)<br/> | ||
## FUNCTION RETURN TYPE | ||
@@ -111,3 +81,3 @@ | ||
## Latest TypeScript / Javascript Grammar | ||
# Latest TypeScript / Javascript Grammar | ||
@@ -130,3 +100,3 @@ [<img width="60%" alt="[Latest TypeScript / Javascript Grammar]" src="https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/when%20using%20latest%20typscript%20javascript%20syntax%20highlighting%20in%20vscode%20visual%20studio%20vs%20code.png">](https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/when%20using%20latest%20typscript%20javascript%20syntax%20highlighting%20in%20vscode%20visual%20studio%20vs%20code.png) | ||
## IMPORTS | ||
# IMPORTS | ||
@@ -145,6 +115,36 @@ When using appropriate font the italics are treated as cursive | ||
## **For better results use apropriate fonts and icons theme** | ||
# BASH and SHELL Scripting | ||
### [Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme) | ||
[<img width="60%" alt="[BASH scripting in visual studio]" src="https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/VS%20CODE%20THEME%20SUPPORT%20OF%20bash%20shel%20scripts%20in%20visual%20studio%20code%20theme%20linux%20%20shel%20scripting%20thme%20support.png">](https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/VS%20CODE%20THEME%20SUPPORT%20OF%20bash%20shel%20scripts%20in%20visual%20studio%20code%20theme%20linux%20%20shel%20scripting%20thme%20support.png) | ||
<br/>(v3.18)<br/> | ||
# CSS | ||
[<img width="60%" alt="[CSS]" src="https://raw.githubusercontent.com/luxcium/pop-n-lock-theme-vscode/master/images/v3.12.0/visual-studio-code-theme-CSS-2.png">](https://raw.githubusercontent.com/luxcium/pop-n-lock-theme-vscode/master/images/v3.12.0/visual-studio-code-theme-CSS-1.png) | ||
<br/>(v3.12.0) CSS Screen shot<br/> | ||
# JavaScript | ||
[<img width="60%" alt="[JavaScript syntax for vscode]" src="https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/visual%20studio%20code%20syntax%20theme%20for%20javascipt%20ecmascript%20.png">](https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/visual%20studio%20code%20syntax%20theme%20for%20javascipt%20ecmascript%20.png) | ||
<br/>(v3.18) JavaScript Screenshot<br/> | ||
## TSX/JSX | ||
[<img width="60%" alt="[TSX/JSX color theme for vscode]" src="https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/JSX-TSX.png">](https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/JSX-TSX.png) | ||
<br/>(v3.18) JSX & TSX Screenshot<br/> | ||
# JSON | ||
[<img width="60%" alt="[JSON]" src="https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/json.png">](https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/json.png) | ||
<br/>(v3.18) JSON Screen shot<br/> | ||
# YAML | ||
[<img width="60%" alt="[YAML]" src="https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/yaml.png">](https://raw.githubusercontent.com/Luxcium/pop-n-lock-theme-vscode/master/images/v3.18.0/yaml.png) | ||
<br/>(v3.18) YAML Screen shot<br/> | ||
# **For better results use apropriate fonts and icons theme** | ||
## [Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme) | ||
## **Options and settings** | ||
@@ -151,0 +151,0 @@ |
@@ -59,2 +59,10 @@ { | ||
{ | ||
"open": "<", | ||
"close": ">", | ||
"notIn": [ | ||
"string", | ||
"comment" | ||
], | ||
}, | ||
{ | ||
"open": "\"", | ||
@@ -137,3 +145,3 @@ "close": "\"", | ||
} | ||
} | ||
}, | ||
} |
@@ -73,2 +73,10 @@ { | ||
}, | ||
{ | ||
"open": "<", | ||
"close": ">", | ||
"notIn": [ | ||
"string", | ||
"comment" | ||
], | ||
}, | ||
{ | ||
@@ -75,0 +83,0 @@ "open": "/*", |
@@ -10,3 +10,3 @@ { | ||
], | ||
// "experimentalDecorators": true, | ||
"experimentalDecorators": true, | ||
"emitDecoratorMetadata": true, | ||
@@ -13,0 +13,0 @@ "sourceMap": false, |
@@ -181,13 +181,13 @@ const array1 = [ | ||
'#DB9F', | ||
'#DCA2', | ||
'#DCA3', | ||
'#DCA4', | ||
'#DCA5', | ||
'#DCA8', | ||
'#DCAA', | ||
'#DCAB', | ||
'#DCAC', | ||
'#DCAD', | ||
'#DCAF', | ||
'#DCB2', | ||
'#DCB3', | ||
'#DCB4', | ||
'#DCB5', | ||
'#DCB8', | ||
'#DCBA', | ||
'#DCBB', | ||
'#DCBC', | ||
'#DCBD', | ||
'#DCBF', | ||
'#DCBF', | ||
'#DDBC9AFF', | ||
@@ -194,0 +194,0 @@ '#DDCCAAFF', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67576378
0
480
361183
33
1
70
- Removedvscode-languageclient@^5.2.1
- Removedsemver@5.7.2(transitive)
- Removedvscode-jsonrpc@4.0.0(transitive)
- Removedvscode-languageclient@5.2.1(transitive)
- Removedvscode-languageserver-protocol@3.14.1(transitive)
- Removedvscode-languageserver-types@3.14.0(transitive)