From d6d53caef0f9b3a63bc0e7d45482ee35e6d8ddb0 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 12 Jun 2017 20:23:26 -0700 Subject: [PATCH] Vscode is written VS Code --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1d3f2ca..064ad70 100644 --- a/README.rst +++ b/README.rst @@ -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 `_) * **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... `_) -* **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: