Skip to content

Commit 9b7a593

Browse files
committed
docs(learn): remove gitpod section
1 parent 265e37d commit 9b7a593

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

apps/site/pages/en/learn/getting-started/debugging.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,18 +109,12 @@ See https://github.com/microsoft/vscode for more information.
109109

110110
See https://github.com/cyrus-and/chrome-remote-interface for more information.
111111

112-
### Gitpod
113-
114-
- Start a Node.js debug configuration from the `Debug` view or hit `F5`. [Detailed instructions](https://medium.com/gitpod/debugging-node-js-applications-in-theia-76c94c76f0a1)
115-
116-
See https://www.gitpod.io for more information.
117-
118112
### Eclipse IDE with Eclipse Wild Web Developer extension
119113

120114
- From a .js file, choose "Debug As... > Node program", or
121115
- Create a Debug Configuration to attach debugger to running Node.js application (already started with `--inspect`).
122116

123-
See https://eclipse.org/eclipseide for more information.
117+
See https://eclipseide.org/ for more information.
124118

125119
## Command-line options
126120

0 commit comments

Comments
 (0)