Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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(client): client copied from telegram-bot repo #91
feat(client): client copied from telegram-bot repo #91
Changes from 9 commits
963c9f8
a1bd87d
5d19224
82074ef
e5853e1
99e1fb1
628c23d
78b7388
b239d0d
7e88a01
f3c4b2c
b2871ef
ea64942
583bc3f
36f5819
70be7c2
e48c05c
dda6d74
8e798e3
24bdc02
6d4fc72
56b7ea9
0b9e8e3
113e944
9a7cf96
890a3c1
0d51bf0
bb188f1
4bb4558
b717db7
e23992a
a58ef60
027dadf
15df5f3
0b470c6
922b6ba
a5d55a8
bc8458d
436404c
86c9797
bc8f5a9
9bb0c35
aa8383c
f73fa8f
70fa6ad
0301f0f
6445457
3f85478
e9b489b
0fff0f4
d2d40f6
fafc8b5
b5b8ec8
3a2e5aa
57db290
1c388cb
69849ea
b51b8e7
a197bdd
53da280
2754982
fb29fa0
d35cec7
87a83bf
187a47b
d3dc1f8
3fccf76
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
This file was deleted.
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.
Why is this change necessary?
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.
I think this was due to deno because it also stored the package.json packages in the node_modules folder. Should no longer be necessary with the removal of deno
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.
This is related to this vuejs/language-tools#5020, I'll leave the temporary fix in for now.