-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package: Use
qt-official
instead of qt
Because `qt` is taken by another extension. Change-Id: I882030efccbcd922084bb4572b453aa242074262 Reviewed-by: Joerg Bornemann <[email protected]>
- Loading branch information
1 parent
64fa1ac
commit fd80ca7
Showing
18 changed files
with
132 additions
and
106 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"qt.command.registerQt.title": "Register Qt Installation", | ||
"qt.command.scanForQtKits.title": "Scan for Qt Kits", | ||
"qt.command.pickQtInstallation.title": "Pick Default Qt Installation", | ||
"qt.debugger.cppdbg.snippet.label": "Qt: Debug with cppdbg", | ||
"qt.debugger.cppdbg.snippet.description": "Launch a Qt application with the cppdb debugger", | ||
"qt.debugger.lldb.snippet.label": "Qt: Debug with lldb", | ||
"qt.debugger.lldb.snippet.description": "Launch a Qt application with the lldb debugger", | ||
"qt.debugger.cppvsdbg.snippet.label": "Qt: Debug with cppvsdbg (Windows)", | ||
"qt.debugger.cppvsdbg.snippet.description": "Launch a Qt application with the Visual Studio Debugger", | ||
"qt.command.resetQtExt.title": "Reset Qt Tools Extension State (For troubleshooting)", | ||
"qt.debugger.wasm.snippet.label": "Qt: Debug Qt WASM with Chrome", | ||
"qt.debugger.wasm.snippet.description": "Launch a Qt WebAssembly application with Chrome", | ||
"qt.command.openSettings.title": "Open Qt Settings", | ||
"qt.command.documentationHomepage.title": "Documentation: Open Homepage", | ||
"qt.command.documentationSearchManually.title": "Documentation: Search", | ||
"qt.command.documentationSearchForCurrentWord.title": "Documentation: Search for the current word" | ||
"qt-official.command.registerQt.title": "Register Qt Installation", | ||
"qt-official.command.scanForQtKits.title": "Scan for Qt Kits", | ||
"qt-official.command.pickQtInstallation.title": "Pick Default Qt Installation", | ||
"qt-official.debugger.cppdbg.snippet.label": "Qt: Debug with cppdbg", | ||
"qt-official.debugger.cppdbg.snippet.description": "Launch a Qt application with the cppdb debugger", | ||
"qt-official.debugger.lldb.snippet.label": "Qt: Debug with lldb", | ||
"qt-official.debugger.lldb.snippet.description": "Launch a Qt application with the lldb debugger", | ||
"qt-official.debugger.cppvsdbg.snippet.label": "Qt: Debug with cppvsdbg (Windows)", | ||
"qt-official.debugger.cppvsdbg.snippet.description": "Launch a Qt application with the Visual Studio Debugger", | ||
"qt-official.command.resetQtExt.title": "Reset Qt Tools Extension State (For troubleshooting)", | ||
"qt-official.debugger.wasm.snippet.label": "Qt: Debug Qt WASM with Chrome", | ||
"qt-official.debugger.wasm.snippet.description": "Launch a Qt WebAssembly application with Chrome", | ||
"qt-official.command.openSettings.title": "Open Qt Settings", | ||
"qt-official.command.documentationHomepage.title": "Documentation: Open Homepage", | ||
"qt-official.command.documentationSearchManually.title": "Documentation: Search", | ||
"qt-official.command.documentationSearchForCurrentWord.title": "Documentation: Search for the current word" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.