Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 940 Bytes

File metadata and controls

28 lines (23 loc) · 940 Bytes

Processing Language Server VSCode

Processing VSCode Extension.

screenshot

This extension is currently under development. This is very unstable. If it crashes, Run Processing: Restart Language Server from the command palette. If that doesn't work, restart VSCode.

Install

Support Processing Version

  • 4.1 >=

Configuration

processing-language-server.processingPath (required)

  • Processing installed path.
  • Example:
    {
        // linux
        "processing-language-server.processingPath": "/home/user/processing-4.1",
        // windows
        "processing-language-server.processingPath": "C:\\Users\\user\\processing-4.1",
        // macos
        "processing-language-server.processingPath": "/Applications/Processing.app"
    }