Efratror
Efratror
### Feature: Currently there is no way to build the extension on Windows. Unless you have a bash terminal installed. It would be nice to be able to build using...
### Bug: The npm client install command crashes due to an error while installing vscode.d.ts. Also the setup was a bit tedious due to missing a few required packages for...
So that the comment is totally removed from the processed text. Should fix #9
### Bug: With a fresh install of the ls and Ubuntu 20.04.4 LTS. The server comes with a error message and shuts down ``` internal/fs/utils.js:307 throw err; ^ Error: ENOENT:...
### Bug: Using characters like for example "," and "@" result in a file creation or compile error due to the fact that the aren't removed from the processed text...
### Bug: code like: ``` String s = "\n"; String s= "\""; println("X" + "X"); ``` Give compilation errors due to the fact the quotation character is replaced with multiple...