David P. Caldwell
David P. Caldwell
What is this master token being discussed? Can I get one if, for example, my browser is logged in to Keep?
Possibly fixed by https://github.com/devcontainers/cli/issues/83? I don't have an easy test case at the moment since I implemented a workaround which sets the executable bit on my machine. I can look...
Makes sense -- it's a bit confusing, given that it's explicitly giving instructions to use `composer require` and then the version that is produced is not compatible with the rest...
@snjeza thanks for the workarounds. I can't really tell what the LS is doing with Gradle, though -- maybe it's using it to parse my `build.gradle` in order to determine...
@snjeza I can report that adding the setting you suggested to my user-level settings allowed my project to be imported successfully. So that's a workaround for now for people in...
Thanks for the clarity. Yes, there are a lot of layers involved here (and I didn't know the architecture of some of the lower ones). I'll close this and post...
I've also picked up `ncdbg` again (as a user) after a layoff. Right now I can't hit breakpoints in VSCode, although I *can* use the `debugger` keyword. Perhaps that's a...
Sounds good, @provegard -- DevTools API seems to be the way to go in JavaScript debugging these days, so good that you've implemented it for Nashorn. I'll have a look...
Using the new URL you provided, @provegard, I am able to debug in Chrome, same situation as VSCode -- scripts stop at `debugger;` but not at breakpoints, best I can...
My test was with this: `"java.runtime.version": "1.8.0_232-BellSoft-b10"`. Running with JDK 11 I get a different error having to do with `JAVA_HOME` being wrong, not sure how that's happening -- I'll...