mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 17:22:48 -05:00
Messages panel wordwrap (#10970)
* Add CodeQL Analysis workflow (#10195) * Add CodeQL Analysis workflow * Fix path * fix word wrap support in the message panel * fix width on message treee * fix import * fix settings editor to reflect the changes in the settings ids * fix tests * add configuration upgrader * make sure to maintian execution order * make the compiler happy * add tests for upgrader Co-authored-by: Justin Hutchings <jhutchings1@users.noreply.github.com>
This commit is contained in:
@@ -19,25 +19,15 @@ let sqlTocItems: ITOCEntry[] = [{
|
||||
settings: ['startup.alwaysShowServersView', 'connection.*', 'serverGroup.*', 'datasource.*']
|
||||
},
|
||||
{
|
||||
id: 'data/query',
|
||||
label: localize('query', "Query"),
|
||||
settings: ['sql.query.*', 'resultsGrid.*']
|
||||
id: 'data/queryEditor',
|
||||
label: localize('queryEditor', "Query Editor"),
|
||||
settings: ['queryEditor.*']
|
||||
},
|
||||
{
|
||||
id: 'data/notebook',
|
||||
label: localize('notebook', "Notebook"),
|
||||
settings: ['notebook.*']
|
||||
},
|
||||
{
|
||||
id: 'data/sql',
|
||||
label: localize('sql', "SQL"),
|
||||
settings: ['sql.*']
|
||||
},
|
||||
{
|
||||
id: 'data/mssql',
|
||||
label: localize('mssql', "Microsoft SQL Server"),
|
||||
settings: ['mssql.*']
|
||||
},
|
||||
{
|
||||
id: 'data/dashboard',
|
||||
label: localize('dashboard', "Dashboard"),
|
||||
|
||||
Reference in New Issue
Block a user