Fix compilation and runtime errors#1
Closed
addictgamer wants to merge 2 commits intoCodedotAl:masterfrom
Closed
Conversation
…t` compile flag. `err` was of unknown type, which is something typescript 4 or 4.4 started enforcing strictly with the strict compiler flag.
…to enabledApiProposals in package.json Not sure why; I just followed the prompts. I suppose the other one got deprecated or removed or something, and now instead of a boolean flag, they want you to use an array of the explicit things you want to enable? Maybe?? IDK. I have no idea what I'm doing.
Collaborator
|
So sorry for not responding to this sooner. Will check this out soon, really appreciate the PR! |
ncoop57
pushed a commit
that referenced
this pull request
Dec 18, 2021
Create vscode.proposed.inlineCompletions.d.ts
Collaborator
|
Appreciate the PR! I went ahead and merged another person's that did the same thing, but had a few additional fixes that they found. |
ncoop57
pushed a commit
that referenced
this pull request
Sep 6, 2022
fixes links in the readme file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I ran into some issues getting this extension built/setup on my system. (See addictgamer#1 and addictgamer#2 for more details on the exact errors I saw)
These were the changes I had to make...(the machine I tried it on was/is running Debian 11, if that helps provide some context)