Skip to content
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

fix: use definition from defineProps if possible #3786

Closed
wants to merge 55 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
cc882fd
tests
so1ve Dec 6, 2023
dab3e47
feat: upgrade to Volar 2.0 alpha (#3736)
johnsoncodehk Dec 6, 2023
f0d1af7
refactor(langauge-core): codegen based on Generator (#3778)
johnsoncodehk Dec 6, 2023
c627505
Merge branch 'master' into fix/issue-3779
so1ve Dec 7, 2023
b08d040
fix
so1ve Dec 7, 2023
a2e69fc
use user-defined props name
so1ve Dec 7, 2023
daeee14
update tests
so1ve Dec 7, 2023
f5f8483
refactor(tsc): deprecate hooks api (#3793)
johnsoncodehk Dec 12, 2023
b8627e7
fix(language-core): `resolveSourceFileName` condition incorrect
johnsoncodehk Dec 12, 2023
e7439aa
refactor(extension): Optimized the destruction of some events and ref…
Simon-He95 Dec 14, 2023
b8de652
Merge branch 'master' into fix/issue-3779
so1ve Dec 20, 2023
2f45e2d
Update script.ts
so1ve Dec 20, 2023
e561e42
feat: upgrade to Volar 2.0 alpha (#3736)
johnsoncodehk Dec 6, 2023
9f54a24
refactor(langauge-core): codegen based on Generator (#3778)
johnsoncodehk Dec 6, 2023
7128f1e
refactor(tsc): deprecate hooks api (#3793)
johnsoncodehk Dec 12, 2023
2bd1917
fix(language-core): `resolveSourceFileName` condition incorrect
johnsoncodehk Dec 12, 2023
9f1950d
refactor(extension): Optimized the destruction of some events and ref…
Simon-He95 Dec 14, 2023
df0feeb
test for 3820
so1ve Dec 22, 2023
b01916b
Merge branch 'master' into fix/issue-3779
so1ve Dec 22, 2023
e546269
Update main.vue
so1ve Dec 26, 2023
a6014b6
refactor(language-core): do not generate `__VLS_types.d.ts` virtual file
johnsoncodehk Dec 7, 2023
d909090
chore: delete the ts plugin extension
johnsoncodehk Dec 7, 2023
749ebb2
feat(language-server): add vue-simple-language-server
johnsoncodehk Dec 7, 2023
1b53504
feat(vscode): set `configNamespace` to make auto complete work
johnsoncodehk Dec 7, 2023
53dbaf2
chore(vscode): disable lsp semantic tokens
johnsoncodehk Dec 7, 2023
4224c39
chore(vscode): remove unneeded `typescript.tsdk` config
johnsoncodehk Dec 7, 2023
e210a6a
feat(vscode): show warnings for invalid extension status
johnsoncodehk Dec 7, 2023
4809cae
chore: update volar to 2.0.0-alpha.2
johnsoncodehk Dec 7, 2023
af22b48
test(language-service): skip formatting tests for now
johnsoncodehk Dec 7, 2023
a68e12f
fix(vscode): ignore volar.config.js for now
johnsoncodehk Dec 7, 2023
003d58c
feat(vscode): active auto insertion
johnsoncodehk Dec 7, 2023
2d789ed
fix(vscode): lsp ts server do not disable in prod build
johnsoncodehk Dec 8, 2023
4a8e5fd
chore: update volar to 2.0.0-alpha.3
johnsoncodehk Dec 9, 2023
2999cdf
chore(vscode): enable markdown configs
johnsoncodehk Dec 10, 2023
a8d33ec
feat(vscode): integrate native typescript editor features
johnsoncodehk Dec 10, 2023
a858ac8
chore(vscode): don't active extension with ts files
johnsoncodehk Dec 11, 2023
1c62384
feat(vscode): activate document drop edit
johnsoncodehk Dec 11, 2023
2cb009d
fix(vscode): correct trace server id
johnsoncodehk Dec 11, 2023
024b748
test: enable formatting test
johnsoncodehk Dec 11, 2023
6da4619
refactor(tsc): rework based on first-party TS API (#3795)
johnsoncodehk Dec 12, 2023
e6f0867
feat(tsc): support `vueCompilerOptions.extensions` option (#3800)
johnsoncodehk Dec 13, 2023
0764def
refactor(language-core): generate global types in one virtual file (#…
johnsoncodehk Dec 14, 2023
5e55ad6
fix(vscode): remove invalid jsonValidation configs
johnsoncodehk Dec 14, 2023
e1116f1
chore: bump volar
johnsoncodehk Dec 15, 2023
4da503a
fix(language-core): global module declare error-tolerant for previous…
johnsoncodehk Dec 15, 2023
c27aed5
chore: bump volar
johnsoncodehk Dec 19, 2023
c7aea86
refactor(language-server): update to new volar api
johnsoncodehk Dec 19, 2023
367b90c
feat(vscode): support latest volar labs
johnsoncodehk Dec 20, 2023
8a0cc2f
chore(vscode): update message text
johnsoncodehk Dec 20, 2023
8a048c7
chore(language-server): use in-place parsed command line options
johnsoncodehk Dec 20, 2023
81d4782
chore: fix rebase merging from master branch
johnsoncodehk Dec 21, 2023
f064962
refactor(language-service): service plugins do not depend on project …
johnsoncodehk Dec 21, 2023
0683f5d
chore: bump volar
johnsoncodehk Dec 21, 2023
3303eea
chore: remove unneeded configs
johnsoncodehk Dec 25, 2023
c73484a
Merge branch 'master' into fix/issue-3779
so1ve Dec 26, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 0 additions & 17 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,6 @@
"script": "watch"
}
},
{
"type": "extensionHost",
"request": "launch",
"name": "Launch TypeScript Plugin",
"runtimeExecutable": "${execPath}",
"args": [
"--disable-extensions",
"--extensionDevelopmentPath=${workspaceRoot}/extensions/vscode-typescript-plugin"
],
"outFiles": [
"${workspaceRoot}/*/*/out/**/*.js"
],
"preLaunchTask": {
"type": "npm",
"script": "watch"
}
},
{
"name": "Launch Web Client",
"type": "pwa-extensionHost",
Expand Down
2 changes: 0 additions & 2 deletions extensions/vscode-typescript-plugin/.vscodeignore

This file was deleted.

1 change: 0 additions & 1 deletion extensions/vscode-typescript-plugin/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions extensions/vscode-typescript-plugin/LICENSE

This file was deleted.

22 changes: 0 additions & 22 deletions extensions/vscode-typescript-plugin/README.md

This file was deleted.

Binary file removed extensions/vscode-typescript-plugin/images/icon.png
Binary file not shown.
43 changes: 0 additions & 43 deletions extensions/vscode-typescript-plugin/package.json

This file was deleted.

35 changes: 0 additions & 35 deletions extensions/vscode-typescript-plugin/scripts/build.js

This file was deleted.

11 changes: 0 additions & 11 deletions extensions/vscode-typescript-plugin/tsconfig.json

This file was deleted.