-
Couldn't load subscription status.
- Fork 3
fix: issue #16 #17
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: issue #16 #17
Conversation
snippets/snippets-ts.json
Outdated
| "scope": "javascript,typescript", | ||
| "prefix": "ffhello", | ||
| "body": [ | ||
| "const app = require('fastify')({ logger: true })", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should use import here.
snippets/snippets-ts.json
Outdated
| {} | ||
| { | ||
| "fastify hello server": { | ||
| "scope": "javascript,typescript", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The scope should be TypeScript only.
Signed-off-by: Aryan Singh <[email protected]>
|
@climba03003 I have made the required changes. |
snippets/snippets-ts.json
Outdated
| "description": "Create an hello world server" | ||
| }, | ||
| "fastify register": { | ||
| "scope": "javascript,typescript", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should fix all the scopes in the file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
|
@Eomm I have made changes for the scopes, can you please review. |
Checklist
npm run testandnpm run benchmarkand the Code of conduct