LS4P
LS4P copied to clipboard
📦 LSP Implementation for Processing DSL
### Implements: - Play and stop icons - Green triangle/arrow - Red square - Buffered output to channel - Appends buffer content to a vs-code output channel using a interval...
For running the Processing sketch directly from VScode workspace, a Java plugin has to be installed in VScode, so that it can run java code in the VScode sandboxed container....
### 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...
Certainly would like to see this extension on the Visual Studio Marketplace.
This is one of the issues in Processing Core itself - compatibility issues with macOS Mojave. ***Stack Trace:*** ``` 0 AppKit 0x00007fff456832e3 -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 386 1 AppKit 0x00007fff4568068c -[NSWindow...