-
Notifications
You must be signed in to change notification settings - Fork 2
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
"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 <114330931+aryanas159@users.noreply.github.com>
@climba03003 I have made the required changes. |
snippets/snippets-ts.json
Outdated
}, | ||
"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 scope
s 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 test
andnpm run benchmark
and the Code of conduct