hsen-dev / vscode-elastic

Elasticsearch for VSCode
https://marketplace.visualstudio.com/items?itemName=ria.elastic
The Unlicense
165 stars 27 forks source link

Upgrade engine and add webpack #63

Closed barnuri closed 2 years ago

barnuri commented 2 years ago

add also a prettier so its look like a lot of changes

barnuri commented 2 years ago

also you have here git hooks to incress version & github actions to publish the extension you just need to add secret to you repo named VSCE_PAT

barnuri commented 2 years ago

@hsen-dev

barnuri commented 2 years ago

@hsen-dev upgrade the extension engine & dependencies because it was too old also and webpack to speed up the extension and prettier for save to code format for all files and github actions to publish it every time you push to master also anding missing types and make tsconfig to be strict your extenstion is very useful but very old

barnuri commented 2 years ago

dont forget to update the repo secrets, you need to set a new secret named VSCE_PAT with a the token for publishing the extension also revert the publisher name in the package json (i put Bar because i didnt know if you will take my branch :D )

barnuri commented 2 years ago

@hsen-dev