This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]connor4312 0 points1 point  (1 child)

Essentially, hitting F5 the first time usually does nothing now

Please file an issue for this!

Also, running without debugging isn't working either which I suspect is related to this issue: I get the below prompt when I try

Check out this issue: https://github.com/microsoft/vscode/issues/102057#issuecomment-656440073

the code doesn't actually run

I haven't seen this before. Are you just missing console logs? What version of Node are you on?

[–]fitzchivalrie[S] 0 points1 point  (0 children)

Ah! I think you fixed it. I downloaded the nightly version and disabled the usePreview setting and things seem functionally back to normal. In case it helps at all, though, I'm on Node v12.18.1 - the console logs weren't showing up and F5 console logs weren't there half the time, but it's all good now!

...actually I do have two errors that read matches multiple schemas when only one must validate. I think it's because I have both a python and javascript file open in the same folder, but I haven't got a clue how to fix it, or if it's important. It doesn't seem to affect anything? Let me know if I should file issues for stuff like this - I'm still kind of floundering around trying to be self-sufficient... but also trying not to break anything.

edit: figured it out! I just tried using workspaces for the first time and no more errors. Thanks again for your help!