Commit Graph

12 Commits

Author SHA1 Message Date
Hayden 79102dfbba
Tiny spelling fix. (#968) 2021-04-06 13:16:35 +08:00
Jinbo Wang 656beaab8f
Show a warning message about the Unsupported JDK error (#790)
* Show a warning message about the Unsupported JDK error

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* adjust the description

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* Improve troubleshooting description

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2020-04-10 15:42:37 +08:00
Jinbo Wang 5bb7557031
Update the doc for class not found error (#689) 2019-10-25 13:38:11 +08:00
Jinbo Wang 4c5ab068d3
Update Troubleshooting.md 2019-10-12 13:56:12 +08:00
Jinbo Wang 607f5d8669
Update troubleshooting for build failed error (#687) 2019-10-12 13:44:23 +08:00
Jinbo Wang eaef00011e
Update troubleshooting doc for class not found error (#685)
* Update troubleshooting doc for class not found error

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* Update hcr limitation

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* Address review comment

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2019-10-11 17:56:19 +08:00
Max Rydahl Andersen 1708d6afb5 document error that occurs on fresh installs with debug (#664)
document to restart when seeing "no delegatecommandhandler"..
2019-09-19 09:08:54 +08:00
Jinbo Wang f79664cd8e
Add debug/toolbar button to reload changed classes (#586)
* Add debug/toolbar button to reload changed classes

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* Make tslint happy

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* Show a warning when autobuild is disabled

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* Address review comments

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2019-05-28 10:42:32 +08:00
Jinbo Wang e0335fa6dd
Update mainClass configError troubleshooting info (#386)
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2018-08-29 13:06:14 +08:00
Jinbo Wang ae23fcb02e
"Learn More" link jumps to the associated troubleshooting paragraph directly (#371)
* Learn More link to the corresponding troubleshooting paragraph directly

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* Update LS troubleshooting anchor point

* make tslint happy

* Give a meaningful sample message instead of xyz

* Refactor IMessage interface
2018-08-22 14:37:55 +08:00
Jinbo Wang 90ea267a54
Update the words for "Update project configuration" command (#359)
* Update the words for "Update project configuration"

Java:Update Project configuration (Shift+Alt+U): is available when the editor is focused on a Maven pom.xml or a Gradle file. It forces project configuration / classpath updates (eg. dependency changes or Java compilation level), according to the project build descriptor.

* Update the goal of "Update project configuration" per review
2018-08-10 10:43:46 +08:00
Jinbo Wang 0e86ed2cc7
Add a troubleshooting page for the frequently asked errors (#341)
* Add a troubleshooting page for the frequently asked errors

* Update the wrong link and remove the unnecessary separator

* Update Troubleshooting.md

* Make tslint happy

* Refine the words per review

* Add the missing items parameter for showErrorMessage function

* Log the troubleshooting usage

* Add a reference in README to link to troubleshooting page

* Update the fix steps for illegal request type error

* Refine the description words for differnt errors

* Add jdk troubleshooting item

* Add a link to submit an issue

* Add compilation as a try step for ClassNotFoundException

* Add the missing license header

* Resolve the review comments for troubleshooting doc

* Extract dup code to a helper function

* Merge activation event to usage data

* Refactor showMessage utility method

* Add opn to dependency list

* update package-lock.json
2018-08-01 14:35:48 +08:00