-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moving to TS #47
base: master
Are you sure you want to change the base?
Moving to TS #47
Conversation
I would suggest moving the refactoring to one or more separate PRs for traceability later? |
Another suggestion from me would be to comment in the first line when something was generated and with which tool. Just for the traceability again. |
Not sure I'm following. It is possible to auto-generate it as part of the build pipeline, if we want to (in fact, I wrote a tool that does just that, just the other way around: For now, we should continue to monitor any changes to the configuration section in the package.json, and update the TS config accordingly. If you see anything else missing, just let me know. Or better, create a PR to fix it (if possible, maybe to my fork?). |
I did not mean it that way.
Currently I'm waiting for all current PRs to be merged. After that I would set it up for me and try things out. |
I see.
OK. don't wait for #45 though. I'll rewrite it with TS. |
Then that would be fine for me. I don't care whether it's Generic or not, but it's currently not obvious to me what's happening and why. I would find it useful to improve that. |
Bumps [terser](https://github.com/terser/terser) from 5.7.2 to 5.14.2. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…rser-5.14.2 Bump terser from 5.7.2 to 5.14.2
Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.1.1. - [Release notes](https://github.com/fb55/nth-check/releases) - [Commits](fb55/nth-check@v2.0.0...v2.1.1) --- updated-dependencies: - dependency-name: nth-check dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](chalk/ansi-regex@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…si-regex-3.0.1 Bump ansi-regex from 3.0.0 to 3.0.1
…h-check-2.1.1 Bump nth-check from 2.0.0 to 2.1.1
Hi, getting back to this. So, I tested it on my machine and it works well. But I think it's better to have someone else test it as well. If anyone is willing, we can continue discussing it here for any bug or issue until we'll see it has none. |
Support creating diagnostics for open files
Bumps [nanoid](https://github.com/ai/nanoid) to 3.3.3 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `nanoid` from 3.1.20 to 3.3.3 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.1.20...3.3.3) Updates `mocha` from 8.4.0 to 10.1.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v8.4.0...v10.1.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect - dependency-name: mocha dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) to 12.3.2 and updates ancestor dependency [vsce](https://github.com/Microsoft/vsce). These dependencies need to be updated together. Updates `markdown-it` from 10.0.0 to 12.3.2 - [Release notes](https://github.com/markdown-it/markdown-it/releases) - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](markdown-it/markdown-it@10.0.0...12.3.2) Updates `vsce` from 1.96.3 to 2.13.0 - [Release notes](https://github.com/Microsoft/vsce/releases) - [Commits](microsoft/vscode-vsce@v1.96.3...v2.13.0) --- updated-dependencies: - dependency-name: markdown-it dependency-type: indirect - dependency-name: vsce dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…noid-and-mocha-3.3.3 Bump nanoid and mocha
…rkdown-it-and-vsce-12.3.2 Bump markdown-it and vsce
Correct small typo on README.md
Followup: Fix wrong syntax. Thanks @alkatar21
delete dist/* files from repository. (The comments here have gone onto other things, but I'm merging this original small change.)
@elazarcoh As some PRs got merged this maybe needs some updates too? |
Done. |
Rewrite the extension in TS.
It's still a work in progress.