-
Notifications
You must be signed in to change notification settings - Fork 243
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
feat(vscode): add openapi3 preview #6015
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # packages/typespec-vscode/package.json # packages/typespec-vscode/src/extension.ts # packages/typespec-vscode/src/types.ts # pnpm-lock.yaml
# Conflicts: # pnpm-lock.yaml
# Conflicts: # pnpm-lock.yaml
I have to copy |
All changed packages have been documented.
|
You can try these changes here
|
https://github.com/arjun-g/vs-swagger-viewer is not suitable as a dependent extension for previewing swagger, because it only exposes a load method, which doesn't fulfill our requirement:
|
…#6054) I forgot to trace stderr. For error in postprocess/customization, the error log is on stderr.
fixes microsoft#5430 --------- Co-authored-by: Mary Gao <[email protected]>
…oft#5937) This should work as long as the template has a string representation. fix [microsoft#5391](microsoft#5391)
Add test to confirm that this microsoft#5197 is not an issue
This is replaced by the README.md file.
Fix microsoft#5899 - remove typespec extension out of preview model
Fixes microsoft#6090 Include emitter tests in the build so we can catch compilation errors. They are excluded from the tgz tested using `npm pack`.
List of changes since last review:
|
vsce package
not supporting pnpm, I have to copyswagger-ui-dist
lib files into our source folder. So, add those files into ignore list of lint and format.resolve #4858