Skip to content

Commit

Permalink
LS bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kowalp committed Jun 6, 2022
1 parent a35e315 commit 60eb73d
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 69 deletions.
Binary file removed images/editor_window.png
Binary file not shown.
67 changes: 0 additions & 67 deletions images/eye_of_nucomp.svg

This file was deleted.

Binary file modified images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mcnp-server/lib/gov.lanl.mcnp-1.0.0-SNAPSHOT.jar
Binary file not shown.
Binary file modified mcnp-server/lib/gov.lanl.mcnp.ide-1.0.0-SNAPSHOT.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion mcnp.configuration.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"comments": {
// symbol used for single line comment. Remove this entry if your language does not support line comments
"lineComment": "c"
"lineComment": " $"
},
// symbols used as brackets
"brackets": [
Expand Down
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": "nucomp-mcnp",
"displayName": "MCNP Language Server",
"description": "MCNP input validation and editor services. Also supports plot and run scripts.",
"version": "0.0.6",
"version": "0.0.7",
"featureFlags": {
"usingNewPythonInterpreterPathApi": true,
"usingNewPythonInterpreterPathApiV2": true
Expand Down

0 comments on commit 60eb73d

Please sign in to comment.