aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/tutorials/debugging/vscode
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/tutorials/debugging/vscode')
-rw-r--r--sources/pyside6/doc/tutorials/debugging/vscode/vscode.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside6/doc/tutorials/debugging/vscode/vscode.rst b/sources/pyside6/doc/tutorials/debugging/vscode/vscode.rst
index 59579e7cf..2563b4377 100644
--- a/sources/pyside6/doc/tutorials/debugging/vscode/vscode.rst
+++ b/sources/pyside6/doc/tutorials/debugging/vscode/vscode.rst
@@ -18,7 +18,7 @@ Run -> Add Configuration -> Python -> Python File
This should create a launch.json file which looks like this:
-.. code-block:: json
+.. code-block:: javascript
{
// Use IntelliSense to learn about possible attributes.
@@ -44,7 +44,7 @@ interpreter inside the virtual environment.
Now, we need to add a configuration to attach the GDB debugger to the Python
process that is already running in debug mode. Let's call it "(gdb) Attach"
-.. code-block:: json
+.. code-block:: javascript
{
// Use IntelliSense to learn about possible attributes.