Skip to content

Commit

Permalink
Merge pull request #176 from Glyphack/lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
Glyphack authored Sep 23, 2023
2 parents 3627e6c + 0a4a36d commit 91368fb
Show file tree
Hide file tree
Showing 481 changed files with 19,304 additions and 160 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ Cargo.lock
*.pdb

typings/
node_modules
out/
client/dist/
12 changes: 10 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
[workspace]
members = ["parser", "cli", "typechecker", "ruff_python_import_resolver", "lsp"]
members = ["parser", "enderpy", "typechecker", "lsp"]
resolver = "2"

[workspace.package]
edition = "2021"
rust-version = "1.72.0"
homepage = "https://github.com/Glyphack/enderpy"
documentation = "https://github.com/Glyphack/enderpy"
authors = ["Shaygan Hooshyari"]
license = "AGPL-3.0-only"
repository = "https://github.com/Glyphack/enderpy"

[workspace.dependencies]
log = { version = "0.4.17" }
serde = { version = "1.0.152", features = ["derive"] }
Expand All @@ -10,6 +19,5 @@ insta = { version = "1.31.0", feature = ["filters", "glob"] }
[profile.dev.package.insta]
opt-level = 3


[profile.dev.package.similar]
opt-level = 3
12 changes: 0 additions & 12 deletions cli/Cargo.toml

This file was deleted.

15 changes: 15 additions & 0 deletions client/vscode/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "enderpy-language-client",
"description": "Enderpy for Visual Studio Code",
"license": "MIT",
"version": "0.0.1",
"engines": {
"vscode": "^1.65.0"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^17.0.18",
"vscode-test": "^1.3.0",
"@types/vscode": "~1.82.0"
}
}
294 changes: 294 additions & 0 deletions client/vscode/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 91368fb

Please sign in to comment.