Vscode is written VS Code
This commit is contained in:
parent
d03bfb62ab
commit
d6d53caef0
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ Each plugin also has it's own log file:
|
|||
* **TextMate** logs to stderr so run TextMate from Terminal to see any errors (`enable logging <https://github.com/textmate/textmate/wiki/Enable-Logging>`_)
|
||||
* **Vim** errors get displayed in the status line or inline (use ``:redraw!`` to clear inline errors)
|
||||
* **Visual Studio** logs to the Output window, but uncaught exceptions go to ActivityLog.xml (`more info... <http://blogs.msdn.com/b/visualstudio/archive/2010/02/24/troubleshooting-with-the-activity-log.aspx>`_)
|
||||
* **Vscode** logs to the developer console (Help -> Toggle Developer Tools)
|
||||
* **VS Code** logs to the developer console (Help -> Toggle Developer Tools)
|
||||
* **Xcode** type ``sudo tail -f /var/log/system.log`` in a Terminal to view Xcode errors
|
||||
|
||||
Useful API Endpoints:
|
||||
|
|
Loading…
Reference in a new issue