Update monaco package (#26375)

* Update monaco

* Update monaco_labgzages.json

* Update monaco_languages

* Add script to generate MonacoSRC.wxs

* Fix merge conflicts

* Auto-generate MonacoSRC.wxs

* Add guards when parsing json file

* Change language definitions to new ones and fix context menu

* Fix redunant error message

* update monaco_languages.json

* Remove json from custom txt extensions

---------

Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
This commit is contained in:
Aaron Junker
2023-07-14 11:48:59 +02:00
committed by GitHub
parent b0cb40eaff
commit 704c2e0540
125 changed files with 39504 additions and 2230 deletions

View File

@@ -183,9 +183,9 @@ call "..\..\..\publish.cmd" arm64
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
</Target> -->
<Target Name="BeforeBuild">
<HeatDirectory Directory="..\..\src\modules\FileExplorerPreview\monacoSRC"
<HeatDirectory Directory="..\..\src\common\FilePreviewCommon\monacoSRC"
PreprocessorVariable="var.MonacoSRCHarvestPath"
OutputFile="MonacoSRC.wxs"
ComponentGroupName="MonacoSRCHeatGenerated"
@@ -197,6 +197,6 @@ call "..\..\..\publish.cmd" arm64
SuppressFragments="false"
SuppressRegistry="false"
SuppressRootDirectory="true"/>
</Target> -->
</Target>
</Project>