-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lots of code clean up #102
Conversation
👍 Are there any specific rules on let/var/const? |
Thanks. |
In addition, I noticed a bug in the implementation of the command for 'dotnet restore'. It was getting directory of `OmnisharpServer.getSolutionPathOrFolder()` but not actually using it.
@@ -1,373 +1,388 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry about the changes in this file. I ran npm install --save for a particular package and it reformatted the file.
@gregg-miskelly are you ok if I merge this? |
I didn't review everything (let me know if you want me to) but the debugger parts look good. 👍 |
thanks! |
No description provided.