You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by al...@apache.org on 2020/12/23 22:11:00 UTC

[openwhisk-wskdebug] 05/11: fix github formatting

This is an automated email from the ASF dual-hosted git repository.

alexkli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git

commit e962dcac98debda0113d4f2da1145bbc4a09a0cf
Author: Alexander Klimetschek <ak...@adobe.com>
AuthorDate: Wed Dec 23 11:00:10 2020 -0800

    fix github formatting
---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 001e607..52101ef 100644
--- a/README.md
+++ b/README.md
@@ -124,7 +124,7 @@ The action to debug (e.g. `myaction`) must already be deployed.
 
 Add the configuration below to your [launch.json](https://code.visualstudio.com/docs/editor/debugging#_launch-configurations). Replace `MYACTION` with the name of your action and `ACTION.js` with the source file containing the action. When you run this, it will start wskdebug and should automatically connect the debugger.
 
-```json
+```
     "configurations": [
         {
             "type": "pwa-node",
@@ -149,9 +149,10 @@ Add the configuration below to your [launch.json](https://code.visualstudio.com/
 
 In **VS Code versions <= 1.47** use the config below. If you use 1.47, you also have to set `"debug.javascript.usePreview": false` in your VS Code `settings.json`. See also [issue #74](https://github.com/apache/openwhisk-wskdebug/issues/74).
 
-```json
+```
     "configurations": [
         {
+            // legacy launch config for VS Code <= 1.47
             "type": "node",
             "request": "launch",
             "name": "wskdebug MYACTION",