mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 09:35:39 -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:
@@ -404,10 +404,12 @@ import 'sql/workbench/contrib/dataExplorer/browser/dataExplorer.contribution';
|
||||
import 'sql/workbench/contrib/dataExplorer/browser/nodeActions.common.contribution';
|
||||
import 'sql/workbench/contrib/dataExplorer/browser/extensions.contribution';
|
||||
|
||||
|
||||
//editor replacement
|
||||
import 'sql/workbench/contrib/editorReplacement/common/editorReplacer.contribution';
|
||||
|
||||
//configurationUpgrader replacement
|
||||
import 'sql/workbench/contrib/configuration/common/configurationUpgrader.contribution';
|
||||
|
||||
// tasks
|
||||
import 'sql/workbench/contrib/tasks/browser/tasks.contribution';
|
||||
import 'sql/workbench/browser/actions.contribution';
|
||||
|
||||
Reference in New Issue
Block a user