Skip to content

Tags: jesse-ai/python-language-server

Tags

v1.0.9

Toggle v1.0.9's commit message
Disable type checking in pyrightconfig.json for better user experienc…

…e in the jesse dashboard's editor

v1.0.8

Toggle v1.0.8's commit message
Disable type checking in pyrightconfig.json for better user experienc…

…e in the jesse dashboard's editor

v1.0.7

Toggle v1.0.7's commit message
Disable type checking in pyrightconfig.json for better user experienc…

…e in the jesse dashboard's editor

v1.0.6

Toggle v1.0.6's commit message
Enhance build scripts and documentation for cross-platform support wi…

…th Ruff

- Updated `build-with-ruff.sh` to include Windows support, bundling Pyright only (no Ruff).
- Modified Node.js download logic to accommodate Windows platform.
- Improved cleanup process for both Windows and Unix builds.
- Enhanced README.md to clarify Ruff support for Linux/macOS and Pyright-only builds for Windows.
- Updated GitHub Actions workflow to build for all platforms, including Windows.

v1.0.5

Toggle v1.0.5's commit message
Add build-windows.sh script for Windows platform setup and enhance py…

…right-bridge.ts for path normalization

- Introduced build-windows.sh to automate the build process for Windows, including bundling TypeScript, downloading Node.js, and creating a zip archive.
- Updated pyright-bridge.ts to normalize paths for BOT_ROOT and JESSE_ROOT, ensuring compatibility across platforms.
- Adjusted pyrightconfig.json to maintain consistent path references for improved project structure.

v1.0.4

Toggle v1.0.4's commit message
Update pyright-bridge.ts to spawn Pyright using process.execPath for …

…better compatibility across environments.

v1.0.3

Toggle v1.0.3's commit message
Refactor directory path resolution in pyright-bridge.ts to use fileUR…

…LToPath for improved compatibility with ES modules.

v1.0.2

Toggle v1.0.2's commit message
Fix Windows Node.js download URL - use win-x64 instead of win32-x64

v1.0.1

Toggle v1.0.1's commit message
Enhance WebSocket bridge functionality and improve project organizati…

…on by refining build scripts and configuration files.

v1.0.0

Toggle v1.0.0's commit message
Refactor project structure by organizing build scripts and configurat…

…ion files, and enhance WebSocket bridge for improved Pyright LSP integration.