Skip to content

dholth/lapce-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lapce-python

Fork of https://github.com/superlou/lapce-python

Build

rustup target add wasm32-wasi
cargo build

Develop

On OSX,

pip install pipx
pipx install pylsp
# adds ~/.local/bin/pylsp
cd ~/.lapce/plugins
mkdir lapce-python; cd lapce-python
ln -s ~/prog/lapce-python/plugin.toml .
ln -s ~/prog/lapce-python/target/wasm32-wasi/debug/lapce-python.wasm .

Run lapce from the terminal to see error messages. lapce-python should serialize its configuration to stderr.

RUST_BACKTRACE=1 /Applications/Lapce.app/Contents/MacOS/lapce

Unfortunately broken language servers seem to prevent lapce from being able to save.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%