Skip to content

Commit

Permalink
fix: removed artifact requirement file
Browse files Browse the repository at this point in the history
  • Loading branch information
chandralegend committed Feb 8, 2024
1 parent 2294eea commit 39878ef
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 145 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ bundled/libs/
**/__pycache__
**/.pytest_cache
**/.vs

requirements.txt
requirements-dev.txt
4 changes: 2 additions & 2 deletions dev_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
pip-tools
nox
pytest
jaclang
pygls==1.1.1
jaclang==0.4.7
pygls==1.1.1
105 changes: 0 additions & 105 deletions dev_requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jaclang-extension",
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"version": "2024.1.30",
"version": "2024.2.8",
"preview": true,
"serverInfo": {
"name": "Jaclang Language Server",
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
# Required packages
pygls==1.1.1
packaging
jaclang
jaclang==0.4.7
36 changes: 0 additions & 36 deletions requirements.txt

This file was deleted.

0 comments on commit 39878ef

Please sign in to comment.