Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorgirardi committed Jul 5, 2022
1 parent af494e1 commit b5b4755
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
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": "nightincode",
"displayName": "Nightincode",
"description": "Elemental Clojure/Script support for Visual Studio Code.",
"version": "0.6.0-dev",
"version": "0.6.0",
"publisher": "pedrorgirardi",
"author": {
"name": "Pedro Girardi",
Expand Down
6 changes: 4 additions & 2 deletions src/nightincode/server.clj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@

(java.io
Writer
PrintWriter)
PrintWriter
BufferedWriter
OutputStreamWriter)

(java.net
ServerSocket
Expand Down Expand Up @@ -428,7 +430,7 @@

:serverInfo
{:name "Nightincode"
:version "0.6.0-dev"}})))
:version "0.6.0"}})))

(defmethod lsp/handle "initialized" [notification]

Expand Down

0 comments on commit b5b4755

Please sign in to comment.