Skip to content

Fix compilation and runtime errors#1

Closed
addictgamer wants to merge 2 commits intoCodedotAl:masterfrom
addictgamer:fix-compilation-and-runtime
Closed

Fix compilation and runtime errors#1
addictgamer wants to merge 2 commits intoCodedotAl:masterfrom
addictgamer:fix-compilation-and-runtime

Conversation

@addictgamer
Copy link

@addictgamer addictgamer commented Dec 2, 2021

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)

…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.
@ncoop57
Copy link
Collaborator

ncoop57 commented Dec 13, 2021

So sorry for not responding to this sooner. Will check this out soon, really appreciate the PR!

@ncoop57 ncoop57 self-assigned this Dec 13, 2021
ncoop57 pushed a commit that referenced this pull request Dec 18, 2021
Create vscode.proposed.inlineCompletions.d.ts
@ncoop57
Copy link
Collaborator

ncoop57 commented Dec 18, 2021

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 ncoop57 closed this Dec 18, 2021
ncoop57 pushed a commit that referenced this pull request Sep 6, 2022
fixes links in the readme file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants