diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js index f8a4be9aa4..b51b2bf7de 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -132,7 +132,6 @@ const extensionsFilter = filter([ '**/import.xlf', '**/kusto.xlf', '**/machine-learning.xlf', - '**/Microsoft.sqlservernotebook.xlf', '**/mssql.xlf', '**/notebook.xlf', '**/profiler.xlf', diff --git a/build/lib/locFunc.ts b/build/lib/locFunc.ts index e0b0d1d4b3..d58ee29b97 100644 --- a/build/lib/locFunc.ts +++ b/build/lib/locFunc.ts @@ -157,10 +157,7 @@ export function modifyI18nPackFiles(existingTranslationFolder: string, resulting // exclude altered vscode extensions from having a new path even if we provide a new I18n file. if (alteredVSCodeExtensions.indexOf(extension) === -1) { - //handle edge case for 'Microsoft.sqlservernotebook' where extension name is the same as extension ID. - //(Other extensions need to have publisher appended in front as their ID.) - let adsExtensionId = (extension === 'Microsoft.sqlservernotebook') ? extension : 'Microsoft.' + extension; - + let adsExtensionId = 'Microsoft.' + extension; resultingTranslationPaths.push({ id: adsExtensionId, resourceName: `extensions/${extension}.i18n.json` }); } } diff --git a/product.json b/product.json index 64ea59b6ee..000070e697 100644 --- a/product.json +++ b/product.json @@ -100,11 +100,5 @@ "version": "0.0.76", "serviceUrl": "https://sqlopsextensions.blob.core.windows.net/marketplace/v1/extensionsGallery.json" }, - "builtInExtensions": [ - { - "name": "Microsoft.sqlservernotebook", - "version": "0.5.0", - "repo": "https://github.com/microsoft/azuredatastudio" - } - ] + "builtInExtensions": [ ] } diff --git a/resources/localization/LCL/de/Microsoft.sqlservernotebook.xlf.lcl b/resources/localization/LCL/de/Microsoft.sqlservernotebook.xlf.lcl deleted file mode 100644 index 6190fd2778..0000000000 --- a/resources/localization/LCL/de/Microsoft.sqlservernotebook.xlf.lcl +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/resources/localization/LCL/es/Microsoft.sqlservernotebook.xlf.lcl b/resources/localization/LCL/es/Microsoft.sqlservernotebook.xlf.lcl deleted file mode 100644 index 2db8082476..0000000000 --- a/resources/localization/LCL/es/Microsoft.sqlservernotebook.xlf.lcl +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/resources/localization/LCL/fr/Microsoft.sqlservernotebook.xlf.lcl b/resources/localization/LCL/fr/Microsoft.sqlservernotebook.xlf.lcl deleted file mode 100644 index a5ef0738d0..0000000000 --- a/resources/localization/LCL/fr/Microsoft.sqlservernotebook.xlf.lcl +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/resources/localization/LCL/it/Microsoft.sqlservernotebook.xlf.lcl b/resources/localization/LCL/it/Microsoft.sqlservernotebook.xlf.lcl deleted file mode 100644 index 809f46f45d..0000000000 --- a/resources/localization/LCL/it/Microsoft.sqlservernotebook.xlf.lcl +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/resources/localization/LCL/ja/Microsoft.sqlservernotebook.xlf.lcl b/resources/localization/LCL/ja/Microsoft.sqlservernotebook.xlf.lcl deleted file mode 100644 index 370fe7c1ee..0000000000 --- a/resources/localization/LCL/ja/Microsoft.sqlservernotebook.xlf.lcl +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/resources/localization/LCL/ko/Microsoft.sqlservernotebook.xlf.lcl b/resources/localization/LCL/ko/Microsoft.sqlservernotebook.xlf.lcl deleted file mode 100644 index b751c44aa4..0000000000 --- a/resources/localization/LCL/ko/Microsoft.sqlservernotebook.xlf.lcl +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/resources/localization/LCL/pt-BR/Microsoft.sqlservernotebook.xlf.lcl b/resources/localization/LCL/pt-BR/Microsoft.sqlservernotebook.xlf.lcl deleted file mode 100644 index bec144bde6..0000000000 --- a/resources/localization/LCL/pt-BR/Microsoft.sqlservernotebook.xlf.lcl +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/resources/localization/LCL/ru/Microsoft.sqlservernotebook.xlf.lcl b/resources/localization/LCL/ru/Microsoft.sqlservernotebook.xlf.lcl deleted file mode 100644 index df70e9bae5..0000000000 --- a/resources/localization/LCL/ru/Microsoft.sqlservernotebook.xlf.lcl +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/resources/localization/LCL/zh-Hans/Microsoft.sqlservernotebook.xlf.lcl b/resources/localization/LCL/zh-Hans/Microsoft.sqlservernotebook.xlf.lcl deleted file mode 100644 index f769a224cd..0000000000 --- a/resources/localization/LCL/zh-Hans/Microsoft.sqlservernotebook.xlf.lcl +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/resources/localization/LCL/zh-Hant/Microsoft.sqlservernotebook.xlf.lcl b/resources/localization/LCL/zh-Hant/Microsoft.sqlservernotebook.xlf.lcl deleted file mode 100644 index 1668429516..0000000000 --- a/resources/localization/LCL/zh-Hant/Microsoft.sqlservernotebook.xlf.lcl +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/resources/xlf/LocProject.json b/resources/xlf/LocProject.json index 06e7efc0fa..d57cedb6c9 100644 --- a/resources/xlf/LocProject.json +++ b/resources/xlf/LocProject.json @@ -80,12 +80,6 @@ "LclFile": "resources\\localization\\LCL\\{Lang}\\machine-learning.xlf.lcl", "CopyOption": "LangIDOnPath", "OutputPath": "resources\\xlf" - }, - { - "SourceFile": "resources\\xlf\\en\\Microsoft.sqlservernotebook.xlf", - "LclFile": "resources\\localization\\LCL\\{Lang}\\Microsoft.sqlservernotebook.xlf.lcl", - "CopyOption": "LangIDOnPath", - "OutputPath": "resources\\xlf" }, { "SourceFile": "resources\\xlf\\en\\mssql.xlf", diff --git a/resources/xlf/de/Microsoft.sqlservernotebook.de.xlf b/resources/xlf/de/Microsoft.sqlservernotebook.de.xlf deleted file mode 100644 index 01787a8d68..0000000000 --- a/resources/xlf/de/Microsoft.sqlservernotebook.de.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Notebooks to help get started with and troubleshoot SQL Server - Notebooks erleichtern Ihnen den Einstieg in SQL Server sowie in die Fehlerbehebung. - - - SQL Server 2019 Guide - Leitfaden zu SQL Server 2019 - - - SQL Server Notebooks - SQL Server-Notebooks - - - - \ No newline at end of file diff --git a/resources/xlf/en/Microsoft.sqlservernotebook.xlf b/resources/xlf/en/Microsoft.sqlservernotebook.xlf deleted file mode 100644 index 7d07d23bdd..0000000000 --- a/resources/xlf/en/Microsoft.sqlservernotebook.xlf +++ /dev/null @@ -1,14 +0,0 @@ - - - - - Notebooks to help get started with and troubleshoot SQL Server - - - SQL Server 2019 Guide - - - SQL Server Notebooks - - - \ No newline at end of file diff --git a/resources/xlf/es/Microsoft.sqlservernotebook.es.xlf b/resources/xlf/es/Microsoft.sqlservernotebook.es.xlf deleted file mode 100644 index 1a437f1363..0000000000 --- a/resources/xlf/es/Microsoft.sqlservernotebook.es.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Notebooks to help get started with and troubleshoot SQL Server - Notebooks para ayudar a usar SQL Server y solucionar problemas - - - SQL Server 2019 Guide - Guía de SQL Server 2019 - - - SQL Server Notebooks - Notebooks de SQL Server - - - - \ No newline at end of file diff --git a/resources/xlf/fr/Microsoft.sqlservernotebook.fr.xlf b/resources/xlf/fr/Microsoft.sqlservernotebook.fr.xlf deleted file mode 100644 index e16599c76e..0000000000 --- a/resources/xlf/fr/Microsoft.sqlservernotebook.fr.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Notebooks to help get started with and troubleshoot SQL Server - Notebooks pour bien démarrer avec SQL Server et résoudre les problèmes associés - - - SQL Server 2019 Guide - Guide SQL Server 2019 - - - SQL Server Notebooks - Notebooks SQL Server - - - - \ No newline at end of file diff --git a/resources/xlf/it/Microsoft.sqlservernotebook.it.xlf b/resources/xlf/it/Microsoft.sqlservernotebook.it.xlf deleted file mode 100644 index 741a749b3b..0000000000 --- a/resources/xlf/it/Microsoft.sqlservernotebook.it.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Notebooks to help get started with and troubleshoot SQL Server - Notebook per iniziare a usare SQL Server e risolverne i problemi - - - SQL Server 2019 Guide - Guida di SQL Server 2019 - - - SQL Server Notebooks - Notebook di SQL Server - - - - \ No newline at end of file diff --git a/resources/xlf/ja/Microsoft.sqlservernotebook.ja.xlf b/resources/xlf/ja/Microsoft.sqlservernotebook.ja.xlf deleted file mode 100644 index 5c90ec9f7c..0000000000 --- a/resources/xlf/ja/Microsoft.sqlservernotebook.ja.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Notebooks to help get started with and troubleshoot SQL Server - SQL Server の使用を開始し、トラブルシューティングを行うのに役立つノートブック - - - SQL Server 2019 Guide - SQL Server 2019 ガイド - - - SQL Server Notebooks - SQL Server ノートブック - - - - \ No newline at end of file diff --git a/resources/xlf/ko/Microsoft.sqlservernotebook.ko.xlf b/resources/xlf/ko/Microsoft.sqlservernotebook.ko.xlf deleted file mode 100644 index 5cb29c3763..0000000000 --- a/resources/xlf/ko/Microsoft.sqlservernotebook.ko.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Notebooks to help get started with and troubleshoot SQL Server - SQL Server를 시작하고 문제를 해결하는 데 도움이 되는 Notebook - - - SQL Server 2019 Guide - SQL Server 2019 가이드 - - - SQL Server Notebooks - SQL Server Notebook - - - - \ No newline at end of file diff --git a/resources/xlf/pt-br/Microsoft.sqlservernotebook.pt-BR.xlf b/resources/xlf/pt-br/Microsoft.sqlservernotebook.pt-BR.xlf deleted file mode 100644 index 6ef072236e..0000000000 --- a/resources/xlf/pt-br/Microsoft.sqlservernotebook.pt-BR.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Notebooks to help get started with and troubleshoot SQL Server - Notebooks que ajudam a começar a usar o SQL Server e a solucionar os problemas dele - - - SQL Server 2019 Guide - Guia do SQL Server 2019 - - - SQL Server Notebooks - Notebooks do SQL Server - - - - \ No newline at end of file diff --git a/resources/xlf/ru/Microsoft.sqlservernotebook.ru.xlf b/resources/xlf/ru/Microsoft.sqlservernotebook.ru.xlf deleted file mode 100644 index b2e7d4c288..0000000000 --- a/resources/xlf/ru/Microsoft.sqlservernotebook.ru.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Notebooks to help get started with and troubleshoot SQL Server - Записные книжки для начала работы и устранения неполадок с SQL Server - - - SQL Server 2019 Guide - Руководство по SQL Server 2019 - - - SQL Server Notebooks - Записные книжки SQL Server - - - - \ No newline at end of file diff --git a/resources/xlf/zh-hans/Microsoft.sqlservernotebook.zh-Hans.xlf b/resources/xlf/zh-hans/Microsoft.sqlservernotebook.zh-Hans.xlf deleted file mode 100644 index b968de4d0b..0000000000 --- a/resources/xlf/zh-hans/Microsoft.sqlservernotebook.zh-Hans.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Notebooks to help get started with and troubleshoot SQL Server - 可帮助开始使用 SQL Server 并进行排除故障的笔记本 - - - SQL Server 2019 Guide - SQL Server 2019 指南 - - - SQL Server Notebooks - SQL Server 笔记本 - - - - \ No newline at end of file diff --git a/resources/xlf/zh-hant/Microsoft.sqlservernotebook.zh-Hant.xlf b/resources/xlf/zh-hant/Microsoft.sqlservernotebook.zh-Hant.xlf deleted file mode 100644 index ba9cc3c0e3..0000000000 --- a/resources/xlf/zh-hant/Microsoft.sqlservernotebook.zh-Hant.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Notebooks to help get started with and troubleshoot SQL Server - 用來協助開始使用 SQL Server 並對其進行疑難排解的筆記本 - - - SQL Server 2019 Guide - SQL Server 2019 指南 - - - SQL Server Notebooks - SQL Server Notebooks - - - - \ No newline at end of file