Skip to content

Commit

Permalink
Package: Fix typo
Browse files Browse the repository at this point in the history
Change-Id: I5dafbcf77f3c05f308dcc568454a29a292ce4cfe
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
  • Loading branch information
OrkunTokdemir committed Feb 27, 2024
1 parent 67d802e commit 73cf1c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"label": "cppdbg",
"configurationSnippets": [
{
"label": "%vscode-qt-tools.debugger.cppdb.snippet.label%",
"description": "%vscode-qt-tools.debugger.cppdb.snippet.description%",
"label": "%vscode-qt-tools.debugger.cppdbg.snippet.label%",
"description": "%vscode-qt-tools.debugger.cppdbg.snippet.description%",
"body": {
"name": "Debug Qt Application with cppdbg",
"type": "cppdbg",
Expand Down Expand Up @@ -114,7 +114,7 @@
},
{
"label": "%vscode-qt-tools.debugger.lldb.snippet.label%",
"description": "%vscode-qt-tools.debugger.lld.snippet.description%",
"description": "%vscode-qt-tools.debugger.lldb.snippet.description%",
"body": {
"name": "Debug Qt Application with lldb",
"type": "cppdbg",
Expand Down
4 changes: 2 additions & 2 deletions package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"vscode-qt-tools.command.registerQt.title": "Register Qt Installation",
"vscode-qt-tools.command.pickQtInstallation.title": "Pick Default Qt Installation",
"vscode-qt-tools.command.ui.openUiFileInQtDesigner.title": "Open UI File in Qt Designer",
"vscode-qt-tools.debugger.cppdb.snippet.label": "Qt: Debug with cppdb extension",
"vscode-qt-tools.debugger.cppdb.snippet.description": "Launch a Qt application with the cppdb debugger",
"vscode-qt-tools.debugger.cppdbg.snippet.label": "Qt: Debug with cppdbg",
"vscode-qt-tools.debugger.cppdbg.snippet.description": "Launch a Qt application with the cppdb debugger",
"vscode-qt-tools.debugger.lldb.snippet.label": "Qt: Debug with lldb",
"vscode-qt-tools.debugger.lldb.snippet.description": "Launch a Qt application with the lldb debugger",
"vscode-qt-tools.debugger.cppvsdbg.snippet.label": "Qt: Debug with cppvsdbg (Windows)",
Expand Down

0 comments on commit 73cf1c9

Please sign in to comment.