add uri transforms to query and connection (#6586)

This commit is contained in:
Anthony Dresser
2019-08-05 11:09:18 -07:00
committed by GitHub
parent 8a6dc02e5b
commit db54bb874f
5 changed files with 22 additions and 32 deletions

View File

@@ -392,9 +392,8 @@ import 'vs/workbench/contrib/relauncher/electron-browser/relauncher.contribution
// registerSingleton(ITaskService, TaskService, true);
// Remote
// {{SQL CARBON EDIT}} @anthonydresser comment our remote
// import 'vs/workbench/contrib/remote/common/remote.contribution';
// import 'vs/workbench/contrib/remote/electron-browser/remote.contribution';
import 'vs/workbench/contrib/remote/common/remote.contribution';
import 'vs/workbench/contrib/remote/electron-browser/remote.contribution';
// Emmet
// import 'vs/workbench/contrib/emmet/browser/emmet.contribution'; {{SQL CARBON EDIT}} @anthonydresser comment our emmet