id
stringlengths
4
10
text
stringlengths
4
2.14M
source
stringclasses
2 values
created
timestamp[s]date
2001-05-16 21:05:09
2025-01-01 03:38:30
added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
metadata
dict
1464909870
Update CMake to 3.25.0 required for updating VTK ogre:arm64-windows: CMake Error at Components/Bites/CMakeLists.txt:186 (qt6_wrap_cpp): Unknown CMake command "qt6_wrap_cpp". looks like a baseline issue since depend-info ogre[*] doesn't show a qt dependency at all. (probably #27979) That's the plan. x64-linux: Failing libssh. Probably solved by #27973 x64-windows-static-md: FAILED: bin/solid-hardware5.exe cmd.exe /C "cd . && D:\downloads\tools\cmake-3.25.0-windows\cmake-3.25.0-windows-i386\bin\cmake.exe -E vs_link_exe --intdir=src\tools\solid-hardware\CMakeFiles\solid-hardware5.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\mt.exe --manifests -- C:\PROGRA~1\MICROS~1\2022\ENTERP~1\VC\Tools\MSVC\1434~1.319\bin\Hostx64\x64\link.exe @CMakeFiles\solid-hardware5.rsp /out:bin\solid-hardware5.exe /implib:lib\solid-hardware5.lib /pdb:bin\solid-hardware5.pdb /version:0.0 /machine:x64 /nologo /debug /INCREMENTAL /subsystem:console && cd ." LINK Pass 1: command "C:\PROGRA~1\MICROS~1\2022\ENTERP~1\VC\Tools\MSVC\1434~1.319\bin\Hostx64\x64\link.exe @CMakeFiles\solid-hardware5.rsp /out:bin\solid-hardware5.exe /implib:lib\solid-hardware5.lib /pdb:bin\solid-hardware5.pdb /version:0.0 /machine:x64 /nologo /debug /INCREMENTAL /subsystem:console /MANIFEST /MANIFESTFILE:src\tools\solid-hardware\CMakeFiles\solid-hardware5.dir/intermediate.manifest src\tools\solid-hardware\CMakeFiles\solid-hardware5.dir/manifest.res" failed (exit code 1120) with the following output: Creating library lib\solid-hardware5.lib and object lib\solid-hardware5.exp libimobiledevice-1.0.lib(idevice.c.obj) : error LNK2019: unresolved external symbol usbmuxd_subscribe referenced in function idevice_event_subscribe looks also like a hidden dep to me cc @wrobelda [8/1670] C:\PROGRA~1\MICROS~1\2022\ENTERP~1\VC\Tools\MSVC\1434~1.319\bin\Hostx64\x64\cl.exe /TP -DH5_BUILT_AS_STATIC_LIB -DOSG_LIBRARY_STATIC -D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -ID:\buildtrees\osg\x64-windows-static-md-dbg\include -ID:\buildtrees\osg\src\raph-3.6.5-41fa3cfd98.clean\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /W4 /wd4589 /wd4706 /wd4127 /wd4100 /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /Fosrc\osg\CMakeFiles\osg.dir\AlphaFunc.cpp.obj /Fdsrc\osg\CMakeFiles\osg.dir\osg.pdb /FS -c D:\buildtrees\osg\src\raph-3.6.5-41fa3cfd98.clean\src\osg\AlphaFunc.cpp FAILED: src/osg/CMakeFiles/osg.dir/AlphaFunc.cpp.obj C:\PROGRA~1\MICROS~1\2022\ENTERP~1\VC\Tools\MSVC\1434~1.319\bin\Hostx64\x64\cl.exe /TP -DH5_BUILT_AS_STATIC_LIB -DOSG_LIBRARY_STATIC -D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -ID:\buildtrees\osg\x64-windows-static-md-dbg\include -ID:\buildtrees\osg\src\raph-3.6.5-41fa3cfd98.clean\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /W4 /wd4589 /wd4706 /wd4127 /wd4100 /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /Fosrc\osg\CMakeFiles\osg.dir\AlphaFunc.cpp.obj /Fdsrc\osg\CMakeFiles\osg.dir\osg.pdb /FS -c D:\buildtrees\osg\src\raph-3.6.5-41fa3cfd98.clean\src\osg\AlphaFunc.cpp cl : Command line warning D9025 : overriding '/W3' with '/W4' D:\buildtrees\osg\src\raph-3.6.5-41fa3cfd98.clean\include\osg/GLExtensions(323): error C2061: syntax error: identifier 'GLint64' D:\buildtrees\osg\src\raph-3.6.5-41fa3cfd98.clean\include\osg/GLExtensions(324): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int D:\buildtrees\osg\src\raph-3.6.5-41fa3cfd98.clean\include\osg/GLExtensions(324): error C2143: syntax error: missing ',' before '*' looks like a opengl header define conflict. None of the observed failures seems to be related to this PR and are all baseline issues. Depends on PR https://github.com/microsoft/vcpkg/pull/27973
gharchive/pull-request
2022-11-25T20:29:47
2025-04-01T06:44:59.070746
{ "authors": [ "JonLiu1993", "Neumann-A", "dg0yt" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/pull/28012", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
600475105
Parameter validation issue when using more then one parameter file Create a parameter file from the following template and give the containerName parameter a value of one. At this point, things are good. { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "containerName": { "type": "string", "allowedValues": [ "one", "two" ] } }, "resources": [], "outputs": { "demo-issue": { "type": "string", "value": "[parameters('containerName')]" } } } Now create a second parameter file from the same tempalte, and also give the containerName parameter a value of one, save the parameter file and return to the template. At this point the template is mapped to the second parameter file however an error is thrown that the value is not one of the allowed. Reload VS Code and the error is resolved. The lang server file watcher is not picking up the change in file to watch? This does still repro, however feels edge-case-ish. Closing as wont fix.
gharchive/issue
2020-04-15T17:40:40
2025-04-01T06:44:59.088698
{ "authors": [ "StephenWeatherford", "neilpeterson" ], "repo": "microsoft/vscode-azurearmtools", "url": "https://github.com/microsoft/vscode-azurearmtools/issues/602", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2515835281
Find a production path that is not there, from a file that is not there Type: Bug It finds a file, that is not there. And then starts to use that in its context in my next questions in the chat. And this Issue Reporter takes the wrong folder-uri path :S It seems that when I have mulitple VS Code projects open, then the AI takes them as one. Which could explain some of errors that I see. The file it found/created itself is not present in any of my projects, open nor closed. Extension version: 0.20.0 VS Code version: Code 1.93.0 (4849ca9bdf9666755eb463db297b69e5385090e3, 2024-09-04T13:02:38.431Z) OS version: Windows_NT x64 10.0.22621 Modes: System Info Item Value CPUs 12th Gen Intel(R) Core(TM) i7-12800HX (24 x 2304) GPU Status 2d_canvas: enabledcanvas_oop_rasterization: enabled_ondirect_rendering_display_compositor: disabled_off_okgpu_compositing: enabledmultiple_raster_threads: enabled_onopengl: enabled_onrasterization: enabledraw_draw: disabled_off_okskia_graphite: disabled_offvideo_decode: enabledvideo_encode: enabledvulkan: disabled_offwebgl: enabledwebgl2: enabledwebgpu: enabledwebnn: disabled_off Load (avg) undefined Memory (System) 79.70GB (45.38GB free) Screen Reader no VM 0% A/B Experiments vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vswsl492:30256859 vscod805cf:30301675 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:31024239 c4g48928:30535728 azure-dev_surveyone:30548225 2i9eh265:30646982 962ge761:30959799 pythongtdpath:30769146 welcomedialog:30910333 pythonnoceb:30805159 asynctok:30898717 pythonmypyd1:30879173 h48ei257:31000450 pythontbext0:30879054 accentitlementsc:30995553 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 dsvsc021:30996838 g316j359:31013175 a69g1124:31058053 dvdeprecation:31068756 dwnewjupytercf:31046870 impr_priority:31102340 nativerepl1:31104043 refactort:31108082 pythonrstrctxt:31112756 flighttreat:31119336 wkspc-onlycs-t:31132770 wkspc-ranged-t:31125599 autoexpandse:31133494 ei213698:31121563 Can you give a specific example with more details? Not sure exactly what you see for It finds a file, that is not there or And this Issue Reporter takes the wrong folder-uri path :S A screenshot, repro steps, or copying the response directly (right click > copy) would help @roblourens Closed ticket. Please delete the ticket data
gharchive/issue
2024-09-10T08:57:33
2025-04-01T06:44:59.097399
{ "authors": [ "roblourens", "stefanbols" ], "repo": "microsoft/vscode-copilot-release", "url": "https://github.com/microsoft/vscode-copilot-release/issues/1548", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
2728930657
Request failed, please try again Type: Bug Using the https://github.com/chrisdias/thecatsaidnode repo, objective is to upgrade to TypeScript. Prompt: "upgrade this workspace to typescript. make sure to include all the necessary dependencies and devdependencies, update the scripts, import statements, etc. put the source in the /src folder and the output in the /dist folder. make sure any assets can be found." Results: failse to finish conversion of www.ts with error "Sorry, your request failed. Please try again. Requestid: 7273aabc-47a0-4d3a-950a-264050931a8f" Extension version: 0.23.2024120902 VS Code version: Code - Insiders 1.96.0-insider (475acb4b9bdd77d4204224990bf288ed5bfe6b0e, 2024-12-09T22:28:54.579Z) OS version: Windows_NT x64 10.0.22635 Modes: System Info Item Value CPUs Intel(R) Core(TM) Ultra 7 165H (22 x 3072) GPU Status 2d_canvas: enabledcanvas_oop_rasterization: enabled_ondirect_rendering_display_compositor: disabled_off_okgpu_compositing: enabledmultiple_raster_threads: enabled_onopengl: enabled_onrasterization: enabledraw_draw: disabled_off_okskia_graphite: disabled_offvideo_decode: enabledvideo_encode: enabledvulkan: disabled_offwebgl: enabledwebgl2: enabledwebgpu: enabledwebnn: disabled_off Load (avg) undefined Memory (System) 31.64GB (14.75GB free) Process Argv --crash-reporter-id 26ae5cbd-0f12-42b8-90be-67559bef8fef Screen Reader no VM 0% A/B Experiments vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscod805:30301674 vsaa593:30376534 py29gd2263:31024238 c4g48928:30535728 962ge761:30841072 pythonnoceb:30776497 dsvsc014:30777825 dsvsc015:30821418 pythonmypyd1:30859725 h48ei257:31000450 pythontbext0:30879054 cppperfnew:30980852 pythonait:30973460 dvdeprecation:31040973 dwnewjupytercf:31046870 nativerepl1:31134653 pythonrstrctxt:31093868 nativeloc1:31118317 cf971741:31144450 parsetypescript:31116713 e80f6927:31120813 iacca1:31150324 notype1:31143044 dwcopilot:31158714 h409b430:31177054 390bf810:31183120 5b1c1929:31184661 Is there anything in your output channel? Is this with Chat or Edits? this was with edits and claude and there were no logs, i dont think i had the right settings turned on :(
gharchive/issue
2024-12-10T03:55:49
2025-04-01T06:44:59.106851
{ "authors": [ "chrisdias", "joyceerhl", "lramos15" ], "repo": "microsoft/vscode-copilot-release", "url": "https://github.com/microsoft/vscode-copilot-release/issues/3134", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
656900145
Update Vue definition to match consolidated javascript-node definition, fix non-root scenario I just merged in #399 which consolidates the node 10, 12, 14 definitions into one with a build arg. This updates Vue to use the same pattern. I also noticed that the vue CLI was installed globally as root, which can cause problems with caching, so I prefixed that with sudo -u node. LMK if it looks good @AarynSmith LGTM. So a single Javascript container with a build argument for the version going forward? @AarynSmith Yep, under the hood, unique 10, 12, and 14 images are built and used, but all you have to do now to switch versions is update devcontainer.json. This is how the Python, C#, F#, and soon Swift definitions are setup as well. That way differences in definitions can focus on things that are truly unique rather than a single version update. Good deal. Thanks.
gharchive/pull-request
2020-07-14T21:08:36
2025-04-01T06:44:59.133354
{ "authors": [ "AarynSmith", "Chuxel" ], "repo": "microsoft/vscode-dev-containers", "url": "https://github.com/microsoft/vscode-dev-containers/pull/405", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
871303398
Prevent GitHub API call for install docker-compose The GitHub API has rate limits. Good suggestion. There's a couple other spots that could get updated as well.
gharchive/pull-request
2021-04-29T18:14:30
2025-04-01T06:44:59.134252
{ "authors": [ "Chuxel", "felipecrs" ], "repo": "microsoft/vscode-dev-containers", "url": "https://github.com/microsoft/vscode-dev-containers/pull/843", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
589654675
Extension causes high cpu load Issue Type: Performance Extension Name: docs-markdown Extension Version: 0.2.61 OS Version: Windows_NT x64 10.0.19587 VSCode version: 1.44.0-insider :warning: Make sure to attach this file from your home-directory: :warning:C:\Users\Thinkpad corporativo\docsmsft.docs-markdown-unresponsive.cpuprofile.txt Find more details here: https://github.com/microsoft/vscode/wiki/Explain-extension-causes-high-cpu-load @sandrociceros can you provide any additional details about when you experience the high cpu load, or scenarios where you no notice any slow down so we can help trouble shoot this problem? Hi @sandrociceros , just another follow-up on this. Do you happen to have any additional details to help with troubleshooting? Thanks More information is needed, closing this ticket out. We need the cpuprofile.txt to investigate further.
gharchive/issue
2020-03-28T20:34:38
2025-04-01T06:44:59.139181
{ "authors": [ "bharney0", "jamarw", "sandrociceros" ], "repo": "microsoft/vscode-docs-authoring", "url": "https://github.com/microsoft/vscode-docs-authoring/issues/510", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1288327141
Tests in created gradle project fail with java.lang.SecurityException I created a gradle project using the Create Java Project command from the command palette When executing a gradle build, the test task failed. The following inner exception was thrown: Caused by: java.lang.SecurityException: Prohibited package name: java.gradle This was caused by the package name (java.gradle) that was used for the generated classes App and AppTest When changing the package name for both classes, the gradle build executes without errors Visual Studio Code Version: 1.68.1 (user setup) Extensions: Project Manager for Java v0.20.0 (from Extension Pack for Java v0.23.0) Gradle for Java v3.12.1 JDK (preset from Extension Pack Setup): openjdk version "17.0.3" 2022-04-19 OpenJDK Runtime Environment Temurin-17.0.3+7 (build 17.0.3+7) OpenJDK 64-Bit Server VM Temurin-17.0.3+7 (build 17.0.3+7, mixed mode, sharing) You should not use java as a segment of a package name. Changing to another name would solve this issue. I know that I should not use java as part of a package name. Maybe I didn't make it clear enough that this package name was generated by the "Create Java Project" (with gradle) command from the command palette. As far as I could determine, this command is part of your VS-Code plugin "Project Manager for Java" Actually the project creation behavior is delegated to Gradle for Java extension. It will not check your package name since Gradle itself won't do such thing. you can verify it via CLI command gradle init to create a new project. @kriber82 if you have more questions about creating Gradle projects, feel free to file issues at https://github.com/microsoft/vscode-gradle/issues. Thanks.
gharchive/issue
2022-06-29T08:03:28
2025-04-01T06:44:59.189452
{ "authors": [ "CsCherrYY", "jdneo", "kriber82" ], "repo": "microsoft/vscode-java-dependency", "url": "https://github.com/microsoft/vscode-java-dependency/issues/656", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1850790960
Maven module is not loading properly as a Java project when the module directory name is different from it's artifactID Describe the bug When a multi-module maven project is opened in VS Code and the child module directory names are not the same as their artifactIDs, the Maven extension is recognizing that as a module and also loads the modules as a Java project but the sources are not listed under the Java project. To Reproduce Steps to reproduce the behavior: Create a multi-module maven project. Name the child module directories child1, child2, etc. Name the child modules' artifactID as child-1, child-2, etc. Add some Java classes under the src/main/java/ directory under those child modules. Open the multi-module project in VSCode Expected behavior It should load all the child modules including the parent in the Maven panel (this is working fine). It should load all the modules as Java projects under Java Projetcs panel (this is also working fine). Expand those Java projects, it should recognize the source and test classes and it should list them along with the JDK and maven dependencies as shown below (this is not working). Environments (please complete the following information as much as possible): OS: OS X VS Code version: 1.81.0 Extension version: 0.42.0 Screenshots This is the file structure with bundle, providers, sso-redirect, themes are my child modules with the artifactIds lib_security_rhsso_bundle, lib_security_rhsso_providers, lib_security_rhsso_redirect, lib_security_rhsso_themes respectively. Recognized the maven modules and loaded them as Java projects but did not load the appropriate source and test classes with the Java and Maven dependencies in the Java Project view. Additional context If I use the same name for the directory name and the artifactId of the module, it is working fine. Transfer to the right repo since this issue is related to Java Projects view.
gharchive/issue
2023-08-11T20:41:30
2025-04-01T06:44:59.196692
{ "authors": [ "testforstephen", "viswatejan" ], "repo": "microsoft/vscode-java-dependency", "url": "https://github.com/microsoft/vscode-java-dependency/issues/783", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1422894489
No prompt to install ipython/ipykernel and automatic installation fails Testing #11755 Tested on Codespace create a new conda env on codespace the new conda env is detected switch to the conda env from the kernel picker run a cell There is no prompt to install ipykernel, however there is a notification for "installing ipykernel", at the end installation doesn't seem to happen I got an error in the cell Duplicate of #12279
gharchive/issue
2022-10-25T18:25:44
2025-04-01T06:44:59.199020
{ "authors": [ "DonJayamanne", "rebornix" ], "repo": "microsoft/vscode-jupyter", "url": "https://github.com/microsoft/vscode-jupyter/issues/11792", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1499752058
Jupyter Lab on SSH Type: Bug When running a Jupyter Lab instance on, say, AWS compute instance, I used to run a bash job and execute python -m jupyter lab --no-browser ... command on it, which gave me a link to connect to, which I then copy-pasted into Specify Jupyter Server for Connections. In the latest update, the Specify Jupyter Server window has been changed, and is now caching the server information somehow, which causes the connection to fail unless I choose another server, remove the old one, restart VSCode and add it back. It's a lot of hassle. Extension version: 2022.11.1003412109 VS Code version: Code 1.74.1 (1ad8d514439d5077d2b0b7ee64d2ce82a9308e5a, 2022-12-14T10:30:51.966Z) OS version: Windows_NT x64 10.0.19045 Modes: Sandboxed: No Remote OS version: Linux x64 5.10.135-122.509.amzn2.x86_64 System Info Item Value CPUs AMD Ryzen 9 5900HS with Radeon Graphics (16 x 3294) GPU Status 2d_canvas: enabledcanvas_oop_rasterization: disabled_offdirect_rendering_display_compositor: disabled_off_okgpu_compositing: enabledmultiple_raster_threads: enabled_onopengl: enabled_onrasterization: enabledraw_draw: disabled_off_okskia_renderer: enabled_onvideo_decode: enabledvideo_encode: enabledvulkan: disabled_offwebgl: enabledwebgl2: enabledwebgpu: disabled_off Load (avg) undefined Memory (System) 31.41GB (22.57GB free) Process Argv --crash-reporter-id cac6dc9e-4961-4a7d-83f1-28a40c171676 Screen Reader no VM 0% Item Value Remote SSH: Algotwo OS Linux x64 5.10.135-122.509.amzn2.x86_64 CPUs Intel(R) Xeon(R) Platinum 8175M CPU @ 2.50GHz (2 x 2499) Memory (System) 7.66GB (5.98GB free) VM 0% A/B Experiments vsliv368:30146709 vsreu685:30147344 python383cf:30185419 vspor879:30202332 vspor708:30202333 vspor363:30204092 vswsl492cf:30256860 vslsvsres303:30308271 pythonvspyl392:30443607 vserr242:30382549 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263cf:30335440 pythondataviewer:30285071 vscod805:30301674 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 cmake_vspar411:30581797 vsaa593:30376534 pythonvs932:30410667 cppdebug:30492333 vsclangdc:30486549 c4g48928:30535728 dsvsc012cf:30540253 azure-dev_surveyone:30548225 vsccc:30610678 pyindex848cf:30577861 nodejswelcome1cf:30587006 3biah626:30602489 gswce1:30612156 3d0df643:30613357 89544117:30613380 fim-prod:30623723 Thanks for filing this issue, I'm not entirely following you here when you say and is now caching the server information somehow, which causes the connection to fail unless I choose another server Are you saying that it works the first time and when you re-load vscode it fails? Please could you enable logging as follows: Open settings & go into Jupyter->Logging Change the value to verbose Reload VS Code, Attempt to repro the issue & then copy the output from the Jupyter output panel. Closing this issue as its been over 4 weeks, since the information was requested. We'll be happy to reopen the issue when the requested information has been provided.
gharchive/issue
2022-12-16T07:46:38
2025-04-01T06:44:59.210361
{ "authors": [ "DonJayamanne", "bosoko" ], "repo": "microsoft/vscode-jupyter", "url": "https://github.com/microsoft/vscode-jupyter/issues/12411", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1865720284
CMD+Enter Keyboard shortcut not working on Mac Type: Bug Adding a custom Key bind for the jupyter.runcurrentcell using the "CMD+Enter" keys (On Mac) does not work: { "key": "cmd+enter", "command": "jupyter.runcurrentcell", "when": "editorTextFocus && isWorkspaceTrusted && jupyter.hascodecells && !editorHasSelection && !jupyter.havenativecells && !notebookEditorFocused" }, Using the keyboard shortcut in a Jupyter notebook cell just adds new lines. Extension version: 2023.7.1002162226 VS Code version: Code 1.81.1 (Universal) (6c3e3dba23e8fadc360aed75ce363ba185c49794, 2023-08-09T22:20:33.924Z) OS version: Darwin arm64 22.5.0 Modes: System Info Item Value CPUs Apple M1 (8 x 24) GPU Status 2d_canvas: enabledcanvas_oop_rasterization: disabled_offdirect_rendering_display_compositor: disabled_off_okgpu_compositing: enabledmetal: disabled_offmultiple_raster_threads: enabled_onopengl: enabled_onrasterization: enabledraw_draw: disabled_off_okvideo_decode: enabledvideo_encode: enabledvulkan: disabled_offwebgl: enabledwebgl2: enabledwebgpu: enabled Load (avg) 3, 2, 2 Memory (System) 16.00GB (0.11GB free) Process Argv --crash-reporter-id 608fe13b-a88e-45e4-b79f-7b2ebb39731e Screen Reader no VM 0% A/B Experiments vsliv368cf:30146710 vsreu685:30147344 python383cf:30185419 vspor879:30202332 vspor708:30202333 vspor363:30204092 vslsvsres303:30308271 vserr242:30382549 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vsdfh931cf:30280410 vshan820:30294714 vstes263:30335439 vscod805:30301674 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593cf:30376535 pythonvs932:30410667 vsclangdc:30486549 c4g48928:30535728 dsvsc012cf:30540253 pynewext54:30695312 azure-dev_surveyone:30548225 vscccc:30803845 2e4cg342:30602488 89544117:30613380 showlangstatbar:30737416 03d35959:30757346 pythonfmttext:30731395 fixshowwlkth:30771522 showindicator:30805244 pythongtdpath:30769146 i26e3531:30792625 gsofa:30804715 pythonnosmt12:30797651 pythonidxpt:30805730 pythonnoceb:30805159 synctok:30815622 dsvsc013:30795093 dsvsc014:30804076 diffeditorv1:30812748 Oh sorry, I realised I was using the wrong command
gharchive/issue
2023-08-24T19:01:29
2025-04-01T06:44:59.218325
{ "authors": [ "Josersanvil" ], "repo": "microsoft/vscode-jupyter", "url": "https://github.com/microsoft/vscode-jupyter/issues/14182", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
898645687
Method completions inserting double values when selected I'm currently working in a native notebook editor on my local VS Code. I have my Python language server set to "None" (not using Pylance or Jedi), and am seeing the following for completions: When choosing the completion I see the following: Instead of just inserting "get_image_details" the Notebook editor inserts "env.get_image_details". I'd expect only the method from the completion to be inserted when selected. Have to discuss if this is worth fixing since this is why we recommend language servers Somehow the text edits from Jupyter aren't working in latest VS code. I'm guessing this doesn't repro in the interactive window. It does not repro in the IW. However, it seems likely that people who set the LS to none is a small number. Therefore, moving out of upcoming milestone. Any feedback on the problem ? It does not repro in the IW. However, it seems likely that people who set the LS to none is a small number. Therefore, moving out of upcoming milestone. This repros with pylance. It doesnt' require ls set to none. @rchiodo Yep, I figured it out. Disabled pylance, and problem solved. Was anything changed here? What needs verification? @DonJayamanne just want to confirm that with the changes you merged @jiewangjs will no longer need to disable Pylance to avoid seeing double values? @SiddhanthUnnithan I believe the completions were actually coming from Jupyter, we merge both Pylance and Jupyter returned ones. This wasn't a Pylance issue so @jiewangjs shouldn't need to disable Pylance for Don's fixes to be seen
gharchive/issue
2021-05-21T22:50:02
2025-04-01T06:44:59.223636
{ "authors": [ "SiddhanthUnnithan", "claudiaregio", "greazer", "jiewangjs", "rchiodo", "roblourens" ], "repo": "microsoft/vscode-jupyter", "url": "https://github.com/microsoft/vscode-jupyter/issues/5956", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
937580764
Scrollable cell output Environment data VS Code version: 1.57.1 Jupyter Extension version (available under the Extensions sidebar): v2021.6.999662501 Python Extension version (available under the Extensions sidebar): v2021.6.944021595 OS (Windows | Mac | Linux distro) and version: Windows 10 Build 19042 Python and/or Anaconda version: Python 3.9.5 Jupyter server running: Local Expected behaviour Each cell's output should be scrollable. Actual behaviour On each run, specially cells expecting to print many logs, have to scroll all the way to the next cell. last version had a scrollbar on each cell's output Steps to reproduce: [NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue] Run a cell printing any string in an N step loop, i.e., N equal to 100. Duplicate of #6506 . Sorry about this, just a feature that we missed in transitioning to the new UI. Just track the issue above for our progress on fixing this.
gharchive/issue
2021-07-06T07:01:39
2025-04-01T06:44:59.228150
{ "authors": [ "IanMatthewHuff", "Sk7w4tch3r" ], "repo": "microsoft/vscode-jupyter", "url": "https://github.com/microsoft/vscode-jupyter/issues/6537", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
372237573
Context menu on the PR should have option to Exit Review Mode Issue Type: Feature Request Context menu on the PR has the option to Checkout PR. Once the PR is checked out, it should have an option to Exit Review Mode as well Extension version: 0.2.1 VS Code version: Code 1.28.2 (7f3ce96ff4729c91352ae6def877e59c561f4850, 2018-10-17T00:23:12.403Z) OS version: Windows_NT ia32 10.0.17134 Closing as a duplicate of https://github.com/microsoft/vscode-pull-request-github/issues/199
gharchive/issue
2018-10-20T18:05:44
2025-04-01T06:44:59.243963
{ "authors": [ "RMacfarlane", "ramya-rao-a" ], "repo": "microsoft/vscode-pull-request-github", "url": "https://github.com/microsoft/vscode-pull-request-github/issues/595", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
581972757
'DLL import Failed' only happens in VSCode integrated terminal, but not when using windows cmd.exe Environment data VS Code version: 1.43.0 Extension version (available under the Extensions sidebar): 2020.2.64397 OS and version: Windows 10 Home 1903 Python version (& distribution if applicable, e.g. Anaconda): Python 3.7.4 (default, Aug 13 2019, 14:10:15) [MSC v.1916 64 bit (AMD64)] on win32 (bundled with blender) Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A Relevant/affected Python packages and their versions: Neuron simulator (https://neuron.yale.edu/neuron/) Relevant/affected Python-related VS Code extensions and their versions: N/A Jedi or Language Server? (i.e. what is "python.jediEnabled" set to; more info #3977): true Value of the python.languageServer setting: "Microsoft" Expected behaviour I have a file called test.py that has the following two lines: import neuron print(str(neuron)) Running this file with python test.py works when I do it in Windows command window (specifying the full path to ensure that I'm using the same python.exe and test.py files), but NOT when I do the exact same thing from cmd inside VSCode. Here are screenshots after running the command "C:\blender\2.81.1\2.81\python\bin\python.exe" "D:\Workspace\tmp\test.py" in windows terminal, and the integrated terminal in VSCode. Actual behaviour When I type the same command inside VSCode, I get "ImportError: DLL load failed: The specified module could not be found." error. Please help. I think it is a VSCode specific issue related to python, and so I posted the issue here. Hope this is the right place. @praneethnamburi Can you try running the same command from the command prompt from that same location? In the screenshot I see different paths (i.e., can you run using cmd from D:\Workspace\blenderproject outside of VS Code). Also, can you check your PATH environment variable and see if there is any relative path there instead of absolute path for the location where the DLL is stored. You're absolutely right, it was a PATH variable problem. I compared the path variables in my command prompt and in VSCode, and it was resolved. FYI, running the command from the same folder did not make a difference. Thank you for your help!
gharchive/issue
2020-03-16T03:27:43
2025-04-01T06:44:59.252231
{ "authors": [ "karthiknadig", "praneethnamburi" ], "repo": "microsoft/vscode-python", "url": "https://github.com/microsoft/vscode-python/issues/10592", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1114319629
Images fail to load on Jupyter walkthrough Testing #18355 When navigating to the Jupyter walkthrough straight from the getting started page, the images all fail to load: VS Code insiders, Jupyter pre-release, python daily, with the settings given in the test case. Dupe of https://github.com/microsoft/vscode-jupyter/issues/8799.
gharchive/issue
2022-01-25T20:15:35
2025-04-01T06:44:59.254339
{ "authors": [ "amunger", "luabud" ], "repo": "microsoft/vscode-python", "url": "https://github.com/microsoft/vscode-python/issues/18360", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
705870842
Fix failing virtualenvwrapper Windows unit tests Closes #14011 [ ] Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR). [x] Title summarizes what is changing. [ ] Has a news entry file (remember to thank yourself!). [ ] Appropriate comments and documentation strings in the code. [ ] Has sufficient logging. [ ] Has telemetry for enhancements. [x] Unit tests & system/integration tests are added/updated. [ ] Test plan is updated as appropriate. [ ] package-lock.json has been regenerated by running npm install (if dependencies have changed). [ ] The wiki is updated with any design decisions/details. Codecov Report Merging #14012 into main will decrease coverage by 0.05%. The diff coverage is 66.66%. @@ Coverage Diff @@ ## main #14012 +/- ## ========================================== - Coverage 59.76% 59.71% -0.06% ========================================== Files 698 697 -1 Lines 38624 38668 +44 Branches 5570 5582 +12 ========================================== + Hits 23083 23089 +6 - Misses 14358 14378 +20 - Partials 1183 1201 +18 Impacted Files Coverage Δ ...very/locators/services/virtualenvwrapperLocator.ts 76.92% <66.66%> (-13.99%) :arrow_down: src/client/common/utils/platform.ts 60.00% <0.00%> (-12.00%) :arrow_down: src/client/datascience/crossProcessLock.ts 79.41% <0.00%> (-11.77%) :arrow_down: ...pythonEnvironments/common/environmentIdentifier.ts 90.47% <0.00%> (-9.53%) :arrow_down: ...overy/locators/services/windowsStoreInterpreter.ts 91.89% <0.00%> (-4.99%) :arrow_down: .../pythonEnvironments/common/externalDependencies.ts 66.66% <0.00%> (-4.77%) :arrow_down: ...ent/pythonEnvironments/discovery/locators/index.ts 86.77% <0.00%> (-3.49%) :arrow_down: src/client/interpreter/helpers.ts 48.14% <0.00%> (-2.54%) :arrow_down: src/client/linters/pydocstyle.ts 86.66% <0.00%> (-2.23%) :arrow_down: ...ient/datascience/jupyter/kernels/kernelSelector.ts 62.38% <0.00%> (-1.62%) :arrow_down: ... and 17 more Continue to review full report at Codecov. Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 016cce8...a787b5c. Read the comment docs. Windows Python unit tests are failing, but the TS ones (the ones being fixed here) are passing: https://dev.azure.com/ms/vscode-python/_build/results?buildId=110937&view=logs&jobId=c988df44-9d9a-569e-48be-286abc0c9c8f&j=c988df44-9d9a-569e-48be-286abc0c9c8f&t=db0c4314-4299-5ca4-38c1-ea5ee094ec67
gharchive/pull-request
2020-09-21T19:50:25
2025-04-01T06:44:59.273461
{ "authors": [ "codecov-commenter", "kimadeline" ], "repo": "microsoft/vscode-python", "url": "https://github.com/microsoft/vscode-python/pull/14012", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
759701672
Add more version helpers. There are still some gaps in functionality related to Python versions. This PR fills in those gaps and brings consistency to the existing utilities. Note that utilities for extracting Python versions from filenames (executables) will be handled in a separate PR. [x] Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR). [x] Title summarizes what is changing. ~[ ] Has a news entry file (remember to thank yourself!).~ [x] Appropriate comments and documentation strings in the code. ~[ ] Has sufficient logging.~ ~[ ] Has telemetry for enhancements.~ [x] Unit tests & system/integration tests are added/updated. ~[ ] Test plan is updated as appropriate.~ ~[ ] package-lock.json has been regenerated by running npm install (if dependencies have changed).~ ~[ ] The wiki is updated with any design decisions/details.~ Codecov Report Merging #14910 (767ce7e) into main (3698950) will decrease coverage by 0%. The diff coverage is 63%. @@ Coverage Diff @@ ## main #14910 +/- ## ======================================= - Coverage 65% 64% -1% ======================================= Files 552 557 +5 Lines 25926 26304 +378 Branches 3678 3754 +76 ======================================= + Hits 16918 17095 +177 - Misses 8315 8509 +194 - Partials 693 700 +7 Impacted Files Coverage Δ src/client/activation/node/analysisOptions.ts 55% <0%> (-16%) :arrow_down: src/client/pythonEnvironments/base/info/env.ts 69% <ø> (ø) src/client/activation/jedi/languageServerProxy.ts 25% <4%> (-2%) :arrow_down: src/client/activation/node/languageServerProxy.ts 25% <15%> (-2%) :arrow_down: ...ient/pythonEnvironments/base/info/pythonVersion.ts 59% <56%> (-16%) :arrow_down: ...t/activation/languageServer/languageServerProxy.ts 90% <75%> (-1%) :arrow_down: .../locators/services/virtualEnvironmentIdentifier.ts 92% <75%> (+<1%) :arrow_up: src/client/common/utils/version.ts 86% <79%> (-3%) :arrow_down: ...se/locators/lowLevel/workspaceVirtualEnvLocator.ts 100% <100%> (ø) ...overy/locators/services/customVirtualEnvLocator.ts 100% <100%> (ø) ... and 48 more @karrtikr @karthiknadig ping @karrtikr @karthiknadig ping
gharchive/pull-request
2020-12-08T19:03:44
2025-04-01T06:44:59.289883
{ "authors": [ "codecov-io", "ericsnowcurrently" ], "repo": "microsoft/vscode-python", "url": "https://github.com/microsoft/vscode-python/pull/14910", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1133539384
Add ability to Stage Changes for resources in Merge Conflicts resource state With the previous simplified merge, resources in the Merge Conflicts resource group had a simplified 'Keep Changes' command contributed inline in the SCM context menu which simply kept your local changes and discarded all incoming changes. This worked because the simplified merge strips out the incoming changes from the file content such that your local changes 'always win'. Since the file contents are already updated to be your local changes, clicking 'Keep Changes' merely marks the file as without conflicts in internal state. The 'Keep Changes' command does not work with the new merge conflict UX because the file contents are now the merged contents which may contain conflict markers that need to be resolved. Additionally, we use the + icon for 'Keep Changes', which may surprise users who are coming from desktop and expect the 'Stage Changes' behavior. Since 'Keep Changes' does not work with the new merge experience, I have enabled it only when remoteHub.experimental.useSimplifiedMerge is true. Instead we should implement a desktop git-like 'Stage Changes' command when using the new merge conflict UX. If the user tries to stage a file containing conflicts, the user should be prompted to resolve conflicts, and then the changestore should be updated to reflect the resolved file contents. @joyceerhl can you add some verification steps? Thanks. Introduce a merge conflict in a repo in insiders.vscode.dev. For example, create a private repo and edit the same line in the same file, or create the same file with conflicting contents, from both github.dev and insiders.vscode.dev. Commit the changes from github.dev, then try to sync from insiders.vscode.dev The changed file should end up in the Merge Conflicts resource group in the source control view There should be a + icon. Ensure the tooltip reads Stage Changes instead of Keep Changes Ensure that you can click this to stage the file If the conflict is a Deleted by Them or Deleted by Us change, ensure that you are able to stage the change, and that you get prompted the way you do on desktop VS Code for which file's contents to keep Delete doesn't seem to be working? Create private branch and open in github.dev and insiders.vscode.dev Edit file in github.dev and submit Refresh insiders.vscode.dev (see the edit) Edit file in both Submit in github.dev Refresh insiders.vscode.dev - shows merge conflict Delete file in github.dev and submit Refresh insiders.vscode.dev - STILL shows merge conflict and nothing about delete Additionally I don't see merge conflict markers, I instead get a diff editor. Maybe that's on purpose. No sorry wait, I 'refreshed' incorrectly. I hit the 'refresh' button. I didn't pull. Okay if I pull, the merge conflict markers show up correctly but delete still doesn't work. So repro steps: Delete doesn't seem to be working? Create private branch and open in github.dev and insiders.vscode.dev Edit file in github.dev and submit Pull insiders.vscode.dev (see the edit) Edit file in both Submit in github.dev Pull insiders.vscode.dev - shows merge conflict Delete file in github.dev and submit Pull insiders.vscode.dev - delete conflict not shown Hmm, followed your steps but I do get the delete conflict (see the 'Deleted by Incoming' tooltip): Mine is showing this? Maybe I don't have the right extension installed? Oh I guess github remote is part of insiders.vscode.dev. Not an extension The extension is bundled as a builtin extension in insiders.vscode.dev, so you shouldn't need to install anything special. On desktop though you do need to install it separately. Pull insiders.vscode.dev - shows merge conflict After this step, do you resolve the merge conflicts, delete the file from github.dev, then sync? Would you mind sharing a recording so I can see how you got into that state? Never mind, I'm an idiot. I deleted the wrong file. I thought I had deleted README.md but it was requirements.txt: https://github.com/rchiodo/vscode-python/commit/0336d71fb5a88b8be21e03c47a5dca6f26fb7dfd When I deleted README.md, I got the delete notification in merge conflicts list Sorry for the run around. Thank you for the thorough testing! I deleted the wrong file. Story of my life this iteration :)
gharchive/issue
2022-02-12T02:24:02
2025-04-01T06:44:59.395203
{ "authors": [ "joyceerhl", "rchiodo" ], "repo": "microsoft/vscode-remote-repositories-github", "url": "https://github.com/microsoft/vscode-remote-repositories-github/issues/125", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
652624375
Sync is turned off because it's making too many requests Logs [2020-07-07 13:09:07.361] [userDataSync] [info] Sync done. Took 209ms [2020-07-07 13:09:08.928] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:09:09.097] [userDataSync] [error] LocalTooManyRequests (UserDataSyncError) : Too many requests. Allowed only 100 requests in 5 minutes. at w.request (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:529:701) at S.request (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:527:175) at async S.write (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:525:84) at async w.updateRemoteUserData (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:436:214) at async w.applyPreview (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:477:86) at async w.doSync (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:432:852) at async w.performSync (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:432:8) at async w.sync (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:430:431) at async w.doSync (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:517:206) at async y.doSync (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:511:670) [2020-07-07 13:09:09.098] [userDataSync] [info] Auto Sync: Disabled because sync is disabled [2020-07-07 13:09:09.099] [userDataSync] [info] Auto sync: Canelled sync that is in progress [2020-07-07 13:09:09.100] [userDataSync] [info] Auto Sync: Stopped [2020-07-07 13:09:09.121] [userDataSync] [info] Did reset the local sync state. [2020-07-07 13:09:09.121] [userDataSync] [info] Auto Sync: Turned off sync because of making too many requests to server @misolori can you enable verbose logging and get the log if possible? @sandy081 can we get the execution ID or similar printed to the log when failures like this happen without needing verbose? Sure. will log execution id along with operation id - https://github.com/microsoft/vscode/issues/100835 @misolori Have you done any manual sync operations before getting into this issue? like browsing sync data view or doing manual sync etc? @sandy081 no, I believe I had just finished installing an extension. Haven't accessed the sync data or performed any manual syncs. May I know if the log you pasted is the complete log or were there more entries before? I don't have any more logs, the ones right before this were the usual Sync Done for several entries. Is it possible to get the complete log of the session in which this error has occurred. You can browse for the log in the disk and this command takes you to the logs folder where are logs are stored - Developer: Open Logs Folder Found the logs, it's the same thing: [2020-07-07 13:04:21.684] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:04:21.928] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:04:21.936] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:04:21.942] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:04:21.951] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:04:22.069] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:04:22.070] [userDataSync] [info] Sync done. Took 181ms [2020-07-07 13:04:36.784] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:04:36.878] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:04:36.884] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:04:36.892] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:04:36.903] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:04:37.057] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:04:37.059] [userDataSync] [info] Sync done. Took 217ms [2020-07-07 13:04:45.873] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:04:46.091] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:04:46.104] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:04:46.106] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:04:46.113] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:04:46.120] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:04:46.221] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:04:46.221] [userDataSync] [info] Sync done. Took 300ms [2020-07-07 13:04:50.447] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:04:50.645] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:04:50.653] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:04:50.657] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:04:50.662] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:04:50.667] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:04:50.838] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:04:50.838] [userDataSync] [info] Sync done. Took 335ms [2020-07-07 13:04:53.341] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:04:53.530] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:04:53.536] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:04:53.538] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:04:53.541] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:04:53.544] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:04:53.637] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:04:53.637] [userDataSync] [info] Sync done. Took 234ms [2020-07-07 13:04:54.971] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:04:55.263] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:04:55.269] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:04:55.270] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:04:55.273] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:04:55.276] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:04:55.452] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:04:55.453] [userDataSync] [info] Sync done. Took 410ms [2020-07-07 13:04:57.037] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:04:57.115] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:04:57.121] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:04:57.126] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:04:57.131] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:04:57.218] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:04:57.218] [userDataSync] [info] Sync done. Took 114ms [2020-07-07 13:05:03.614] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:05:03.843] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:05:03.870] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:05:03.881] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:05:03.885] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:05:03.893] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:05:04.077] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:05:04.078] [userDataSync] [info] Sync done. Took 410ms [2020-07-07 13:05:05.764] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:05:05.871] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:05:05.876] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:05:05.881] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:05:05.887] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:05:05.997] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:05:05.997] [userDataSync] [info] Sync done. Took 168ms [2020-07-07 13:05:08.598] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:05:08.805] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:05:08.818] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:05:08.821] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:05:08.825] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:05:08.831] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:05:08.937] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:05:08.937] [userDataSync] [info] Sync done. Took 284ms [2020-07-07 13:05:24.505] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:05:24.574] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:05:24.577] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:05:24.581] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:05:24.587] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:05:24.669] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:05:24.669] [userDataSync] [info] Sync done. Took 102ms [2020-07-07 13:05:37.707] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:05:37.766] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:05:37.770] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:05:37.774] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:05:37.779] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:05:37.874] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:05:37.875] [userDataSync] [info] Sync done. Took 117ms [2020-07-07 13:05:41.977] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:05:42.169] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:05:42.176] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:05:42.180] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:05:42.185] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:05:42.188] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:05:42.278] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:05:42.279] [userDataSync] [info] Sync done. Took 248ms [2020-07-07 13:05:57.156] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:05:57.367] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:05:57.382] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:05:57.386] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:05:57.393] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:05:57.398] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:05:57.510] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:05:57.510] [userDataSync] [info] Sync done. Took 302ms [2020-07-07 13:05:58.239] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:05:58.483] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:05:58.527] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:05:58.538] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:05:58.544] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:05:58.549] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:05:58.693] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:05:58.694] [userDataSync] [info] Sync done. Took 387ms [2020-07-07 13:06:00.376] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:06:00.496] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:06:00.501] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:06:00.505] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:06:00.510] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:06:00.639] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:06:00.639] [userDataSync] [info] Sync done. Took 175ms [2020-07-07 13:06:03.082] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:06:03.292] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:06:03.302] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:06:03.307] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:06:03.311] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:06:03.315] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:06:03.395] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:06:03.395] [userDataSync] [info] Sync done. Took 260ms [2020-07-07 13:06:04.576] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:06:04.763] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:06:04.776] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:06:04.812] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:06:04.857] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:06:04.873] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:06:05.030] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:06:05.030] [userDataSync] [info] Sync done. Took 403ms [2020-07-07 13:06:06.749] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:06:06.997] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:06:07.006] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:06:07.009] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:06:07.013] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:06:07.017] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:06:07.103] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:06:07.104] [userDataSync] [info] Sync done. Took 282ms [2020-07-07 13:06:08.532] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:06:08.770] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:06:08.777] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:06:08.780] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:06:08.784] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:06:08.788] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:06:08.873] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:06:08.873] [userDataSync] [info] Sync done. Took 266ms [2020-07-07 13:06:10.651] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:06:10.859] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:06:10.867] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:06:10.869] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:06:10.872] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:06:10.874] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:06:11.035] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:06:11.035] [userDataSync] [info] Sync done. Took 333ms [2020-07-07 13:06:12.523] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:06:12.591] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:06:12.595] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:06:12.599] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:06:12.603] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:06:12.666] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:06:12.666] [userDataSync] [info] Sync done. Took 82ms [2020-07-07 13:06:17.348] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:06:17.554] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:06:17.561] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:06:17.564] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:06:17.568] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:06:17.572] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:06:17.663] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:06:17.663] [userDataSync] [info] Sync done. Took 260ms [2020-07-07 13:06:20.361] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:06:20.559] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:06:20.566] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:06:20.569] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:06:20.573] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:06:20.576] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:06:20.643] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:06:20.643] [userDataSync] [info] Sync done. Took 220ms [2020-07-07 13:06:26.120] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:06:26.302] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:06:26.310] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:06:26.312] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:06:26.316] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:06:26.319] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:06:26.388] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:06:26.388] [userDataSync] [info] Sync done. Took 214ms [2020-07-07 13:06:27.793] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:06:27.886] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:06:27.891] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:06:27.912] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:06:27.931] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:06:28.053] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:06:28.053] [userDataSync] [info] Sync done. Took 193ms [2020-07-07 13:06:30.267] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:06:30.439] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:06:30.449] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:06:30.452] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:06:30.457] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:06:30.461] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:06:30.533] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:06:30.533] [userDataSync] [info] Sync done. Took 219ms [2020-07-07 13:06:32.726] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:06:32.925] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:06:32.932] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:06:32.966] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:06:33.026] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:06:33.054] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:06:33.207] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:06:33.207] [userDataSync] [info] Sync done. Took 417ms [2020-07-07 13:06:34.908] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:06:34.982] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:06:34.986] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:06:34.991] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:06:34.999] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:06:35.141] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:06:35.141] [userDataSync] [info] Sync done. Took 171ms [2020-07-07 13:06:37.956] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:06:38.154] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:06:38.161] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:06:38.164] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:06:38.170] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:06:38.174] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:06:38.243] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:06:38.243] [userDataSync] [info] Sync done. Took 233ms [2020-07-07 13:06:51.941] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:06:52.138] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:06:52.146] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:06:52.152] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:06:52.157] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:06:52.161] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:06:52.253] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:06:52.253] [userDataSync] [info] Sync done. Took 253ms [2020-07-07 13:06:55.752] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:06:55.937] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:06:55.943] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:06:55.950] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:06:55.959] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:06:55.964] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:06:56.053] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:06:56.053] [userDataSync] [info] Sync done. Took 243ms [2020-07-07 13:06:59.702] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:06:59.911] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:06:59.929] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:06:59.950] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:06:59.966] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:06:59.977] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:07:00.130] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:07:00.130] [userDataSync] [info] Sync done. Took 349ms [2020-07-07 13:07:04.560] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:07:04.811] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:07:04.826] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:07:04.832] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:07:04.839] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:07:04.847] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:07:05.008] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:07:05.008] [userDataSync] [info] Sync done. Took 372ms [2020-07-07 13:07:06.608] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:07:06.822] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:07:06.832] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:07:06.839] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:07:06.842] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:07:06.846] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:07:06.986] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:07:06.987] [userDataSync] [info] Sync done. Took 329ms [2020-07-07 13:07:08.655] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:07:08.851] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:07:08.868] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:07:08.874] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:07:08.882] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:07:08.899] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:07:09.084] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:07:09.084] [userDataSync] [info] Sync done. Took 367ms [2020-07-07 13:07:12.555] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:07:12.784] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:07:12.792] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:07:12.794] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:07:12.799] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:07:12.805] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:07:12.948] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:07:12.949] [userDataSync] [info] Sync done. Took 338ms [2020-07-07 13:07:14.263] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:07:14.460] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:07:14.468] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:07:14.470] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:07:14.472] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:07:14.475] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:07:14.540] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:07:14.540] [userDataSync] [info] Sync done. Took 214ms [2020-07-07 13:07:15.849] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:07:15.936] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:07:15.949] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:07:15.973] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:07:15.977] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:07:16.069] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:07:16.069] [userDataSync] [info] Sync done. Took 152ms [2020-07-07 13:07:18.748] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:07:18.917] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:07:18.932] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:07:18.943] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:07:18.955] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:07:18.960] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:07:19.086] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:07:19.086] [userDataSync] [info] Sync done. Took 288ms [2020-07-07 13:07:22.059] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:07:22.237] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:07:22.244] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:07:22.247] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:07:22.253] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:07:22.257] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:07:22.331] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:07:22.331] [userDataSync] [info] Sync done. Took 223ms [2020-07-07 13:07:36.284] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:07:36.356] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:07:36.360] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:07:36.366] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:07:36.370] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:07:36.463] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:07:36.463] [userDataSync] [info] Sync done. Took 117ms [2020-07-07 13:07:39.130] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:07:39.319] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:07:39.329] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:07:39.340] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:07:39.344] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:07:39.349] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:07:39.432] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:07:39.432] [userDataSync] [info] Sync done. Took 248ms [2020-07-07 13:07:52.347] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:07:52.457] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:07:52.461] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:07:52.465] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:07:52.470] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:07:52.572] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:07:52.572] [userDataSync] [info] Sync done. Took 159ms [2020-07-07 13:07:59.741] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:07:59.956] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:07:59.974] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:07:59.982] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:07:59.989] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:07:59.996] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:08:00.090] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:08:00.090] [userDataSync] [info] Sync done. Took 280ms [2020-07-07 13:08:01.301] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:08:01.539] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:08:01.547] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:08:01.550] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:08:01.557] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:08:01.562] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:08:01.631] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:08:01.631] [userDataSync] [info] Sync done. Took 264ms [2020-07-07 13:08:03.296] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:08:03.392] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:08:03.397] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:08:03.401] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:08:03.404] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:08:03.488] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:08:03.488] [userDataSync] [info] Sync done. Took 127ms [2020-07-07 13:08:11.665] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:08:11.883] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:08:11.896] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:08:11.902] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:08:11.911] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:08:11.918] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:08:12.001] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:08:12.001] [userDataSync] [info] Sync done. Took 271ms [2020-07-07 13:08:13.021] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:08:13.082] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:08:13.089] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:08:13.096] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:08:13.100] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:08:13.170] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:08:13.171] [userDataSync] [info] Sync done. Took 99ms [2020-07-07 13:08:34.223] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:08:34.319] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:08:34.323] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:08:34.328] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:08:34.333] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:08:34.435] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:08:34.435] [userDataSync] [info] Sync done. Took 151ms [2020-07-07 13:08:38.689] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:08:38.880] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:08:38.888] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:08:38.894] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:08:38.909] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:08:38.914] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:08:39.090] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:08:39.090] [userDataSync] [info] Sync done. Took 349ms [2020-07-07 13:08:49.781] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:08:49.974] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:08:49.981] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:08:49.985] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:08:49.991] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:08:49.995] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:08:50.090] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:08:50.090] [userDataSync] [info] Sync done. Took 243ms [2020-07-07 13:08:52.431] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:08:52.621] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:08:52.639] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:08:52.643] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:08:52.648] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:08:52.652] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:08:52.800] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:08:52.800] [userDataSync] [info] Sync done. Took 314ms [2020-07-07 13:08:54.326] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:08:54.504] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:08:54.512] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:08:54.513] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:08:54.515] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:08:54.518] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:08:54.584] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:08:54.584] [userDataSync] [info] Sync done. Took 207ms [2020-07-07 13:08:56.128] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:08:56.195] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:08:56.199] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:08:56.203] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:08:56.207] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:08:56.298] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:08:56.299] [userDataSync] [info] Sync done. Took 112ms [2020-07-07 13:08:59.817] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:09:00.013] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:09:00.022] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:09:00.029] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:09:00.035] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:09:00.041] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:09:00.117] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:09:00.117] [userDataSync] [info] Sync done. Took 252ms [2020-07-07 13:09:02.304] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:09:02.503] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:09:02.515] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:09:02.519] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:09:02.523] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:09:02.529] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:09:02.601] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:09:02.601] [userDataSync] [info] Sync done. Took 230ms [2020-07-07 13:09:07.104] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:09:07.285] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:09:07.295] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:09:07.296] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:09:07.299] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:09:07.300] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:09:07.361] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:09:07.361] [userDataSync] [info] Sync done. Took 209ms [2020-07-07 13:09:08.928] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:09:09.097] [userDataSync] [error] LocalTooManyRequests (UserDataSyncError) : Too many requests. Allowed only 100 requests in 5 minutes. at w.request (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:529:701) at S.request (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:527:175) at async S.write (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:525:84) at async w.updateRemoteUserData (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:436:214) at async w.applyPreview (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:477:86) at async w.doSync (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:432:852) at async w.performSync (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:432:8) at async w.sync (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:430:431) at async w.doSync (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:517:206) at async y.doSync (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:511:670) [2020-07-07 13:09:09.098] [userDataSync] [info] Auto Sync: Disabled because sync is disabled [2020-07-07 13:09:09.099] [userDataSync] [info] Auto sync: Canelled sync that is in progress [2020-07-07 13:09:09.100] [userDataSync] [info] Auto Sync: Stopped [2020-07-07 13:09:09.121] [userDataSync] [info] Did reset the local sync state. [2020-07-07 13:09:09.121] [userDataSync] [info] Auto Sync: Turned off sync because of making too many requests to server [2020-07-07 13:38:50.407] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:38:50.427] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:38:50.500] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:38:50.507] [userDataSync] [info] Keybindings: Updated last synchronized keybindings [2020-07-07 13:38:50.573] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:38:50.582] [userDataSync] [info] Snippets: Updated last synchronized snippets [2020-07-07 13:38:50.793] [userDataSync] [info] GlobalState: Updated remote ui state [2020-07-07 13:38:50.802] [userDataSync] [info] GlobalState: Updated last synchronized ui state [2020-07-07 13:38:51.170] [userDataSync] [info] Extensions: Updated remote extensions [2020-07-07 13:38:51.175] [userDataSync] [info] Extensions: Updated last synchronized extensions [2020-07-07 13:38:51.175] [userDataSync] [info] Sync done. Took 1135ms [2020-07-07 13:38:51.176] [userDataSync] [info] Auto Sync: Started [2020-07-07 13:38:51.176] [userDataSync] [info] Auto Sync: Triggered by Interval [2020-07-07 13:38:51.255] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:38:51.262] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:38:51.267] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:38:51.273] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:38:51.356] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:38:51.356] [userDataSync] [info] Sync done. Took 111ms [2020-07-07 13:38:58.317] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:38:58.428] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:38:58.439] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:38:58.452] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:38:58.617] [userDataSync] [info] GlobalState: Updated remote ui state [2020-07-07 13:38:58.625] [userDataSync] [info] GlobalState: Updated last synchronized ui state [2020-07-07 13:38:58.761] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:38:58.761] [userDataSync] [info] Sync done. Took 370ms [2020-07-07 13:39:09.510] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:39:09.584] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:39:09.588] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:39:09.592] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:39:09.595] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:39:09.677] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:39:09.677] [userDataSync] [info] Sync done. Took 105ms [2020-07-07 13:39:29.123] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:39:29.723] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:39:29.736] [userDataSync] [info] Settings: Updated last synchronized settings [2020-07-07 13:39:29.742] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:39:29.750] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:39:29.755] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:39:29.854] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:39:29.854] [userDataSync] [info] Sync done. Took 422ms [2020-07-07 13:39:57.299] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:39:57.421] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:39:57.427] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:39:57.431] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:39:57.568] [userDataSync] [info] GlobalState: Updated remote ui state [2020-07-07 13:39:57.573] [userDataSync] [info] GlobalState: Updated last synchronized ui state [2020-07-07 13:39:57.675] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:39:57.675] [userDataSync] [info] Sync done. Took 316ms [2020-07-07 13:40:00.024] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:40:00.273] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:40:00.282] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:40:00.289] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:40:00.411] [userDataSync] [info] GlobalState: Updated remote ui state [2020-07-07 13:40:00.419] [userDataSync] [info] GlobalState: Updated last synchronized ui state [2020-07-07 13:40:00.496] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:40:00.496] [userDataSync] [info] Sync done. Took 403ms [2020-07-07 13:40:03.032] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:40:03.103] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:40:03.107] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:40:03.112] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:40:03.234] [userDataSync] [info] GlobalState: Updated remote ui state [2020-07-07 13:40:03.254] [userDataSync] [info] GlobalState: Updated last synchronized ui state [2020-07-07 13:40:03.329] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:40:03.330] [userDataSync] [info] Sync done. Took 238ms [2020-07-07 13:40:05.879] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:40:05.952] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:40:05.955] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:40:05.958] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:40:06.089] [userDataSync] [info] GlobalState: Updated remote ui state [2020-07-07 13:40:06.101] [userDataSync] [info] GlobalState: Updated last synchronized ui state [2020-07-07 13:40:06.179] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:40:06.179] [userDataSync] [info] Sync done. Took 235ms [2020-07-07 13:40:07.913] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:40:07.989] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:40:07.993] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:40:07.998] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:40:08.003] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:40:08.086] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:40:08.087] [userDataSync] [info] Sync done. Took 108ms [2020-07-07 13:40:26.770] [userDataSync] [info] Auto Sync: Triggered by Activity [2020-07-07 13:40:26.915] [userDataSync] [info] Settings: No changes found during synchronizing settings. [2020-07-07 13:40:26.920] [userDataSync] [info] Keybindings: No changes found during synchronizing keybindings. [2020-07-07 13:40:26.924] [userDataSync] [info] Snippets: No changes found during synchronizing snippets. [2020-07-07 13:40:26.930] [userDataSync] [info] GlobalState: No changes found during synchronizing ui state. [2020-07-07 13:40:27.075] [userDataSync] [info] Extensions: No changes found during synchronizing extensions. [2020-07-07 13:40:27.076] [userDataSync] [info] Sync done. Took 221ms [2020-07-07 13:09:00.013] [userDataSync] [info] Settings: Updated remote settings [2020-07-07 13:09:00.022] [userDataSync] [info] Settings: Updated last synchronized settings @misolori What extensions are you using? Are you in a remote workspace? I think I had another window open that was connected to an ssh remote, i've just used our remote extensions @misolori oh actually that remote is the service itself, it looks like you may have an extension that is triggering setting changes every few seconds? @misolori Can you please confirm that if there is an extension doing these changes or by some other way? I haven't been able to repro, will close and re-open if it happens again.
gharchive/issue
2020-07-07T20:38:33
2025-04-01T06:44:59.418553
{ "authors": [ "Tyriar", "misolori", "sandy081" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/101878", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
664879652
node_modules folder don't update automatic node_modules delete one folder and reinstall , the new folder don't show example: node_modules has some folders -@babel -@rollup -axios delete @babel , them run "npm install", the @babel don't show again FYI: Version: 1.46.1 (user setup) Commit: cd9ea6488829f560dc949a8b2fb789f3cdc05f5d Date: 2020-06-17T21:13:20.174Z Electron: 7.3.1 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Windows_NT x64 10.0.18362 This is by design, we configure the setting for excluded folders in our file watcher by default to include node_modules to reduce CPU load since this folder is very dynamic. Does it reproduce if you change this setting from the default?
gharchive/issue
2020-07-24T02:43:59
2025-04-01T06:44:59.426000
{ "authors": [ "bpasero", "microlv" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/103219", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
675439858
Pressing Enter on "problem" does not put focus to editor With a "problem" selected and the Problems view is in focus, pressing ENTER does not switch the focus to the related line of code in the editor. Double clicking works Notes: The line of code is selected in the edit window - each time a new problem is selected Again, double click works. But I like to work without a mouse as much as possible I really think this is a recent problem; I really think this used to work. Version: 1.48.0-insider Commit: 2277c8e2a3e1cc630a6397301ba54a1dccd8a60d Date: 2020-08-07T12:51:53.850Z Electron: 7.3.2 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Linux x64 5.1.0-050100-generic Steps to Reproduce: run a task with a problem matcher (i use c++, gcc, and a simple makefile) shift+contrl+m to focus problem window arrow key to select a problem press [ENTER] <-- Does this issue occur when all extensions are disabled?: Yes/No Yes @joaomoreno I also see this is not working for search, Is there something changed in underlying onDidOpen event? This is now fixed.
gharchive/issue
2020-08-08T06:09:40
2025-04-01T06:44:59.430925
{ "authors": [ "joaomoreno", "payonel", "sandy081" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/104287", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
678248369
Error c++ color when using "/** blabla **/" to comment out codes As you can see from the pic, all codes after comments( /** blabla **/) are ill colored. mac vs version: 1.47.3 extension installed: c/c++ && c/c++ intellisense color theme: Visual Studio 2019 Theme If you disable the C++ extension do you still see the issue? Can you please provide a copy pastable example? the issue remains after I disable both C/C++ extension and C/C++ Intellisense copy pastable example as following: /*************************************************************************** Copyright (c) 2017 xx.com, Inc. All Rights Reserved **************************************************************************/ /** @author heroes999 @brief **/ #ifndef TEST_H #define TEST_H #include DECLARE_switch(test_glag); namespace A { namespace B { class Test { public: void func(); }; @alexr00 Thanks for the example. I'm not seeing the same issue. Can you try running all extensions disabled?
gharchive/issue
2020-08-13T08:19:28
2025-04-01T06:44:59.438139
{ "authors": [ "alexr00", "heroes999" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/104544", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
687451992
client_id created on each launch in project's root Issue Type: Bug Hey, Whenever I open visual studio code client_id file gets created. It didn't behave like that yesterday and I can't figure out what has changed since yesterday. Cheers, Furai VS Code version: Code - Insiders 1.49.0-insider (b58f4549b2919fa3a5dc52df83f4ba60780c625f, 2020-08-27T06:48:09.328Z) OS version: Linux x64 5.8.4-050804-generic Extensions (11) Extension Author (truncated) Version vscode-intelephense-client bme 1.5.4 gitlens eam 10.2.2 go gol 0.16.1 twig-language-2 mbl 0.9.2 dotenv mik 1.0.1 python ms- 2020.8.103604 cpptools ms- 0.29.0 php-docblocker nei 2.1.0 laravel-blade one 1.22.1 glassit s-n 0.2.2 twig wha 1.0.2 @furai Where is this file being created? Does this happen when all extensions are disabled? client_id file contains some hash, which is different each time it gets recreated. 55b99d39-0f97-41e3-828a-b8e683420dee I'm going into project folder, by opening it via command line. I first cd into the folder and then open it directly from there: cd /path/to/project/ code-insiders ./ I've just investigated and if I open it from within project root like this the client_id gets created. What's more curious is that if I do it a bit different, like: cd /path/to/ code-insiders project/ Then the client_id still gets created, but not in the project's folder but one level below. Like it's created in current working directory when executing code-insiders. If I just run the code-insiders via shortcut then the client_id gets created in my home folder. Same when I run it via cmd line without any parameters. Also like you have requested I've just tested without extensions enabled by running code-insiders --disable-extensions. All extensions were successfully disabled but client_id file still got created. I hope this is enough information to reproduce my issue. Most likely one of your installed extensions created this client_id file. Please disable all extension and see whether the file is still created. If not, enable extensions one-by-one and try to find the creator of the file. Also like you have requested I've just tested without extensions enabled by running code-insiders --disable-extensions. All extensions were successfully disabled but client_id file still got created. Like I said above, I've disabled all the extensions and issue was still happening. The only thing different that I have recently done is maybe try to open file on remote (github). Other than that it might have been code-insiders recent update. Seeing the same behavior on Arch Linux: client_id gets created in the folder from where code-insiders is launched. Each folder has a different hash in client_id. Also noticed the file is created only upon exiting Visual Studio Code. I am having the same issue. I am using Ubuntu 20.04 code-insiders Version: 1.49.0-insider I found client_id file created by vscode in my home directory. All extensions are disabled. Audit log: type=PROCTITLE msg=audit(08/31/2020 04:54:32.444:299) : proctitle=/usr/share/code-insiders/code-insiders --inspect-port=0 /usr/share/code-insiders/resources/app/out/bootstrap-fork --type=extensi type=PATH msg=audit(08/31/2020 04:54:32.444:299) : item=1 name=client_id inode=2311170 dev=00:1a mode=file,664 ouid=yushijinhun ogid=yushijinhun rdev=00:00 nametype=CREATE cap_fp=none cap_fi=none cap_fe=0 cap_fver=0 cap_frootid=0 type=PATH msg=audit(08/31/2020 04:54:32.444:299) : item=0 name=/home/yushijinhun inode=80311 dev=00:1a mode=dir,750 ouid=yushijinhun ogid=yushijinhun rdev=00:00 nametype=PARENT cap_fp=none cap_fi=none cap_fe=0 cap_fver=0 cap_frootid=0 type=CWD msg=audit(08/31/2020 04:54:32.444:299) : cwd=/home/yushijinhun type=SYSCALL msg=audit(08/31/2020 04:54:32.444:299) : arch=x86_64 syscall=creat success=yes exit=62 a0=0x7fffba009ca8 a1=0666 a2=0x20 a3=0x7fffba00958d items=2 ppid=14480 pid=14511 auid=yushijinhun uid=yushijinhun gid=yushijinhun euid=yushijinhun suid=yushijinhun fsuid=yushijinhun egid=yushijinhun sgid=yushijinhun fsgid=yushijinhun tty=(none) ses=1 comm=code-insiders exe=/usr/share/code-insiders/code-insiders key=(null) code-insiders version: 1.49.0-1598635026 /duplicate #105743 For an explanation please see https://github.com/microsoft/vscode/issues/105743#issuecomment-683865682
gharchive/issue
2020-08-27T18:30:20
2025-04-01T06:44:59.451969
{ "authors": [ "CalvoM", "RMacfarlane", "furai", "racingicemen", "weinand", "yushijinhun" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/105519", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
703843333
The terminal process failed to launch Starting directory does not exist Version: 1.50.0-insider Commit: d1f267742169584db010716d92addf50d4cd8139 Date: 2020-09-17T07:03:46.695Z Electron: 9.3.0 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Linux x64 5.1.0-050100-generic and Version: 1.49.0 Commit: e790b931385d72cf5669fcefc51cdf65990efa5d Date: 2020-09-10T13:20:50.359Z Electron: 9.2.1 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Linux x64 5.1.0-050100-generic Steps to Reproduce: empty project, no extensions add tasks.json with simple shell command, echo, to print hello run task The terminal for the task is never invoked, it fails: > Executing task: make < The terminal process failed to launch: Starting directory (cwd) "/home/payonel/code/sandbox/~/code/sandbox" does not exist. Terminal will be reused by tasks, press any key to close it. Please note the bad path, how it uses ~ inside the path Does this issue occur when all extensions are disabled?: Yes Notes: This just started happening on a recent vscode insiders build. vscode 14.9 is working, the insiders build of 15.0 is not This bug repros with integrated terminal, or any termainl option (custom or not). This error appears to occur before the terminal process is even invoked. It doesn't matter which terminal i use. This effectively breaks running any task in vscode insiders. I am now having to use vscode release version I started having the same issue today. I around lunch from the 9/16 release. 9/16 was working, the 9/17 release is broken. This build was working: Version: 1.50.0-insider Commit: 9e505675670d65138405321a60b0df4ddec28799 Date: 2020-09-16T05:43:58.570Z (1 day ago) Electron: 9.3.0 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Darwin x64 19.6.0 Updated build, not working: Version: 1.50.0-insider Commit: d1f267742169584db010716d92addf50d4cd8139 Date: 2020-09-17T07:09:53.566Z (12 hrs ago) Electron: 9.3.0 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Darwin x64 19.6.0 I wonder if these commits are related 9-16 https://github.com/microsoft/vscode/commit/7bf5773eb288fd71ae0d3aa256988949c95abcf8 9-17 https://github.com/microsoft/vscode/commit/3808cb3712e651cb96b4ccfe48c05d2fbd5f23cf Oh, look at the comment on https://github.com/microsoft/vscode/commit/3808cb3712e651cb96b4ccfe48c05d2fbd5f23cf this ticket might be a duplicate of https://github.com/microsoft/vscode/issues/106877 confirmed fixed in Version: 1.50.0-insider Commit: 3156f1fbfcbb7bdd5f7aa24b4cde71526d1980c8 Date: 2020-09-17T17:19:24.943Z Electron: 9.3.0 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Linux x64 5.1.0-050100-generic Same issue here with Version: 1.50.0-insider Commit: 9e505675670d65138405321a60b0df4ddec28799 Date: 2020-09-16T05:43:58.570Z Electron: 9.3.0 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Darwin x64 17.7.0 @mwangaben strange, it should be working in that version (from my local tests). but test the latest update: Date: 2020-09-17T17:19:24.943Z For my surprise after restart Vscode is now working as per usual
gharchive/issue
2020-09-17T19:13:50
2025-04-01T06:44:59.463129
{ "authors": [ "ZNielsen", "mwangaben", "payonel" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/106958", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
746743215
Extensions list gone Issue Type: Bug After the last two update the extension shelve is empty and there's no way to manage your extensions VS Code version: Code - Insiders 1.52.0-insider (a36c68b9ec3d6a0aca9799d7a10be741a6658a51, 2020-11-19T05:38:14.978Z) OS version: Darwin x64 19.6.0 System Info Item Value CPUs Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (12 x 2600) GPU Status 2d_canvas: enabledflash_3d: enabledflash_stage3d: enabledflash_stage3d_baseline: enabledgpu_compositing: enabledmetal: disabled_offmultiple_raster_threads: enabled_onoop_rasterization: enabledopengl: enabled_onprotected_video_decode: unavailable_offrasterization: enabledskia_renderer: disabled_off_okvideo_decode: enabledwebgl: enabledwebgl2: enabled Load (avg) 3, 2, 3 Memory (System) 16.00GB (1.03GB free) Process Argv -psn_0_340051 --crash-reporter-id aee79c6a-72ab-413c-827e-4cc64ca28553 Screen Reader no VM 0% Extensions (68) Extension Author (truncated) Version cypress-snippets and 1.2.0 scratchpads bue 0.0.7 npm-intellisense chr 1.3.1 path-intellisense chr 2.3.0 gitignore cod 0.6.0 bracket-pair-colorizer-2 Coe 0.2.0 vscode-eslint dba 2.1.13 es7-react-js-snippets dsz 3.0.0 gitlens eam 11.0.1 vscode-spring-boot ecm 0.0.10 vscode-npm-script eg2 0.3.13 vsc-material-theme Equ 33.0.0 vsc-material-theme-icons equ 1.2.0 code-runner for 0.11.1 docker-explorer for 0.1.7 kotlin fwc 0.2.18 vscode-lombok Gab 1.0.1 vscode-test-explorer hbe 2.19.3 vscode-test-explorer-liveshare hbe 1.0.5 search-node-modules jas 1.3.0 vscode-peacock joh 3.8.0 vscode-jest-test-adapter kav 0.7.4 node-module-intellisense lei 1.5.0 code-groovy mar 0.1.2 Kotlin mat 1.7.1 git-graph mhu 1.27.0 vscode-docker ms- 1.8.0 python ms- 2020.11.367453362 jupyter ms- 2020.11.358541065 remote-containers ms- 0.150.0 remote-ssh ms- 0.56.0 remote-ssh-edit ms- 0.56.0 remote-wsl ms- 0.51.3 vscode-remote-extensionpack ms- 0.20.0 vsliveshare ms- 1.0.3206 vsliveshare-audio ms- 0.1.91 vsliveshare-pack ms- 0.4.0 debugger-for-chrome msj 4.12.11 sqltools mtx 0.23.0 sqltools-driver-pg mtx 0.2.0 gradle-language nac 0.2.3 vscode-boot-dev-pack Piv 0.0.8 vscode-concourse Piv 1.23.0 vscode-manifest-yaml Piv 1.23.0 vscode-spring-boot Piv 1.23.0 java red 0.71.0 vscode-xml red 0.14.0 vscode-yaml red 0.13.0 git-mob Ric 1.10.1 vscode-gradle ric 3.5.2 vscode-gradle-extension-pack ric 0.0.2 vscode-checkstyle she 1.3.3 sonarlint-vscode Son 1.18.0 vscodeintellicode Vis 1.2.10 liquibase voi 0.1.1 vscode-java-debug vsc 0.29.0 vscode-java-dependency vsc 0.15.0 vscode-java-pack vsc 0.10.0 vscode-java-test vsc 0.26.0 vscode-maven vsc 0.25.0 vscode-spring-boot-dashboard vsc 0.1.10 vscode-spring-initializr vsc 0.6.1 vscode-icons vsc 11.0.0 gitblame wad 6.0.0 nodejs-extension-pack wad 0.1.9 vscode-todo-highlight way 1.0.4 JavaScriptSnippets xab 1.8.0 ReactSnippets xab 2.4.0 (1 theme extensions excluded) A/B Experiments vsliv695:30137379 vsins829:30139715 vsliv368cf:30146710 vsreu685:30147344 openlogontheside:30221882 python763:30178808 python383:30185418 vspor879:30202332 vspor708:30202333 vspor363:30204092 vswsl492:30208929 wsl2prompt:30219162 pythonvsdeb440:30224570 unusedprompt:30219164 folderexplorercf:30219167 openfilemenucf:30219169 pythonvsded773:30223139 Yep. Reported this yesterday - https://github.com/microsoft/vscode/issues/110870 - waiting for someone to comment or acknowledge . Please provide if there are any errors in the following logs Help -> Toggle Developer Tools -> Console View -> Command Pallette... -> Toggle Shared Process -> Console View -> Open View… -> Log (Shared) View -> Open View… -> Log (Window) Help -> Toggle Developer Tools -> Console View -> Command Pallette... -> Toggle Shared Process -> Console View -> Open View… -> Log (Shared) View -> Open View… -> Log (Window) /duplicate #110870
gharchive/issue
2020-11-19T16:39:29
2025-04-01T06:44:59.498921
{ "authors": [ "Rukato", "jtsom", "sandy081" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/110956", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
756349936
Startup profiling broken run code-insiders --prof-startup :bug: doesn't work When running out of sources ./scripts/code-cli.sh --prof-startup I see this crash. @deepak1556 can you help me understand what's going one here? Process: Electron [5567] Path: /Users/USER/*/Code - OSS.app/Contents/MacOS/Electron Identifier: com.visualstudio.code.oss Version: 1.52.0 (1.52.0) Code Type: X86-64 (Native) Parent Process: Electron [5566] Responsible: iTerm2 [487] User ID: 501 Date/Time: 2020-12-03 17:35:12.648 +0100 OS Version: macOS 11.0.1 (20B50) Report Version: 12 Bridge OS Version: 5.0.1 (18P2561) Anonymous UUID: BC9F4466-3AFE-89DA-82B2-245DF18C2392 Sleep/Wake UUID: 4D71FB36-32A3-443B-9A93-DDE3E728CB7E Time Awake Since Boot: 85000 seconds Time Since Wake: 12000 seconds System Integrity Protection: enabled Crashed Thread: 0 CrBrowserMain Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Application Specific Information: HIToolbox: could not open() theme file abort() called Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff202e3462 __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff20311610 pthread_kill + 263 2 libsystem_c.dylib 0x00007fff202647ba __abort + 139 3 libsystem_c.dylib 0x00007fff2026472f abort + 135 4 com.apple.HIToolbox 0x00007fff2866c9b7 OpenThemeResFileMapped + 226 5 com.apple.HIToolbox 0x00007fff2866c8a5 TTheme::Open() + 15 6 com.apple.HIToolbox 0x00007fff2866c851 TTheme::GetCurrent() + 97 7 com.apple.HIToolbox 0x00007fff2866dbbf _HIThemeGetCUIRenderer + 16 8 com.apple.HIToolbox 0x00007fff2866d2b6 _HIThemeCUIDrawWithRenderer + 44 9 com.apple.HIToolbox 0x00007fff286d4b9a _HIThemeDrawMenuBackgroundWithRenderer + 878 10 com.github.Electron.framework 0x000000010e3419cd v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 8695965 11 com.github.Electron.framework 0x000000010e34134f v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 8694303 12 com.github.Electron.framework 0x000000010e34116d v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 8693821 13 com.github.Electron.framework 0x000000010e341042 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 8693522 14 com.github.Electron.framework 0x000000010ded3fa9 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 4052601 15 com.github.Electron.framework 0x000000010e32eeb3 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 8619395 16 com.github.Electron.framework 0x000000010ded3390 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 4049504 17 com.github.Electron.framework 0x000000010ded5b72 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 4059714 18 com.github.Electron.framework 0x000000010ded1cd8 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 4043688 19 com.github.Electron.framework 0x000000010dd7b066 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 2639670 20 com.github.Electron.framework 0x000000010dd7acbb v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 2638731 21 com.github.Electron.framework 0x0000000110300fe8 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 41985720 22 com.github.Electron.framework 0x000000010cff9854 ElectronInitializeICUandStartNode + 13840004 23 com.github.Electron.framework 0x000000010c2c6994 ElectronMain + 84 24 com.visualstudio.code.oss 0x000000010c296110 0x10c295000 + 4368 25 libdyld.dylib 0x00007fff2032c631 start + 1 Thread 1: 0 libsystem_pthread.dylib 0x00007fff2030d458 start_wqthread + 0 Thread 2: 0 libsystem_pthread.dylib 0x00007fff2030d458 start_wqthread + 0 Thread 3: 0 libsystem_pthread.dylib 0x00007fff2030d458 start_wqthread + 0 Thread 4: 0 libsystem_pthread.dylib 0x00007fff2030d458 start_wqthread + 0 Thread 5:: ThreadPoolServiceThread 0 libsystem_kernel.dylib 0x00007fff202e5dde kevent64 + 10 1 com.github.Electron.framework 0x000000010eb94b41 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17424913 2 com.github.Electron.framework 0x000000010eb949d6 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17424550 3 com.github.Electron.framework 0x000000010eb34c13 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17031907 4 com.github.Electron.framework 0x000000010eb0c023 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 16865011 5 com.github.Electron.framework 0x000000010eb3d474 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17066820 6 com.github.Electron.framework 0x000000010eb4d0f4 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17131460 7 com.github.Electron.framework 0x000000010eb7f107 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17336279 8 libsystem_pthread.dylib 0x00007fff20311950 _pthread_start + 224 9 libsystem_pthread.dylib 0x00007fff2030d47b thread_start + 15 Thread 6:: ThreadPoolForegroundWorker 0 libsystem_kernel.dylib 0x00007fff202dce7e mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff202dd1f0 mach_msg + 60 2 com.github.Electron.framework 0x000000010eb89c43 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17380115 3 com.github.Electron.framework 0x000000010eb462a8 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17103224 4 com.github.Electron.framework 0x000000010eb46bfd v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17105613 5 com.github.Electron.framework 0x000000010eb46814 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17104612 6 com.github.Electron.framework 0x000000010eb7f107 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17336279 7 libsystem_pthread.dylib 0x00007fff20311950 _pthread_start + 224 8 libsystem_pthread.dylib 0x00007fff2030d47b thread_start + 15 Thread 7:: ThreadPoolBackgroundWorker 0 libsystem_kernel.dylib 0x00007fff202dce7e mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff202dd1f0 mach_msg + 60 2 com.github.Electron.framework 0x000000010eb89c43 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17380115 3 com.github.Electron.framework 0x000000010eb462a8 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17103224 4 com.github.Electron.framework 0x000000010eb46978 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17104968 5 com.github.Electron.framework 0x000000010eb46784 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17104468 6 com.github.Electron.framework 0x000000010eb7f107 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17336279 7 libsystem_pthread.dylib 0x00007fff20311950 _pthread_start + 224 8 libsystem_pthread.dylib 0x00007fff2030d47b thread_start + 15 Thread 8:: Chrome_IOThread 0 libsystem_kernel.dylib 0x00007fff202e5dde kevent64 + 10 1 com.github.Electron.framework 0x000000010eb94b41 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17424913 2 com.github.Electron.framework 0x000000010eb949d6 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17424550 3 com.github.Electron.framework 0x000000010eb34c13 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17031907 4 com.github.Electron.framework 0x000000010eb0c023 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 16865011 5 com.github.Electron.framework 0x000000010ded7f66 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 4068918 6 com.github.Electron.framework 0x000000010eb4d0f4 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17131460 7 com.github.Electron.framework 0x000000010eb7f107 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17336279 8 libsystem_pthread.dylib 0x00007fff20311950 _pthread_start + 224 9 libsystem_pthread.dylib 0x00007fff2030d47b thread_start + 15 Thread 9:: MemoryInfra 0 libsystem_kernel.dylib 0x00007fff202dce7e mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff202dd1f0 mach_msg + 60 2 com.github.Electron.framework 0x000000010eb89c43 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17380115 3 com.github.Electron.framework 0x000000010eb89a3f v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17379599 4 com.github.Electron.framework 0x000000010eaee047 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 16742167 5 com.github.Electron.framework 0x000000010eb34c13 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17031907 6 com.github.Electron.framework 0x000000010eb0c023 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 16865011 7 com.github.Electron.framework 0x000000010eb4d0f4 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17131460 8 com.github.Electron.framework 0x000000010eb7f107 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17336279 9 libsystem_pthread.dylib 0x00007fff20311950 _pthread_start + 224 10 libsystem_pthread.dylib 0x00007fff2030d47b thread_start + 15 Thread 10: 0 libsystem_kernel.dylib 0x00007fff202e17e2 kevent + 10 1 com.github.Electron.framework 0x00000001123b6eea uv_free_interface_addresses + 1370 2 com.github.Electron.framework 0x00000001123a6451 uv_run + 465 3 com.github.Electron.framework 0x000000011231b7f6 node::MultiIsolatePlatform::CancelPendingDelayedTasks(v8::Isolate*) + 902 4 libsystem_pthread.dylib 0x00007fff20311950 _pthread_start + 224 5 libsystem_pthread.dylib 0x00007fff2030d47b thread_start + 15 Thread 11: 0 libsystem_kernel.dylib 0x00007fff202df8e2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff20311e6f _pthread_cond_wait + 1254 2 com.github.Electron.framework 0x00000001123b1fb9 uv_cond_wait + 9 3 com.github.Electron.framework 0x000000011231b9f8 node::MultiIsolatePlatform::CancelPendingDelayedTasks(v8::Isolate*) + 1416 4 com.github.Electron.framework 0x0000000112319710 node::options_parser::SplitHostPort(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >*) + 82256 5 libsystem_pthread.dylib 0x00007fff20311950 _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff2030d47b thread_start + 15 Thread 12: 0 libsystem_kernel.dylib 0x00007fff202df8e2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff20311e6f _pthread_cond_wait + 1254 2 com.github.Electron.framework 0x00000001123b1fb9 uv_cond_wait + 9 3 com.github.Electron.framework 0x000000011231b9f8 node::MultiIsolatePlatform::CancelPendingDelayedTasks(v8::Isolate*) + 1416 4 com.github.Electron.framework 0x0000000112319710 node::options_parser::SplitHostPort(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >*) + 82256 5 libsystem_pthread.dylib 0x00007fff20311950 _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff2030d47b thread_start + 15 Thread 13: 0 libsystem_kernel.dylib 0x00007fff202df8e2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff20311e6f _pthread_cond_wait + 1254 2 com.github.Electron.framework 0x00000001123b1fb9 uv_cond_wait + 9 3 com.github.Electron.framework 0x000000011231b9f8 node::MultiIsolatePlatform::CancelPendingDelayedTasks(v8::Isolate*) + 1416 4 com.github.Electron.framework 0x0000000112319710 node::options_parser::SplitHostPort(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >*) + 82256 5 libsystem_pthread.dylib 0x00007fff20311950 _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff2030d47b thread_start + 15 Thread 14: 0 libsystem_kernel.dylib 0x00007fff202dceba semaphore_wait_trap + 10 1 com.github.Electron.framework 0x00000001123b2520 uv_sem_wait + 16 2 com.github.Electron.framework 0x0000000112368643 node::inspector::Agent::GetWsUrl() const + 83 3 libsystem_pthread.dylib 0x00007fff20311950 _pthread_start + 224 4 libsystem_pthread.dylib 0x00007fff2030d47b thread_start + 15 Thread 15: 0 libsystem_kernel.dylib 0x00007fff202e17e2 kevent + 10 1 com.github.Electron.framework 0x00000001123b6eea uv_free_interface_addresses + 1370 2 com.github.Electron.framework 0x00000001123a6451 uv_run + 465 3 com.github.Electron.framework 0x000000011236cfb5 node::inspector::Agent::GetWsUrl() const + 18885 4 libsystem_pthread.dylib 0x00007fff20311950 _pthread_start + 224 5 libsystem_pthread.dylib 0x00007fff2030d47b thread_start + 15 Thread 16:: v8:ProfEvntProc 0 libsystem_kernel.dylib 0x00007fff202df8e2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff20311ea2 _pthread_cond_wait + 1305 2 com.github.Electron.framework 0x000000011081b690 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 47336800 3 com.github.Electron.framework 0x000000010d539c58 v8::internal::SamplingEventsProcessor::Run() + 200 4 com.github.Electron.framework 0x000000011081e4f7 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 47348679 5 libsystem_pthread.dylib 0x00007fff20311950 _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff2030d47b thread_start + 15 Thread 17:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fff202dce7e mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff202dd1f0 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff20409be7 __CFRunLoopServiceMachPort + 316 3 com.apple.CoreFoundation 0x00007fff204082ba __CFRunLoopRun + 1315 4 com.apple.CoreFoundation 0x00007fff204076be CFRunLoopRunSpecific + 563 5 com.apple.Foundation 0x00007fff21191fa1 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 6 com.github.Electron.framework 0x000000010eb854f1 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17361857 7 com.github.Electron.framework 0x000000010eb84252 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17357090 8 com.github.Electron.framework 0x000000010eb34c13 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17031907 9 com.github.Electron.framework 0x000000010eb0c023 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 16865011 10 com.github.Electron.framework 0x000000010eb4d0f4 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17131460 11 com.github.Electron.framework 0x000000010eb7f107 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17336279 12 libsystem_pthread.dylib 0x00007fff20311950 _pthread_start + 224 13 libsystem_pthread.dylib 0x00007fff2030d47b thread_start + 15 Thread 18:: CrShutdownDetector 0 libsystem_kernel.dylib 0x00007fff202dd89e read + 10 1 com.github.Electron.framework 0x000000010c39c61f ElectronInitializeICUandStartNode + 875599 2 com.github.Electron.framework 0x000000010eb7f107 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17336279 3 libsystem_pthread.dylib 0x00007fff20311950 _pthread_start + 224 4 libsystem_pthread.dylib 0x00007fff2030d47b thread_start + 15 Thread 19:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fff202dce7e mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff202dd1f0 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff20409be7 __CFRunLoopServiceMachPort + 316 3 com.apple.CoreFoundation 0x00007fff204082ba __CFRunLoopRun + 1315 4 com.apple.CoreFoundation 0x00007fff204076be CFRunLoopRunSpecific + 563 5 com.apple.Foundation 0x00007fff21191fa1 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 6 com.github.Electron.framework 0x000000010eb854f1 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17361857 7 com.github.Electron.framework 0x000000010eb84252 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17357090 8 com.github.Electron.framework 0x000000010eb34c13 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17031907 9 com.github.Electron.framework 0x000000010eb0c023 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 16865011 10 com.github.Electron.framework 0x000000010eb4d0f4 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17131460 11 com.github.Electron.framework 0x000000010eb7f107 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17336279 12 libsystem_pthread.dylib 0x00007fff20311950 _pthread_start + 224 13 libsystem_pthread.dylib 0x00007fff2030d47b thread_start + 15 Thread 20:: ThreadPoolForegroundWorker 0 libsystem_kernel.dylib 0x00007fff202dce7e mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff202dd1f0 mach_msg + 60 2 com.github.Electron.framework 0x000000010eb89c43 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17380115 3 com.github.Electron.framework 0x000000010eb462a8 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17103224 4 com.github.Electron.framework 0x000000010eb46bfd v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17105613 5 com.github.Electron.framework 0x000000010eb46814 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17104612 6 com.github.Electron.framework 0x000000010eb7f107 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17336279 7 libsystem_pthread.dylib 0x00007fff20311950 _pthread_start + 224 8 libsystem_pthread.dylib 0x00007fff2030d47b thread_start + 15 Thread 21:: ThreadPoolForegroundWorker 0 libsystem_kernel.dylib 0x00007fff202dce7e mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff202dd1f0 mach_msg + 60 2 com.github.Electron.framework 0x000000010eb89c43 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17380115 3 com.github.Electron.framework 0x000000010eb462a8 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17103224 4 com.github.Electron.framework 0x000000010eb46bfd v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17105613 5 com.github.Electron.framework 0x000000010eb46814 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17104612 6 com.github.Electron.framework 0x000000010eb7f107 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17336279 7 libsystem_pthread.dylib 0x00007fff20311950 _pthread_start + 224 8 libsystem_pthread.dylib 0x00007fff2030d47b thread_start + 15 Thread 22:: CompositorTileWorker1 0 libsystem_kernel.dylib 0x00007fff202df8e2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff20311e6f _pthread_cond_wait + 1254 2 com.github.Electron.framework 0x000000010eb7e2a4 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17332596 3 com.github.Electron.framework 0x000000010fa366bd v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 32767373 4 com.github.Electron.framework 0x000000010eb7f107 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17336279 5 libsystem_pthread.dylib 0x00007fff20311950 _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff2030d47b thread_start + 15 Thread 23:: ThreadPoolSingleThreadForegroundBlocking0 0 libsystem_kernel.dylib 0x00007fff202dce7e mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff202dd1f0 mach_msg + 60 2 com.github.Electron.framework 0x000000010eb89c43 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17380115 3 com.github.Electron.framework 0x000000010eb89a3f v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17379599 4 com.github.Electron.framework 0x000000010eb4629a v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17103210 5 com.github.Electron.framework 0x000000010eb46bfd v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17105613 6 com.github.Electron.framework 0x000000010eb46874 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17104708 7 com.github.Electron.framework 0x000000010eb7f107 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17336279 8 libsystem_pthread.dylib 0x00007fff20311950 _pthread_start + 224 9 libsystem_pthread.dylib 0x00007fff2030d47b thread_start + 15 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000116d49e00 rcx: 0x00007ffee3969698 rdx: 0x0000000000000000 rdi: 0x0000000000000307 rsi: 0x0000000000000006 rbp: 0x00007ffee39696c0 rsp: 0x00007ffee3969698 r8: 0x0000000000000000 r9: 0x0000000000989680 r10: 0x0000000116d49e00 r11: 0x0000000000000246 r12: 0x0000000000000307 r13: 0x00007ffee3969a50 r14: 0x0000000000000006 r15: 0x0000000000000016 rip: 0x00007fff202e3462 rfl: 0x0000000000000246 cr2: 0x000000c0002a1000 Logical CPU: 0 Error Code: 0x02000148 Trap Number: 133 Thread 0 instruction stream not available. Thread 0 last branch register state not available. Binary Images: 0x10c295000 - 0x10c2bdfff +com.visualstudio.code.oss (1.52.0 - 1.52.0) <B9D044CA-EB1B-3B25-B0B1-0CC03DE1E5CB> /Users/USER/*/Code - OSS.app/Contents/MacOS/Electron 0x10c2c4000 - 0x1131d8fff +com.github.Electron.framework (9.3.5) <CA08F92C-B458-3BFB-A9F2-1319741A14C5> /Users/USER/*/Code - OSS.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework 0x113972000 - 0x113b01fff +libffmpeg.dylib (0) <CAC610C5-D9E1-321E-A96A-1E8A50C65BAE> /Users/USER/*/Code - OSS.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libffmpeg.dylib 0x113e51000 - 0x113e6cfff +com.github.Squirrel (1.0 - 1) <E4398068-33D3-3A00-9DBE-5ACC9B022501> /Users/USER/*/Code - OSS.app/Contents/Frameworks/Squirrel.framework/Versions/A/Squirrel 0x113e8e000 - 0x113ef1fff +org.reactivecocoa.ReactiveCocoa (1.0 - 1) <701B20DE-3ADD-3643-B52A-E05744C30DB3> /Users/USER/*/Code - OSS.app/Contents/Frameworks/ReactiveCocoa.framework/Versions/A/ReactiveCocoa 0x113f63000 - 0x113f77fff +org.mantle.Mantle (1.0 - ???) <31915DD6-48E6-3706-A076-C9D4CE17F4F6> /Users/USER/*/Code - OSS.app/Contents/Frameworks/Mantle.framework/Versions/A/Mantle 0x116c72000 - 0x116d0dfff dyld (832.7.1) <2705F0D8-C104-3DE9-BEB5-B1EF6E28656D> /usr/lib/dyld 0x7fff2004a000 - 0x7fff2004bfff libsystem_blocks.dylib (78) <83E2F888-F4C1-3181-B21B-136A0D7293DD> /usr/lib/system/libsystem_blocks.dylib 0x7fff2004c000 - 0x7fff20081fff libxpc.dylib (2038.40.38) <DC50F7DD-1C4B-3BD2-A54D-C5D7D97A3718> /usr/lib/system/libxpc.dylib 0x7fff20082000 - 0x7fff20099fff libsystem_trace.dylib (1277.50.1) <94196441-5456-342D-84D1-C60A9249D273> /usr/lib/system/libsystem_trace.dylib 0x7fff2009a000 - 0x7fff20135fff libcorecrypto.dylib (1000.40.21) <2FA5C1BD-F41C-3FCF-B1FA-7BED6E19ABEE> /usr/lib/system/libcorecrypto.dylib 0x7fff20136000 - 0x7fff20162fff libsystem_malloc.dylib (317.40.8) <3688DBCE-2FFD-3F98-B12B-69ABE231908D> /usr/lib/system/libsystem_malloc.dylib 0x7fff20163000 - 0x7fff201a7fff libdispatch.dylib (1271.40.12) <C55547DC-A05B-34A1-BD41-D54948D8F57F> /usr/lib/system/libdispatch.dylib 0x7fff201a8000 - 0x7fff201e0fff libobjc.A.dylib (818.2) <DD09F187-80F1-308F-9395-912F27E9A390> /usr/lib/libobjc.A.dylib 0x7fff201e1000 - 0x7fff201e3fff libsystem_featureflags.dylib (28.40.2) <3E1E8F98-E791-301D-909F-4CA205C94D1A> /usr/lib/system/libsystem_featureflags.dylib 0x7fff201e4000 - 0x7fff2026cfff libsystem_c.dylib (1439.40.11) <8D791F3A-4848-302F-88CD-46D91DE73127> /usr/lib/system/libsystem_c.dylib 0x7fff2026d000 - 0x7fff202c2fff libc++.1.dylib (904.4) <E7F465AC-C8FF-31DB-8EC4-7EBBA7468EB5> /usr/lib/libc++.1.dylib 0x7fff202c3000 - 0x7fff202dbfff libc++abi.dylib (904.4) <253848B5-ED35-3202-8593-5DCC763A8192> /usr/lib/libc++abi.dylib 0x7fff202dc000 - 0x7fff2030afff libsystem_kernel.dylib (7195.50.7) <41068F5C-74E3-3C98-9256-6A18364FB5BA> /usr/lib/system/libsystem_kernel.dylib 0x7fff2030b000 - 0x7fff20316fff libsystem_pthread.dylib (454.40.3) <78072EC6-2257-361A-AAF5-4A3C1832B5EB> /usr/lib/system/libsystem_pthread.dylib 0x7fff20317000 - 0x7fff20351fff libdyld.dylib (832.7.1) <0C66AB9F-E22C-3286-B76B-DA4008698CD2> /usr/lib/system/libdyld.dylib 0x7fff20352000 - 0x7fff2035bfff libsystem_platform.dylib (254.40.4) <6C05D209-129A-373A-A90D-CC27AB18C091> /usr/lib/system/libsystem_platform.dylib 0x7fff2035c000 - 0x7fff20387fff libsystem_info.dylib (542.40.3) <90DDEF9D-9DBA-3599-A9DD-A7F730AE945F> /usr/lib/system/libsystem_info.dylib 0x7fff20388000 - 0x7fff20823fff com.apple.CoreFoundation (6.9 - 1770.106) <7EBD4941-5978-33EF-98FB-724BB81E92C8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff20824000 - 0x7fff20a52fff com.apple.LaunchServices (1122.5.1 - 1122.5.1) <E26F607E-C523-3753-95FC-7A75130632FE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff20a53000 - 0x7fff20b26fff com.apple.gpusw.MetalTools (1.0 - 1) <0CC81516-4858-3463-A2D8-8FCA414B63FD> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x7fff20b27000 - 0x7fff20d8afff libBLAS.dylib (1336.40.1) <903B0DDC-4B74-3305-B81D-8E66D6AFAD04> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff20d8b000 - 0x7fff20dd8fff com.apple.Lexicon-framework (1.0 - 86.1) <A6282972-785B-3AC4-84A5-6780315011F1> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x7fff20dd9000 - 0x7fff20e47fff libSparse.dylib (106) <D2BC7FE6-7801-3C3B-B8AC-A1F152F92D12> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x7fff20e48000 - 0x7fff20ec4fff com.apple.SystemConfiguration (1.20 - 1.20) <660AA1E5-A70A-3FC1-9462-570FBBC76125> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff20ec5000 - 0x7fff20efafff libCRFSuite.dylib (50) <6873F563-F0FB-32C5-A47A-D97A4931FEA8> /usr/lib/libCRFSuite.dylib 0x7fff20efb000 - 0x7fff21131fff libmecabra.dylib (929) <CF4538C2-3F4A-360C-B6D9-DEBBA67CD5F0> /usr/lib/libmecabra.dylib 0x7fff21132000 - 0x7fff21495fff com.apple.Foundation (6.9 - 1770.106) <87138770-ED31-393C-B462-4DAF1A0A52D7> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff21496000 - 0x7fff21582fff com.apple.LanguageModeling (1.0 - 247) <83FC0636-F2C6-33F1-A873-E3D5A07A9BA4> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff21583000 - 0x7fff216b9fff com.apple.CoreDisplay (229.1 - 229.1) <AA59D0CD-E87F-3C7A-AD83-6EC5D4E67DD5> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff216ba000 - 0x7fff2192ffff com.apple.audio.AudioToolboxCore (1.0 - 1180.19.2) <B7A2D61A-1494-31D8-B8BD-E4D99F512F2A> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore 0x7fff21930000 - 0x7fff21b19fff com.apple.CoreText (677.1.0.7 - 677.1.0.7) <ACB75DE7-96D0-379E-8E94-B7DF51A694B9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff21b1a000 - 0x7fff221bdfff com.apple.audio.CoreAudio (5.0 - 5.0) <6A945D2C-386F-375C-8343-845012AAA414> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff221be000 - 0x7fff2250dfff com.apple.security (7.0 - 59754.41.1) <93F55E6B-0EB7-3E06-A742-CEBE33A01DCE> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff2250e000 - 0x7fff2276ffff libicucore.A.dylib (66108) <D5A29DA5-5693-38EA-B09B-5D7160B26339> /usr/lib/libicucore.A.dylib 0x7fff22770000 - 0x7fff22779fff libsystem_darwin.dylib (1439.40.11) <3BD9046F-FAED-3FD9-8191-49A4618555A3> /usr/lib/system/libsystem_darwin.dylib 0x7fff2277a000 - 0x7fff22a61fff com.apple.CoreServices.CarbonCore (1307 - 1307) <F20CD75D-F81D-36F3-90AE-7C2F26E01DA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff22a62000 - 0x7fff22aa0fff com.apple.CoreServicesInternal (476 - 476) <E861339B-F001-3BBC-96C7-916E41B0F238> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff22aa1000 - 0x7fff22adbfff com.apple.CSStore (1122.5.1 - 1122.5.1) <74069AC7-3AA9-3953-A036-425105377BFF> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore 0x7fff22adc000 - 0x7fff22b89fff com.apple.framework.IOKit (2.0.2 - 1845.50.1) <18A1F263-4AE2-3F9B-A38F-50BEB00B43D1> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff22b8a000 - 0x7fff22b95fff libsystem_notify.dylib (279.40.4) <73D358B2-6C2D-33DF-975C-BE9EE5F45A0F> /usr/lib/system/libsystem_notify.dylib 0x7fff22b96000 - 0x7fff22be1fff libsandbox.1.dylib (1441.40.38) <C3EE1BD6-3A84-3997-A6F1-B8CA56747A87> /usr/lib/libsandbox.1.dylib 0x7fff22be2000 - 0x7fff2393efff com.apple.AppKit (6.9 - 2022.10.104) <FA93F8CC-AB69-3E81-AC53-3FA08704738C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff2393f000 - 0x7fff23b92fff com.apple.UIFoundation (1.0 - 725) <7F8DC3AA-296B-37DE-AF30-40F2653452C1> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff23b93000 - 0x7fff23ba5fff com.apple.UniformTypeIdentifiers (631.8 - 631.8) <071D25FB-2014-3066-9B85-6FE5CCC0B6AC> /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers 0x7fff23ba6000 - 0x7fff23d30fff com.apple.desktopservices (1.16 - 1346.1.2) <A32717C6-9203-365E-8999-2E0E846B59F5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff23d44000 - 0x7fff23f41fff com.apple.CoreDuet (1.0 - 1) <AAE58ED5-6581-3D47-A7BB-F3BAF9770BD0> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 0x7fff23ffd000 - 0x7fff24640fff libnetwork.dylib (2288.40.53) <CEC9E75A-51F6-3675-9EA5-007C3DB82A7B> /usr/lib/libnetwork.dylib 0x7fff24641000 - 0x7fff24adefff com.apple.CFNetwork (1207.2 - 1207.2) <B3968D35-EAF0-3661-8F93-3255128411B6> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff24adf000 - 0x7fff24aedfff libsystem_networkextension.dylib (1295.40.29) <84A5011E-1511-30C7-86D8-514CFA59EF42> /usr/lib/system/libsystem_networkextension.dylib 0x7fff24aee000 - 0x7fff24aeefff libenergytrace.dylib (22) <3646415C-FA89-30B2-84C4-3FDB868DF6F6> /usr/lib/libenergytrace.dylib 0x7fff24aef000 - 0x7fff24b4afff libMobileGestalt.dylib (978.40.29) <BC657BA3-6A59-35EF-8E90-26D431477F74> /usr/lib/libMobileGestalt.dylib 0x7fff24b4b000 - 0x7fff24b61fff libsystem_asl.dylib (385) <EB8BA94D-1B45-322E-9D26-272872423807> /usr/lib/system/libsystem_asl.dylib 0x7fff24b62000 - 0x7fff24b79fff com.apple.TCC (1.0 - 1) <A3F5F853-54FC-3E67-9F8B-3605B1063D6F> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff24b7a000 - 0x7fff24ed8fff com.apple.SkyLight (1.600.0 - 564) <8C9746D1-E3E5-346F-AA56-6EFCDC13DBA4> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fff24ed9000 - 0x7fff2556cfff com.apple.CoreGraphics (2.0 - 1463) <C5688C95-BE5D-3278-B1CD-F0A02DF8BDEC> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff2556d000 - 0x7fff25663fff com.apple.ColorSync (4.13.0 - 3472) <37533610-6D35-304E-8D76-945DA4E524AB> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff25664000 - 0x7fff256bffff com.apple.HIServices (1.22 - 712) <8B336535-DBFD-3B34-8099-FF2DEE52BE7F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff257b2000 - 0x7fff25976fff com.apple.Montreal (1.0 - 142) <ECD2893C-247B-3D13-A8DA-BB03CE5B6D6D> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal 0x7fff25a6b000 - 0x7fff25e88fff com.apple.CoreData (120 - 1044.1) <57B11511-9A86-3373-8A84-C1AEBC304131> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff25e89000 - 0x7fff25e9ffff com.apple.ProtocolBuffer (1 - 285.20.8.8.1) <7B0CA279-FD76-32D3-9A8B-ABA6AA799C30> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff25ea0000 - 0x7fff2605ffff libsqlite3.dylib (321.1) <821CC6A3-785F-3EE7-ADFA-9231367F8E09> /usr/lib/libsqlite3.dylib 0x7fff26060000 - 0x7fff260dcfff com.apple.Accounts (113 - 113) <71C2E841-B020-3116-B883-418F84E2343B> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x7fff260dd000 - 0x7fff260f5fff com.apple.commonutilities (8.0 - 900) <8290C811-7A21-3492-B1BC-67FDF0E1BC3A> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities 0x7fff260f6000 - 0x7fff26177fff com.apple.BaseBoard (526 - 526) <E401B7D4-F695-3F7C-87E2-D553189CA550> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard 0x7fff26178000 - 0x7fff261c3fff com.apple.RunningBoardServices (1.0 - 505.40.18) <26B2DD3C-EF2D-3FD6-9653-D4F857930917> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices 0x7fff261c4000 - 0x7fff26239fff com.apple.AE (918 - 918) <9A914CB1-A413-352B-95BA-D639D66DC591> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff2623a000 - 0x7fff26240fff libdns_services.dylib (1310.40.42) <5D270035-0D34-3E64-9BA3-8F302E2D767C> /usr/lib/libdns_services.dylib 0x7fff26241000 - 0x7fff26248fff libsystem_symptoms.dylib (1431.40.36) <81345ED1-342F-347F-B979-39846E607C8C> /usr/lib/system/libsystem_symptoms.dylib 0x7fff26249000 - 0x7fff263cdfff com.apple.Network (1.0 - 1) <91834A81-98F8-36D6-B6DA-D024ED6ECFC7> /System/Library/Frameworks/Network.framework/Versions/A/Network 0x7fff263ce000 - 0x7fff263f2fff com.apple.analyticsd (1.0 - 1) <C34AD81D-9BD0-3295-BBC5-39D762835717> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics 0x7fff263f3000 - 0x7fff263f5fff libDiagnosticMessagesClient.dylib (112) <BA70052F-9547-368E-A643-ACF46CA53A3F> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff263f6000 - 0x7fff26442fff com.apple.spotlight.metadata.utilities (1.0 - 2149.9) <732E84A3-6D75-3C92-8C0A-028547EDDF4D> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities 0x7fff26443000 - 0x7fff264ddfff com.apple.Metadata (10.7.0 - 2149.9) <19EA1487-2CDE-36C6-8EC1-537E33FB8874> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff264de000 - 0x7fff264e4fff com.apple.DiskArbitration (2.7 - 2.7) <2E613BB2-B956-3668-9B33-1464DBC83611> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff264e5000 - 0x7fff26b8bfff com.apple.vImage (8.1 - 543) <9CFD36A4-7508-31EB-8B78-E5572F5C5426> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff26b8c000 - 0x7fff26e4efff com.apple.QuartzCore (1.11 - 924.8.3) <5AB4670A-3630-3C4B-B3D5-6A55A09063FC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff26e4f000 - 0x7fff26e90fff libFontRegistry.dylib (309) <A9D64BDE-020F-35E6-8EE7-E5FCF748AEDB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff26e91000 - 0x7fff26fd2fff com.apple.coreui (2.1 - 688.1) <41699554-ABC8-3431-A4E1-026EAD281148> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff26fd3000 - 0x7fff270befff com.apple.ViewBridge (550 - 550) <54AE4058-B1B7-3260-BF7F-27EB494505EC> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff270bf000 - 0x7fff270cafff com.apple.PerformanceAnalysis (1.275 - 275) <07995E93-BF12-3B63-B33C-9D8941CF43B3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff270cb000 - 0x7fff270dafff com.apple.OpenDirectory (11.0 - 230.40.1) <F1AC2921-D026-3048-909D-B623F6AAFC94> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff270db000 - 0x7fff270fafff com.apple.CFOpenDirectory (11.0 - 230.40.1) <030D197F-1B82-3E26-AD80-C7621EF6656C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff270fb000 - 0x7fff27103fff com.apple.CoreServices.FSEvents (1290.40.2 - 1290.40.2) <EE985F8A-608D-3A9E-8DDE-C8F635DC69CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff27104000 - 0x7fff27128fff com.apple.coreservices.SharedFileList (143 - 143) <CCD817BF-99F0-34A3-A619-8F47A1F83CC8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff27129000 - 0x7fff2712bfff libapp_launch_measurement.dylib (14.1) <7698D7E2-ECE9-3551-AD03-381DF65EE388> /usr/lib/libapp_launch_measurement.dylib 0x7fff2712c000 - 0x7fff27174fff com.apple.CoreAutoLayout (1.0 - 21.10.1) <14614F40-5A4F-31C0-90DC-B1FB3D8ECE66> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout 0x7fff27175000 - 0x7fff27257fff libxml2.2.dylib (34.8) <667639AF-E0DB-3BFD-B641-5D0BFBCBF6A3> /usr/lib/libxml2.2.dylib 0x7fff27258000 - 0x7fff272a4fff com.apple.CoreVideo (1.8 - 408.4) <652F979C-432A-304C-964C-6AE3231398F3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff272a5000 - 0x7fff272a7fff com.apple.loginsupport (1.0 - 1) <F748E027-FC2A-3492-BBBB-3ED232B2BD1A> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff272a8000 - 0x7fff272d0fff com.apple.aps.framework (4.0 - 4.0) <B34512B2-7172-380A-973E-83DAE3D4DE96> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff272d1000 - 0x7fff272eefff com.apple.UserManagement (1.0 - 1) <3677EF4B-F11A-3485-9DB5-D6251E690B77> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement 0x7fff272ef000 - 0x7fff2748efff com.apple.cloudkit.CloudKit (962 - 962) <2143260C-E7B8-304A-A476-6E54D2BD109D> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x7fff27512000 - 0x7fff278b7fff com.apple.CoreML (1.0 - 1) <C65013D1-8CDF-3959-AF77-63463F89B425> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML 0x7fff2820b000 - 0x7fff28287fff com.apple.corelocation (2420.8.10.3.1 - 2420.8.10.3.1) <FC02CA2B-8F8B-3D5F-8BC5-129F14F83231> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7fff28288000 - 0x7fff28298fff libsystem_containermanager.dylib (318.41.1) <BF178091-2151-3462-AB4F-A2E111650BA2> /usr/lib/system/libsystem_containermanager.dylib 0x7fff28299000 - 0x7fff282aafff com.apple.IOSurface (289.3 - 289.3) <457DD2AD-E48D-3BD3-9549-9CD9CA6B4F51> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff282ab000 - 0x7fff282b7fff com.apple.IOAccelerator (439.35.4 - 439.35.4) <1FC8B98E-D5A3-3C7B-919B-D187D7A6F76B> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff282b8000 - 0x7fff283ddfff com.apple.Metal (244.32.6 - 244.32.6) <6BB79960-68EA-3CB9-89D9-E8A11B8C9491> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff283de000 - 0x7fff283fafff com.apple.audio.caulk (1.0 - 70) <DCBC8033-421D-39D1-938A-BDDFF9998179> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk 0x7fff283fb000 - 0x7fff284e5fff com.apple.CoreMedia (1.0 - 2757.5) <B547DA4C-81F0-3793-BCDC-4F454674CBC0> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff284e6000 - 0x7fff28642fff libFontParser.dylib (305.1.0.5) <A233E765-948B-3954-99C2-A9122040E41B> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x7fff28643000 - 0x7fff28942fff com.apple.HIToolbox (2.1.1 - 1060.0.1) <97A715C9-6C47-388D-8801-A44FB84E5C4D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff28943000 - 0x7fff28956fff com.apple.framework.DFRFoundation (1.0 - 264) <C38F9EBB-14D6-354F-8C25-0FB09B110384> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fff28957000 - 0x7fff2895afff com.apple.dt.XCTTargetBootstrap (1.0 - 17500) <71F236E8-7169-3A4B-A1CA-94D7F967971D> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap 0x7fff2895b000 - 0x7fff28984fff com.apple.CoreSVG (1.0 - 149) <B105E089-D8AE-3BEF-BE0B-409009959692> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG 0x7fff28985000 - 0x7fff28bbefff com.apple.ImageIO (3.3.0 - 2130.1.2) <E6C736F9-05FF-313E-9707-EBE4EB81BF03> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff28bbf000 - 0x7fff28f3afff com.apple.CoreImage (15.0.0 - 1110.11) <AA028F01-5695-36EA-85EE-EB39CF889102> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff28f3b000 - 0x7fff28f96fff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <A929F704-8938-3F9F-8B35-9ABDA03F4D37> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x7fff28f97000 - 0x7fff28f9afff libsystem_configuration.dylib (1109.40.9) <EA408233-7EA5-33B5-B099-E9609DD3A0FF> /usr/lib/system/libsystem_configuration.dylib 0x7fff28f9b000 - 0x7fff28f9ffff libsystem_sandbox.dylib (1441.40.38) <349F71A1-4C7C-3AE0-8A1B-B95CCBB2327F> /usr/lib/system/libsystem_sandbox.dylib 0x7fff28fa0000 - 0x7fff28fa1fff com.apple.AggregateDictionary (1.0 - 1) <59A5FE13-BE12-3393-BC0F-40007817F8D7> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary 0x7fff28fa2000 - 0x7fff28fa5fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <4CE6C43E-92B6-3933-BEE1-079336A0D6A1> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff28fa6000 - 0x7fff28fa7fff liblangid.dylib (136) <EB65D90D-45E3-326D-9F1E-3E9E068E64C5> /usr/lib/liblangid.dylib 0x7fff28fa8000 - 0x7fff29048fff com.apple.CoreNLP (1.0 - 245) <AC95402C-105B-3830-8A5B-DA9BCE1AB68B> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x7fff29049000 - 0x7fff2904ffff com.apple.LinguisticData (1.0 - 399) <5C2C56E5-6298-32D3-B374-362D7C7F4A85> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x7fff29050000 - 0x7fff2970cfff libBNNS.dylib (288.40.19) <C5CF6455-A81A-3B09-94F2-C8F7307E5A58> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff2970d000 - 0x7fff298e0fff libvDSP.dylib (760.40.6) <CA559095-DE79-3932-B718-7EFE7770CDF4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff298e1000 - 0x7fff298f3fff com.apple.CoreEmoji (1.0 - 128) <7F9AAA77-3D73-3164-8961-F0BFE55D7AE8> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff298f4000 - 0x7fff298fefff com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <94F7D4E1-88DF-3445-90EF-A0EBC9AF7961> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer 0x7fff298ff000 - 0x7fff299d1fff com.apple.framework.CoreWLAN (16.0 - 1657) <F8A977ED-F434-33CD-8039-5679152B7971> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff299d2000 - 0x7fff29bd1fff com.apple.CoreUtils (6.4 - 640.15) <D53B6F40-B920-3A30-A216-440FD2B7AF24> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff29bd2000 - 0x7fff29bf4fff com.apple.MobileKeyBag (2.0 - 1.0) <841C6DAF-1AF1-304E-9EBD-49FC945B235A> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x7fff29bf5000 - 0x7fff29c05fff com.apple.AssertionServices (1.0 - 505.40.18) <12D5EA20-2B9C-3C83-A132-70F77B172775> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices 0x7fff29c06000 - 0x7fff29c92fff com.apple.securityfoundation (6.0 - 55240.40.4) <AC9A369B-6E9B-3267-B56E-2746853615A0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff29c93000 - 0x7fff29c9cfff com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <A59DD866-92E0-3B0E-AE10-36E86878132C> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x7fff29c9d000 - 0x7fff29ca1fff com.apple.xpc.ServiceManagement (1.0 - 1) <D522DFA0-C2D9-31EC-BC6F-8B034DACA54D> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff29ca2000 - 0x7fff29ca4fff libquarantine.dylib (119.40.2) <3DD7F9EE-9B9A-3896-A8CC-4D5BE49385AE> /usr/lib/system/libquarantine.dylib 0x7fff29ca5000 - 0x7fff29cb0fff libCheckFix.dylib (31) <E66C5541-5A04-3295-BE25-CC251EC627AE> /usr/lib/libCheckFix.dylib 0x7fff29cb1000 - 0x7fff29cc8fff libcoretls.dylib (169) <32CA60AD-6EEF-335D-8FB0-A2695D455939> /usr/lib/libcoretls.dylib 0x7fff29cc9000 - 0x7fff29cd9fff libbsm.0.dylib (68.40.1) <7530532D-8655-34D7-8C1A-273E196A0DE4> /usr/lib/libbsm.0.dylib 0x7fff29cda000 - 0x7fff29d23fff libmecab.dylib (929) <533290ED-7500-37B4-9212-D9BA773228F8> /usr/lib/libmecab.dylib 0x7fff29d24000 - 0x7fff29d29fff libgermantok.dylib (24) <14D82EB1-0212-3E80-90F5-842233FFA740> /usr/lib/libgermantok.dylib 0x7fff29d2a000 - 0x7fff29d3ffff libLinearAlgebra.dylib (1336.40.1) <CF200364-E4AF-36A8-AB57-1ADFB6BF28B5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff29d40000 - 0x7fff29f67fff com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <C08BA44C-9764-363E-A35C-B21AEEFA424B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x7fff29f68000 - 0x7fff29fb7fff com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <E7D2B0C7-FAE3-398A-B949-70A0F6CDAD75> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector 0x7fff29fb8000 - 0x7fff2a0fefff com.apple.MLCompute (1.0 - 1) <0621E469-4210-3C45-AC4E-023B25E0D1CE> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute 0x7fff2a0ff000 - 0x7fff2a135fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <328CA407-7A75-3FE6-9AC1-0D6CE0FF2B0A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x7fff2a136000 - 0x7fff2a173fff com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <0CE771E3-E262-3BFC-BF02-888D7EBB0FE3> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray 0x7fff2a174000 - 0x7fff2a204fff com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <4130FBE4-C36C-3E1D-BB0B-63D1A64B28E2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x7fff2a205000 - 0x7fff2a214fff com.apple.AppleFSCompression (125 - 1.0) <5BE26EB2-6012-33E5-AF38-D8C5F4DF64CA> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff2a215000 - 0x7fff2a222fff libbz2.1.0.dylib (44) <F171593B-230C-390E-8EF7-D0659D2F6B54> /usr/lib/libbz2.1.0.dylib 0x7fff2a223000 - 0x7fff2a227fff libsystem_coreservices.dylib (127) <670DDFEB-8100-3C51-BC96-76BD46A21DF6> /usr/lib/system/libsystem_coreservices.dylib 0x7fff2a228000 - 0x7fff2a255fff com.apple.CoreServices.OSServices (1122.5.1 - 1122.5.1) <4F03F324-1072-38B8-8BC5-837601C2DBA9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff2a256000 - 0x7fff2a387fff com.apple.AuthKit (1.0 - 1) <50C7FC9C-283A-3BB0-8D30-BC39975A2318> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 0x7fff2a388000 - 0x7fff2a3b8fff com.apple.UserNotifications (1.0 - 348.1) <4693DEF9-AD6E-3D77-9B54-BF94E6CEC710> /System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications 0x7fff2a42b000 - 0x7fff2a43dfff libz.1.dylib (76) <0AF4F195-1F20-3F59-B09F-31E7249890D5> /usr/lib/libz.1.dylib 0x7fff2a43e000 - 0x7fff2a485fff libsystem_m.dylib (3186.40.2) <0276200D-C6F2-3E79-AFDC-E4D7F60A7837> /usr/lib/system/libsystem_m.dylib 0x7fff2a486000 - 0x7fff2a486fff libcharset.1.dylib (59) <56962263-B7B8-3B84-9C2F-F493D9D2630A> /usr/lib/libcharset.1.dylib 0x7fff2a487000 - 0x7fff2a48cfff libmacho.dylib (973.4) <F2E3F7A6-B15A-30ED-A6AD-4EFEC37CF3E7> /usr/lib/system/libmacho.dylib 0x7fff2a48d000 - 0x7fff2a4a8fff libkxld.dylib (7195.50.7) <6FFE0801-7BDA-34EE-89E9-EAEC21A7394C> /usr/lib/system/libkxld.dylib 0x7fff2a4a9000 - 0x7fff2a4b4fff libcommonCrypto.dylib (60178.40.2) <66E10FDF-896D-35F4-B9A8-8EE9400AC23A> /usr/lib/system/libcommonCrypto.dylib 0x7fff2a4b5000 - 0x7fff2a4bffff libunwind.dylib (200.10) <BD13DE19-15F8-3982-ACCB-CD8C036D5D2B> /usr/lib/system/libunwind.dylib 0x7fff2a4c0000 - 0x7fff2a4c7fff liboah.dylib (203.1.3) <5EC28751-3BE8-3BB7-9DBE-305225CBD41B> /usr/lib/liboah.dylib 0x7fff2a4c8000 - 0x7fff2a4d2fff libcopyfile.dylib (173.40.2) <17A9CD2E-0527-3FF7-9CFA-57B30133DFB5> /usr/lib/system/libcopyfile.dylib 0x7fff2a4d3000 - 0x7fff2a4dafff libcompiler_rt.dylib (102.2) <FE958653-7FEC-3ADD-9AC0-A386E47208CF> /usr/lib/system/libcompiler_rt.dylib 0x7fff2a4db000 - 0x7fff2a4ddfff libsystem_collections.dylib (1439.40.11) <31C10DA5-F9B8-36E4-B859-8F6B845FF65D> /usr/lib/system/libsystem_collections.dylib 0x7fff2a4de000 - 0x7fff2a4e0fff libsystem_secinit.dylib (87.40.10) <BB2A70F5-BECC-34BD-90FE-14D31C5FD80D> /usr/lib/system/libsystem_secinit.dylib 0x7fff2a4e1000 - 0x7fff2a4e3fff libremovefile.dylib (49.40.3) <24CE2291-AEB3-30C9-94E8-535AA6E9C6F2> /usr/lib/system/libremovefile.dylib 0x7fff2a4e4000 - 0x7fff2a4e4fff libkeymgr.dylib (31) <B47F66C0-27F4-3B77-BAA0-85E895A7421D> /usr/lib/system/libkeymgr.dylib 0x7fff2a4e5000 - 0x7fff2a4ecfff libsystem_dnssd.dylib (1310.40.42) <F54EC6FB-DEC3-3DA8-A749-4892F50D1F08> /usr/lib/system/libsystem_dnssd.dylib 0x7fff2a4ed000 - 0x7fff2a4f2fff libcache.dylib (83) <C83C4423-D12A-32A0-875D-81450DF40F42> /usr/lib/system/libcache.dylib 0x7fff2a4f3000 - 0x7fff2a4f4fff libSystem.B.dylib (1292.50.1) <14E3BB7B-B95F-3700-8D12-B9B2012C0AF8> /usr/lib/libSystem.B.dylib 0x7fff2a4f5000 - 0x7fff2a4f8fff libfakelink.dylib (3) <6E8ABD0B-6BC7-3E2C-B36B-2A7DA4ED0804> /usr/lib/libfakelink.dylib 0x7fff2a4f9000 - 0x7fff2a4f9fff com.apple.SoftLinking (1.0 - 1) <23011830-946E-312B-A4BA-1725568F5E76> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking 0x7fff2a4fa000 - 0x7fff2a531fff libpcap.A.dylib (98.40.1) <F2D9427C-C7D7-35F9-8A65-AE2C76D73E4B> /usr/lib/libpcap.A.dylib 0x7fff2a532000 - 0x7fff2a622fff libiconv.2.dylib (59) <BFC929D5-6E2C-3A49-9760-870BC89FC558> /usr/lib/libiconv.2.dylib 0x7fff2a623000 - 0x7fff2a634fff libcmph.dylib (8) <ABEA25CF-8895-31DA-B884-F4012007E7E9> /usr/lib/libcmph.dylib 0x7fff2a635000 - 0x7fff2a6a6fff libarchive.2.dylib (83.40.4) <54E0F2AE-C7F5-34A6-8B09-82FED0643886> /usr/lib/libarchive.2.dylib 0x7fff2a6a7000 - 0x7fff2a70efff com.apple.SearchKit (1.4.1 - 1.4.1) <E51D4AB5-0576-3392-B45F-E9CA02D22ED5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff2a70f000 - 0x7fff2a710fff libThaiTokenizer.dylib (3) <41BFE684-D7B8-3DBB-A3F6-E25DB819E86A> /usr/lib/libThaiTokenizer.dylib 0x7fff2a711000 - 0x7fff2a738fff com.apple.applesauce (1.0 - 16.26) <0AFF7A71-EE52-36E6-82B5-459459D99D68> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x7fff2a739000 - 0x7fff2a750fff libapple_nghttp2.dylib (1.41) <94E600F0-740B-308D-9475-8720FFB1923E> /usr/lib/libapple_nghttp2.dylib 0x7fff2a751000 - 0x7fff2a763fff libSparseBLAS.dylib (1336.40.1) <7A917514-DD2C-3A97-A29B-F41BDCA18852> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff2a764000 - 0x7fff2a765fff com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <CC090B4C-48B8-3DE1-84FA-807642C38DF9> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff2a766000 - 0x7fff2a76afff libpam.2.dylib (28.40.1) <4C7D4B94-5CBA-3480-9BA0-D52B5C675D2A> /usr/lib/libpam.2.dylib 0x7fff2a76b000 - 0x7fff2a783fff libcompression.dylib (96.40.6) <C84DBB3A-EDEB-3871-BB2F-AB682A0653F8> /usr/lib/libcompression.dylib 0x7fff2a784000 - 0x7fff2a789fff libQuadrature.dylib (7) <C13CA095-EE2D-3C50-98E5-A3570323776F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff2a78a000 - 0x7fff2ab26fff libLAPACK.dylib (1336.40.1) <5A406319-C3A7-3D73-93C2-9968ACC81241> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff2ab27000 - 0x7fff2ab75fff com.apple.DictionaryServices (1.2 - 341) <CBFBB0CC-093A-39AC-99E3-C032029AC7C3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff2ab76000 - 0x7fff2ab8efff liblzma.5.dylib (16) <7AEA0ACB-B03C-323B-AD4F-C5BD0584D780> /usr/lib/liblzma.5.dylib 0x7fff2ab8f000 - 0x7fff2ab90fff libcoretls_cfhelpers.dylib (169) <86671710-F263-3ED2-8B7D-0052264682CF> /usr/lib/libcoretls_cfhelpers.dylib 0x7fff2ab91000 - 0x7fff2ac8bfff com.apple.APFS (1677.50.1 - 1677.50.1) <CBABD7ED-84C7-3F72-80EB-5F8AED435566> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x7fff2ac8c000 - 0x7fff2ac99fff libxar.1.dylib (452) <8999C952-D05A-3BFA-A673-1EB0B27EBB73> /usr/lib/libxar.1.dylib 0x7fff2ac9a000 - 0x7fff2ac9dfff libutil.dylib (58.40.2) <ECE0C079-2434-3B7E-89EE-B2E538E7BBAD> /usr/lib/libutil.dylib 0x7fff2ac9e000 - 0x7fff2acc6fff libxslt.1.dylib (17.2) <7C79FCBB-B6B4-33A4-BD4B-34D674C2866F> /usr/lib/libxslt.1.dylib 0x7fff2acc7000 - 0x7fff2acd1fff libChineseTokenizer.dylib (37) <F2ECD480-D020-3141-A3B0-D32C8EDA159F> /usr/lib/libChineseTokenizer.dylib 0x7fff2acd2000 - 0x7fff2ad90fff libvMisc.dylib (760.40.6) <3CA6964F-742A-33C1-90BB-C8B2D1BF0A4D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff2ad91000 - 0x7fff2ae29fff libate.dylib (3.0.4) <7D10CB14-3612-31A3-82F2-232602CA4E86> /usr/lib/libate.dylib 0x7fff2ae2a000 - 0x7fff2ae31fff libIOReport.dylib (64) <AD8D1B4C-F575-316A-9B59-D24C7C15775E> /usr/lib/libIOReport.dylib 0x7fff2ae32000 - 0x7fff2ae60fff com.apple.CrashReporterSupport (10.13 - 15045.1) <2BF44063-CC0D-3CF0-807A-F70E0487E079> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff2ae78000 - 0x7fff2aef8fff com.apple.CVNLP (1.0 - 119) <80D2033C-7F61-3564-A637-C7308BDFB331> /System/Library/PrivateFrameworks/CVNLP.framework/Versions/A/CVNLP 0x7fff2af17000 - 0x7fff2af4bfff com.apple.pluginkit.framework (1.0 - 1) <12287ADD-AA1C-394E-B984-1F25DE23490B> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit 0x7fff2af4c000 - 0x7fff2af53fff libMatch.1.dylib (38) <93E36D5B-9452-3D8E-BC00-DF3E29E9573F> /usr/lib/libMatch.1.dylib 0x7fff2af54000 - 0x7fff2afdffff libCoreStorage.dylib (554) <7918C52C-BD4A-3661-9735-E7C6B907D48E> /usr/lib/libCoreStorage.dylib 0x7fff2afe0000 - 0x7fff2b033fff com.apple.AppleVAFramework (6.1.3 - 6.1.3) <5F9D3C05-FBF9-345D-B49F-95ED20451F0E> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff2b034000 - 0x7fff2b04dfff libexpat.1.dylib (26) <AE175A8E-4D38-3080-A0A8-201ACBE332DE> /usr/lib/libexpat.1.dylib 0x7fff2b04e000 - 0x7fff2b057fff libheimdal-asn1.dylib (597.40.10) <1316D27D-F0EA-34C6-A347-BEE21CB6AFA6> /usr/lib/libheimdal-asn1.dylib 0x7fff2b058000 - 0x7fff2b06cfff com.apple.IconFoundation (479.2 - 479.2) <80665902-A372-3C2A-A5EB-25CEDDA30A66> /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation 0x7fff2b06d000 - 0x7fff2b0dafff com.apple.IconServices (479.2 - 479.2) <3E085586-2251-350B-84CE-4CFE7873F9A0> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff2b0db000 - 0x7fff2b178fff com.apple.MediaExperience (1.0 - 1) <86D052FE-4200-311A-B53D-3C6EF5240A69> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience 0x7fff2b179000 - 0x7fff2b1a2fff com.apple.persistentconnection (1.0 - 1.0) <EA6A7841-EC57-39FC-9F2A-11752F6A972C> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection 0x7fff2b1a3000 - 0x7fff2b1b1fff com.apple.GraphVisualizer (1.0 - 100.1) <B9A37FA5-AB1B-3645-9F36-50C48732692D> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x7fff2b1b2000 - 0x7fff2b5cdfff com.apple.vision.FaceCore (4.3.2 - 4.3.2) <54C42FE9-18BE-3284-A0F5-24F8BD8EE6AE> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff2b5ce000 - 0x7fff2b618fff com.apple.OTSVG (1.0 - 677.1.0.7) <918A1463-4534-3D72-A06E-0531915C4F37> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG 0x7fff2b619000 - 0x7fff2b61ffff com.apple.xpc.AppServerSupport (1.0 - 2038.40.38) <A437306B-6D63-308B-AC69-468F1A70C8A6> /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport 0x7fff2b620000 - 0x7fff2b631fff libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <D4873860-7D4B-3ACC-8940-2B0956DFB41B> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x7fff2b632000 - 0x7fff2b634fff libspindump.dylib (295) <5B9254B7-7BAB-308E-9182-ECA60A0BA09A> /usr/lib/libspindump.dylib 0x7fff2b635000 - 0x7fff2b6f5fff com.apple.Heimdal (4.0 - 2.0) <9382C6FC-4234-3D13-A598-0A13C04D9528> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff2b711000 - 0x7fff2b7e2fff com.apple.corebrightness (1.0 - 1) <C7A0228E-3191-33F5-A693-9912230B880C> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness 0x7fff2b88f000 - 0x7fff2b892fff libodfde.dylib (26) <B0C98B87-FAC4-3507-8546-BF4B03C1A827> /usr/lib/libodfde.dylib 0x7fff2b893000 - 0x7fff2b8fdfff com.apple.bom (14.0 - 233) <F2B16396-0757-3E1B-8A67-5979B9317EF3> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff2b8fe000 - 0x7fff2b947fff com.apple.AppleJPEG (1.0 - 1) <37C198D5-DF3F-3ED5-8DD3-5B1FBF7B3059> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff2b948000 - 0x7fff2ba26fff libJP2.dylib (2130.1.2) <F4C74378-8FD9-3A9D-9E14-86F7213D468A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff2ba27000 - 0x7fff2ba2afff com.apple.WatchdogClient.framework (1.0 - 98.40.5) <30521EFA-509E-335C-9D32-5FD6CA769A5A> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient 0x7fff2ba2b000 - 0x7fff2ba5efff com.apple.MultitouchSupport.framework (4400.28 - 4400.28) <7A065BB2-13BA-3DB4-93BB-FD4B034EE493> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff2ba5f000 - 0x7fff2bbb1fff com.apple.VideoToolbox (1.0 - 2757.5) <286CE415-4B19-3F7E-A8E4-0CE8C85C7EBF> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff2bbb2000 - 0x7fff2bbe4fff libAudioToolboxUtility.dylib (1180.19.2) <EE687E3D-BA7B-306F-95FC-35A97B7E373B> /usr/lib/libAudioToolboxUtility.dylib 0x7fff2bbe5000 - 0x7fff2bc0bfff libPng.dylib (2130.1.2) <C1D8DC7E-D118-3984-80B1-61D7FA89DC7C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff2bc0c000 - 0x7fff2bc69fff libTIFF.dylib (2130.1.2) <47BC22DE-0058-3402-90EB-8EC81BEBC244> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff2bc6a000 - 0x7fff2bc86fff com.apple.IOPresentment (50.10 - 37) <A84FB6B2-8ED1-31DC-AC7C-726E7915F541> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fff2bc87000 - 0x7fff2bc8dfff com.apple.GPUWrangler (6.1.27 - 6.1.27) <89405160-B919-372E-B63A-BA35C9D62EFF> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler 0x7fff2bc8e000 - 0x7fff2bc91fff libRadiance.dylib (2130.1.2) <6A2BF16D-8AF3-32AD-B42F-DA8029A8462E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff2bc92000 - 0x7fff2bc97fff com.apple.DSExternalDisplay (3.1 - 380) <9BF3CCC3-DB7C-30B3-879B-9650918C73FF> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7fff2bc98000 - 0x7fff2bcbcfff libJPEG.dylib (2130.1.2) <E7902D69-99C3-3D7C-9244-86EA0D1A9617> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff2bcbd000 - 0x7fff2bcecfff com.apple.ATSUI (1.0 - 1) <39A55921-5BA9-3BA0-9C71-FD598BE2E80C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI 0x7fff2bced000 - 0x7fff2bcf1fff libGIF.dylib (2130.1.2) <BEE81025-0B18-37BD-BB5F-6E8FD2262336> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff2bcf2000 - 0x7fff2bcfbfff com.apple.CMCaptureCore (1.0 - 79.12.3) <43F3557A-D353-36B5-B5D6-3D352478EC2F> /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore 0x7fff2bcfc000 - 0x7fff2bd43fff com.apple.print.framework.PrintCore (16 - 531) <0EB74D87-B560-380C-8B88-EDAED20D0D99> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff2bd44000 - 0x7fff2be10fff com.apple.TextureIO (3.10.9 - 3.10.9) <44F02506-287C-3733-9ED2-01B36F97ABBF> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fff2be11000 - 0x7fff2be19fff com.apple.InternationalSupport (1.0 - 60) <D92C8AC5-6D8C-33C9-B011-DE275FA5BB88> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport 0x7fff2be1a000 - 0x7fff2be95fff com.apple.datadetectorscore (8.0 - 674) <43D2CEDD-8A10-3A9F-BFE1-CFBBC35149C1> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff2be96000 - 0x7fff2bef4fff com.apple.UserActivity (434 - 434) <9FDA9333-95A0-3301-B75C-B6ABD7F94E09> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity 0x7fff2bef5000 - 0x7fff2c65bfff com.apple.MediaToolbox (1.0 - 2757.5) <722521DC-E21A-36EA-8381-4E34B182D806> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff2caab000 - 0x7fff2cb14fff com.apple.imfoundation (10.0 - 1000) <ED1AFDD0-D688-36DE-BFB6-6BF473F5B1E0> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation 0x7fff2cb15000 - 0x7fff2cb3cfff com.apple.locationsupport (2420.8.10.3.1 - 2420.8.10.3.1) <7BC41C49-445B-32A1-ABC4-BD791A0BDD99> /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport 0x7fff2cb3d000 - 0x7fff2cb6efff libSessionUtility.dylib (76.7) <CA11B08D-BE35-3763-A358-E76B6341B089> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib 0x7fff2cb6f000 - 0x7fff2cc9efff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <6D66F9E9-C3ED-3015-AB27-BA6D2689A002> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff2cc9f000 - 0x7fff2cd06fff com.apple.audio.AudioSession (1.0 - 76.7) <19D0DDAE-D4D2-363A-A6EE-D450E254427D> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession 0x7fff2cd07000 - 0x7fff2cd19fff libAudioStatistics.dylib (25) <2310E5CF-38EC-338C-9C8D-FB79EC9B5C98> /usr/lib/libAudioStatistics.dylib 0x7fff2cd1a000 - 0x7fff2cd29fff com.apple.speech.synthesis.framework (9.0.48.1 - 9.0.48.1) <92283C03-C35F-3F97-8F81-383FB38CB66B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff2cd2a000 - 0x7fff2cd95fff com.apple.ApplicationServices.ATS (377 - 516) <25751B9A-D1FD-3D90-8EB1-67D3DE9F6163> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff2cd96000 - 0x7fff2cdaefff libresolv.9.dylib (68) <6C18FE1C-EB05-3E02-925D-DE09157C55F9> /usr/lib/libresolv.9.dylib 0x7fff2cdaf000 - 0x7fff2cdc2fff libsasl2.2.dylib (214) <C0EBD583-8C32-3BB2-9433-103A749C0DF8> /usr/lib/libsasl2.2.dylib 0x7fff2ce2e000 - 0x7fff2ce61fff com.apple.securityinterface (10.0 - 55149.40.3) <D62DF510-1ADF-3332-ABA1-E01C4A0DB1DD> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff2ce7c000 - 0x7fff2cee0fff com.apple.CoreMediaIO (1000.0 - 5318) <6C78642F-DDF9-3D35-8EA2-4568A8EC3BB3> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff2cee1000 - 0x7fff2cfc0fff libSMC.dylib (20) <2E125E1A-D5D6-3054-8384-E1A7A23DD0FE> /usr/lib/libSMC.dylib 0x7fff2cfc1000 - 0x7fff2d020fff libcups.2.dylib (494) <F27A4527-C76D-34FE-B268-1C57A127C542> /usr/lib/libcups.2.dylib 0x7fff2d021000 - 0x7fff2d030fff com.apple.LangAnalysis (1.7.0 - 254) <B4F48E46-CEF9-3674-903C-609CA77E78B5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff2d031000 - 0x7fff2d03bfff com.apple.NetAuth (6.2 - 6.2) <54EC7F7F-0DBB-38E4-9BBA-0DB0404E2C9D> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff2d03c000 - 0x7fff2d043fff com.apple.ColorSyncLegacy (4.13.0 - 1) <A34CD7EB-977C-3FF7-A422-9EC40D79A2BD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x7fff2d044000 - 0x7fff2d04ffff com.apple.QD (4.0 - 416) <39777BBB-6781-36B5-AF36-E3452D222E09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff2d050000 - 0x7fff2d6befff com.apple.audio.AudioResourceArbitration (1.0 - 1) <513ADF72-F3C7-3381-A926-FD1F6683EB09> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration 0x7fff2d6bf000 - 0x7fff2d6cbfff com.apple.perfdata (1.0 - 67.40.1) <9C94952B-AA5F-3541-A326-649EFEAFE8B1> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata 0x7fff2d6cc000 - 0x7fff2d6dafff libperfcheck.dylib (41) <32799FC7-F2BF-3440-8853-378EE0E0445A> /usr/lib/libperfcheck.dylib 0x7fff2d6db000 - 0x7fff2d6eafff com.apple.Kerberos (3.0 - 1) <2529747E-275C-35E6-AB6E-1D14DA5835D2> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff2d6eb000 - 0x7fff2d73afff com.apple.GSS (4.0 - 2.0) <DC8F40C2-966E-3F86-8A21-47B426965E85> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff2d73b000 - 0x7fff2d74bfff com.apple.CommonAuth (4.0 - 2.0) <815F69EE-F251-3125-A094-C95B25804469> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff2d773000 - 0x7fff2d79dfff com.apple.CacheDelete (1.0 - 1) <AA708C3D-A67B-393A-A12E-6B8EF16843C3> /System/Library/PrivateFrameworks/CacheDelete.framework/Versions/A/CacheDelete 0x7fff2d79e000 - 0x7fff2d7c0fff com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <AD781B2F-DEB0-3E13-9420-C0B6449EDE7A> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle 0x7fff2d7c1000 - 0x7fff2d7c9fff com.apple.CorePhoneNumbers (1.0 - 1) <8922ABCB-0302-382B-A0DD-984668BFA8E3> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers 0x7fff2d7ca000 - 0x7fff2d855fff libTelephonyUtilDynamic.dylib (5344) <F3F3A598-FEBD-3C6F-AF22-747DF6A004BD> /usr/lib/libTelephonyUtilDynamic.dylib 0x7fff2d91e000 - 0x7fff2d91efff liblaunch.dylib (2038.40.38) <D71781B5-4034-3349-BBE5-4B796CD3629A> /usr/lib/system/liblaunch.dylib 0x7fff2deaa000 - 0x7fff2dfacfff com.apple.ids (10.0 - 1000) <8D69F2E4-7C55-3460-AD43-BB2B880B341E> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS 0x7fff2dfad000 - 0x7fff2e10ffff com.apple.idsfoundation (10.0 - 1000) <A19785B0-06D8-3DF7-B8BD-74AFEE843C60> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation 0x7fff2e110000 - 0x7fff2e256fff com.apple.Sharing (1570.6 - 1570.6) <B76CAA48-84E4-309A-AE4D-FBB5E2D17CAD> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff2e257000 - 0x7fff2e377fff com.apple.Bluetooth (8.0.1 - 8.0.1f5) <7136F7B5-F009-3139-BD52-D51815F7D9A4> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff2e378000 - 0x7fff2e38cfff com.apple.AppContainer (4.0 - 509.40.16) <705EFE05-0522-33E1-9139-F9D5B59AEFB7> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff2e38d000 - 0x7fff2e390fff com.apple.SecCodeWrapper (4.0 - 509.40.16) <74BF3804-694F-3AE3-95A8-31B1DF5D9468> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff2e391000 - 0x7fff2e3eafff com.apple.ProtectedCloudStorage (1.0 - 1) <F5C02479-9D92-3CB6-8C21-9AA229D411D4> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff2e3eb000 - 0x7fff2e44afff com.apple.QuickLookFramework (5.0 - 928) <5C3F20CA-BE86-39A7-881D-8DF72290FC97> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff2e44b000 - 0x7fff2e467fff com.apple.MetalKit (147.1 - 147.1) <3AA5A3CE-2E68-3A7C-B735-636C72229EF2> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit 0x7fff2e63e000 - 0x7fff2fb28fff com.apple.GeoServices (1.0 - 1757.20.8.12.21) <088A1DAC-0AD7-317F-B853-8882CF526324> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x7fff2fb29000 - 0x7fff2fb34fff com.apple.DirectoryService.Framework (11.0 - 230.40.1) <969BBAAA-736C-3262-8BAD-BB02EE3722A3> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff2fb35000 - 0x7fff2fb60fff com.apple.RemoteViewServices (2.0 - 163) <09228BBD-D1F6-388C-AD09-9AD113C44271> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff2fb61000 - 0x7fff2fb70fff com.apple.SpeechRecognitionCore (6.1.12 - 6.1.12) <275341D7-157B-3B5A-A81D-382CEF408262> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff2fb71000 - 0x7fff2fb78fff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <66CCAAEC-B04B-326F-BB83-6A9E668111BC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff2fdbc000 - 0x7fff2fdbcfff libsystem_product_info_filter.dylib (8.40.1) <FF59B842-1290-3C4A-9015-AC972563406E> /usr/lib/system/libsystem_product_info_filter.dylib 0x7fff2fe97000 - 0x7fff2fe97fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <BBCF1D0C-F727-3B9B-801E-FCEA6C9C1103> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff2febe000 - 0x7fff2febefff com.apple.CoreServices (1122.5.1 - 1122.5.1) <070D2800-D014-34E3-AAA9-CB7199EFC728> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff3018c000 - 0x7fff3018cfff com.apple.Accelerate (1.11 - Accelerate 1.11) <5D5F6FDF-38E5-363A-A73C-3C21A2D11574> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff301cd000 - 0x7fff301d8fff com.apple.MediaAccessibility (1.0 - 130) <D7556226-D396-3EA8-B10D-F73C074ABFAD> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff301d9000 - 0x7fff301f8fff com.apple.networking.AlgosScoreFramework (1.0 - 1) <8C52B479-2985-3112-8C95-38C082EC6DF4> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/Versions/A/AlgosScoreFramework 0x7fff301f9000 - 0x7fff301fdfff com.apple.AppleSRP (5.0 - 1) <663CC9B2-670B-3F1C-9C42-E8242A040287> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff301fe000 - 0x7fff30209fff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <73EEC846-DC76-30EB-9D43-7D311452D440> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff3020a000 - 0x7fff30241fff com.apple.framework.SystemAdministration (1.0 - 1.0) <31EFF4FD-12E6-3A3B-8F52-F7288263D549> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration 0x7fff309f0000 - 0x7fff30a85fff com.apple.CoreBluetooth (1.0 - 1) <0F11E92C-6CFC-3912-BB82-B4CE7BA16FC7> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff30a86000 - 0x7fff30a8ffff com.apple.SymptomDiagnosticReporter (1.0 - 79.40.12) <3FF67454-E235-33D7-AB87-02496A234188> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter 0x7fff30a90000 - 0x7fff30aa3fff com.apple.PowerLog (1.0 - 1) <E34CC7ED-0ADB-3D16-87B4-1489D6D7918C> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog 0x7fff30aa4000 - 0x7fff30ab0fff com.apple.AppleIDAuthSupport (1.0 - 1) <7103A610-7E5A-34F7-BE69-5E25B334E66A> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport 0x7fff30ab1000 - 0x7fff30b59fff com.apple.DiscRecording (9.0.3 - 9030.4.5) <12CEDA8E-D339-3022-BFD9-135458523B3E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff30b5a000 - 0x7fff30b8dfff com.apple.MediaKit (16 - 927.40.2) <E5571EB2-2864-372E-BE83-DDE90F1A05CC> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff30b8e000 - 0x7fff30c79fff com.apple.DiskManagement (14.0 - 1733.40.24) <7B3D0853-7B34-331A-902C-D2ED8004FD39> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement 0x7fff30c7a000 - 0x7fff31034fff com.apple.CoreAUC (321.2.0 - 321.2.0) <CF62493C-B5DE-3C08-B9B3-4B7B4D1AEA84> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff31035000 - 0x7fff31038fff com.apple.Mangrove (1.0 - 25) <9E1C3E05-5B1A-3025-9DF5-BA2B40453CE5> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff31039000 - 0x7fff31066fff com.apple.CoreAVCHD (6.1.0 - 6100.4.1) <FA8FC4B3-851C-3082-AD2A-DF86089EB3C9> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff31067000 - 0x7fff31187fff com.apple.FileProvider (325 - 325) <B02BE1B5-92B4-371F-AEBA-087BB58272D4> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider 0x7fff31188000 - 0x7fff311abfff com.apple.GenerationalStorage (2.0 - 322) <3400BD70-40AE-3FC5-BC7F-B6AB44B6134D> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff311ac000 - 0x7fff311c7fff com.apple.security.octagontrust (1.0 - 1) <D629DC19-107D-35C9-A5A0-85D73703A058> /System/Library/PrivateFrameworks/OctagonTrust.framework/Versions/A/OctagonTrust 0x7fff31522000 - 0x7fff315f1fff com.apple.CoreTelephony (113 - 8166) <9BD70745-ECD4-344A-86FB-C33A13A2BD9B> /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony 0x7fff31616000 - 0x7fff317a2fff com.apple.AVFCore (1.0 - 1997.1) <E5003D4B-A16F-3FC0-988D-1C3BD6945C8A> /System/Library/PrivateFrameworks/AVFCore.framework/Versions/A/AVFCore 0x7fff317a3000 - 0x7fff31815fff com.apple.FrontBoardServices (702.3.1 - 702.3.1) <F1B9D008-9F6E-3A8B-B697-3F3F85A8B4E8> /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices 0x7fff31816000 - 0x7fff3183ffff com.apple.BoardServices (1.0 - 526) <5E8BC0C0-C781-3E53-8092-1A0CE35FDBEA> /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices 0x7fff31883000 - 0x7fff3189bfff com.apple.ExtensionKit (19.1 - 19.1) <E8620294-682A-35A8-95FD-44FAD846D3DA> /System/Library/PrivateFrameworks/ExtensionKit.framework/Versions/A/ExtensionKit 0x7fff3189c000 - 0x7fff318a3fff com.apple.ExtensionFoundation (19.1 - 19.1) <02B1E452-BBFE-3DF1-8E8E-DC94DA25F711> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/Versions/A/ExtensionFoundation 0x7fff318a4000 - 0x7fff318eafff com.apple.CryptoTokenKit (1.0 - 1) <525FD22F-AF6D-31C4-804D-EDA6EDC99A95> /System/Library/Frameworks/CryptoTokenKit.framework/Versions/A/CryptoTokenKit 0x7fff318eb000 - 0x7fff31902fff com.apple.LocalAuthentication (1.0 - 827.40.37) <5B726ED4-9336-3985-8566-09B0D16BC488> /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication 0x7fff31903000 - 0x7fff31930fff com.apple.CoreAuthentication.SharedUtils (1.0 - 827.40.37) <059D1BFA-4092-3DDA-AD95-DFFCA7AE7DDA> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils 0x7fff319a5000 - 0x7fff319e6fff com.apple.CoreHaptics (1.0 - 1) <13DD2222-649F-3ADD-867A-CE7FA7523BA4> /System/Library/Frameworks/CoreHaptics.framework/Versions/A/CoreHaptics 0x7fff319f4000 - 0x7fff31a33fff com.apple.AppleVPAFramework (3.20.4 - 3.20.4) <9E22EFBC-493A-32A3-B7C2-0F56B4072D17> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA 0x7fff31b04000 - 0x7fff31b40fff com.apple.DebugSymbols (195.1 - 195.1) <93BEC865-279E-3A6E-A24B-487C51FF6459> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff31b41000 - 0x7fff31bfefff com.apple.CoreSymbolication (12.2 - 64541.4) <D9F608E4-437D-3A1C-83E7-7BD6CF830589> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff31bff000 - 0x7fff31c08fff com.apple.CoreTime (283) <A7E32D27-8B00-363C-AD63-C57D760632A3> /System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime 0x7fff31c09000 - 0x7fff31c7efff com.apple.Rapport (2.1.0 - 210.4) <60583DE2-F43A-3037-AEE3-F4BF5327126C> /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport 0x7fff324b9000 - 0x7fff32506fff com.apple.coreduetcontext (1.0 - 1) <AD3D78DF-7139-3D5F-9EFF-C99E9EBF3A92> /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext 0x7fff32507000 - 0x7fff32a7efff com.apple.Intents (1.0 - 1) <EDA5F6CB-3D90-3C29-947A-B30A2EC95591> /System/Library/Frameworks/Intents.framework/Versions/A/Intents 0x7fff32a7f000 - 0x7fff32ae2fff com.apple.framework.Apple80211 (17.0 - 1728) <E5DB3BA3-DA6B-33B2-A111-852B5041DE4E> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff32ae3000 - 0x7fff32c35fff com.apple.CoreWiFi (3.0 - 341) <4B9C6F89-74B7-35F0-AC61-7ECD993B8139> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff32c36000 - 0x7fff32c4efff com.apple.BackBoardServices (1.0 - 1.0) <2342E432-F1E3-333F-A6D4-D193ED690504> /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices 0x7fff32c4f000 - 0x7fff32c86fff com.apple.LDAPFramework (2.4.28 - 194.5) <1D3EE3B4-47EA-3EA4-9D9B-8BE68438C97E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff32c87000 - 0x7fff32c88fff com.apple.TrustEvaluationAgent (2.0 - 35) <F8489D0F-CB98-3077-A14C-246B23A3CEDD> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff32c89000 - 0x7fff32d8cfff libcrypto.44.dylib (56.40.4) <4FDD7D62-15A2-328F-A9B4-1D3CF719048E> /usr/lib/libcrypto.44.dylib 0x7fff32d8d000 - 0x7fff32dbafff libssl.46.dylib (56.40.4) <C516ED7A-78A0-3704-8E00-CCD04520EB9D> /usr/lib/libssl.46.dylib 0x7fff32dbb000 - 0x7fff32e6afff com.apple.DiskImagesFramework (595.40.1 - 595.40.1) <BD2EAE99-4370-3837-A31E-696E60A0ED75> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff32ea2000 - 0x7fff32eb1fff com.apple.xpc.RemoteServiceDiscovery (1.0 - 2038.40.38) <7F2CB942-65FF-3A6B-AA1E-717BB18DEE80> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery 0x7fff32eb2000 - 0x7fff32ec9fff com.apple.xpc.RemoteXPC (1.0 - 2038.40.38) <118A75E2-58FB-3E30-B0F0-064E42BD3A9B> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC 0x7fff32f11000 - 0x7fff32f14fff com.apple.help (1.3.8 - 71) <FFC118DA-4302-3A44-B166-8810A045B492> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff32f15000 - 0x7fff32f1cfff com.apple.EFILogin (2.0 - 2) <4EE8F2C6-F75A-3545-93C7-9EC7DB7E4337> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff32f1d000 - 0x7fff32f28fff libcsfde.dylib (554) <DB193672-8501-3F7B-BEB4-4F59C8887512> /usr/lib/libcsfde.dylib 0x7fff32f29000 - 0x7fff32f8efff libcurl.4.dylib (121.40.2) <5058A2E4-6D41-3951-BCAE-AA3F1391E9C1> /usr/lib/libcurl.4.dylib 0x7fff32f8f000 - 0x7fff32f96fff com.apple.LoginUICore (4.0 - 4.0) <E5C4195B-FCDC-3045-9459-26259A47CEF0> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore 0x7fff32f97000 - 0x7fff32ffafff com.apple.AppSupport (1.0.0 - 29) <9B6E149D-2ED2-3598-85BA-6B98303945D7> /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport 0x7fff3309b000 - 0x7fff33149fff com.apple.GameController (1.0 - 1) <58C5447A-2C63-357F-AAE7-1A074AEA911A> /System/Library/Frameworks/GameController.framework/Versions/A/GameController 0x7fff33152000 - 0x7fff33152fff com.apple.ApplicationServices (48 - 50) <BF6B5DC5-22AF-3926-8D21-7F4CFDB03644> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff331c8000 - 0x7fff3330dfff com.apple.AppleAccount (1.0 - 1.0) <02F47C82-C925-327B-B1BA-00415C85A134> /System/Library/PrivateFrameworks/AppleAccount.framework/Versions/A/AppleAccount 0x7fff3330e000 - 0x7fff3334dfff com.apple.AppleIDSSOAuthentication (1.0 - 1) <BCDD8F95-6B60-3DBC-B8DF-8333601B40C9> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A/AppleIDSSOAuthentication 0x7fff33452000 - 0x7fff33452fff libHeimdalProxy.dylib (79) <D67CF959-658D-3E1C-9900-5DC0A507D02A> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib 0x7fff33505000 - 0x7fff33505fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <106AE4DA-6F73-393B-889D-5D048ECDDDE1> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff3356d000 - 0x7fff3358dfff com.apple.DuetActivityScheduler (1.0 - 1) <FBD64DA2-B72B-305C-A47E-05C1BF4262A5> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler 0x7fff335a1000 - 0x7fff335aefff com.apple.IntentsFoundation (1.0 - 1) <B98BBFCB-0BAD-309B-A9BA-42A95BFFA51D> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation 0x7fff335af000 - 0x7fff335b4fff com.apple.PushKit (1.0 - 1) <3413F98D-29D1-324C-A6F4-CDA5E3A6B75A> /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit 0x7fff335b5000 - 0x7fff335ebfff com.apple.C2 (1.3 - 569) <3A7AFD52-2823-3E0B-B6B7-3543DCB15B02> /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2 0x7fff335ec000 - 0x7fff3361dfff com.apple.QuickLookThumbnailing (1.0 - 135) <F55E34A5-9B45-3B95-B61F-8B7F16763462> /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing 0x7fff3361e000 - 0x7fff33e2bfff com.apple.vision.EspressoFramework (1.0 - 256) <48FD96E6-54BA-3E93-9CCD-9116BAB291C9> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso 0x7fff33e2c000 - 0x7fff33e43fff com.apple.ANEServices (4.51 - 4.51) <A3787A57-C261-3CDE-92B1-5D40493303B3> /System/Library/PrivateFrameworks/ANEServices.framework/Versions/A/ANEServices 0x7fff33f5f000 - 0x7fff33f61fff com.apple.CoreDuetDebugLogging (1.0 - 1) <B20E1899-2588-3544-B186-59EF7302107C> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging 0x7fff33f62000 - 0x7fff33f6ffff com.apple.CoreDuetDaemonProtocol (1.0 - 1) <2AE8085A-5FD4-3408-9012-9C1B02BC2232> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol 0x7fff344bd000 - 0x7fff3450dfff com.apple.ChunkingLibrary (334 - 334) <996DC3E2-CC2E-376D-9A31-2D5093C078C5> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff34d95000 - 0x7fff34dabfff com.apple.CoreML.AppleNeuralEngine (1.0 - 1) <A4D0DD69-2A50-3022-A40F-73D755953297> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/Versions/A/AppleNeuralEngine 0x7fff34dff000 - 0x7fff34e6bfff com.apple.audio.midi.CoreMIDI (2.0 - 88) <35E0C592-ECAC-3EE7-92D4-BB3FFB64C3BB> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI 0x7fff34f03000 - 0x7fff34f06fff com.apple.Cocoa (6.11 - 23) <D673DE75-8885-39F1-9847-81D602E69229> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff34f51000 - 0x7fff35324fff com.apple.AppleMediaServices (1.0 - 1) <29CBA174-D1E1-3B3B-BBA3-510DA252BF7E> /System/Library/PrivateFrameworks/AppleMediaServices.framework/Versions/A/AppleMediaServices 0x7fff3535c000 - 0x7fff35790fff com.apple.MediaRemote (1.0 - 1) <8E6EDEC5-3498-3CE8-A258-336739192491> /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote 0x7fff35a52000 - 0x7fff35a59fff com.apple.DisplayServicesFW (3.1 - 380) <50AF321B-3349-3285-A4E8-98FCEF3C1190> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff362b6000 - 0x7fff362e6fff libtidy.A.dylib (18.1) <495CAEC2-8B4F-3A68-82BF-1B9C0004D355> /usr/lib/libtidy.A.dylib 0x7fff362e7000 - 0x7fff36308fff com.apple.MarkupUI (1.0 - 383.3) <057092E6-2C97-3A27-8CAF-5D7D3D822433> /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI 0x7fff36309000 - 0x7fff3631cfff com.apple.Engram (1.0 - 1) <15603BCB-1983-3818-89BA-9A7641EB97C1> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram 0x7fff3631d000 - 0x7fff36338fff com.apple.openscripting (1.7 - 190) <EA384453-7A25-36CD-B6D5-FE58AB36334B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff36339000 - 0x7fff3633cfff com.apple.securityhi (9.0 - 55008) <E11B58BC-4B25-3991-B243-C2A5C797DE60> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff3633d000 - 0x7fff36340fff com.apple.ink.framework (10.15 - 227) <1C0F3697-754A-307E-83B4-2D133D80E7B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff36341000 - 0x7fff36344fff com.apple.CommonPanels (1.2.6 - 101) <50B28EBC-6852-3843-8BB6-93800D8EE7D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff36345000 - 0x7fff3634cfff com.apple.ImageCapture (1707 - 1707) <F8BA52A6-2076-3439-9F02-8EFABDFADC87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff3634d000 - 0x7fff3747dfff com.apple.JavaScriptCore (16610 - 16610.2.11.51.8) <6EB4E7CB-EE31-3ED9-BD58-7FCDCEE0AC9B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff374e8000 - 0x7fff375cffff com.apple.audio.AVFAudio (1.0 - 477.9) <1AFD3528-66BF-3FCF-A481-15F7B628ADCD> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x7fff375d0000 - 0x7fff376e2fff com.apple.AVFCapture (1.0 - 79.12.3) <5BD7D319-9C23-35D6-8EA4-D94C7BEB1ECF> /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture 0x7fff376e3000 - 0x7fff37777fff com.apple.Quagga (47 - 47) <2B629E94-DF44-36D8-8C42-50E276C1CCC9> /System/Library/PrivateFrameworks/Quagga.framework/Versions/A/Quagga 0x7fff37778000 - 0x7fff379c7fff com.apple.CMCapture (1.0 - 79.12.3) <C80CE0B5-29C9-3885-BDC7-6A0BCE75CA77> /System/Library/PrivateFrameworks/CMCapture.framework/Versions/A/CMCapture 0x7fff383a9000 - 0x7fff383d3fff com.apple.CloudServices (1.0 - 460.40.10) <00D0487E-494C-36F1-A4B7-9FC306F1E2A2> /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServices 0x7fff383d4000 - 0x7fff383e3fff com.apple.HID (1.0 - 1) <55060EE4-C501-348D-A4EA-03F8E2BE8F9B> /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID 0x7fff383e4000 - 0x7fff3850bfff com.apple.QuickLookUIFramework (5.0 - 928) <221B9766-C7A7-3F3E-954D-569DC860F1EA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff389c7000 - 0x7fff38a02fff com.apple.MediaServices (1.0 - 1) <C24ED5BF-2888-35C3-9051-8A4550CAE928> /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices 0x7fff38af8000 - 0x7fff38af8fff com.apple.marco (10.0 - 1000) <21967F36-DDAD-38C9-AB2E-93CCE88081E4> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco 0x7fff391a7000 - 0x7fff391aafff com.apple.OSAServicesClient (1.0 - 1) <7193D631-42B0-3F65-AD4D-161DF0DC2633> /System/Library/PrivateFrameworks/OSAServicesClient.framework/Versions/A/OSAServicesClient 0x7fff391de000 - 0x7fff391e5fff com.apple.URLFormatting (146 - 146.5) <08E3B50A-2F33-3582-8ED1-A43EAFE92B25> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting 0x7fff3ba44000 - 0x7fff3ba68fff com.apple.quicklook.QuickLookSupport (1.0 - 135) <081A26D5-661A-3070-B38C-2508903C53FD> /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport 0x7fff3ba69000 - 0x7fff3bb00fff com.apple.AirPlaySync (1.0 - 2757.5) <119F53A0-E34A-3608-91A9-8D78E9887A1C> /System/Library/PrivateFrameworks/AirPlaySync.framework/Versions/A/AirPlaySync 0x7fff3c653000 - 0x7fff3c6d6fff com.apple.CorePDF (4.0 - 529) <9A251E70-A7A4-312C-9FAD-392F7D6B1A03> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff3c6d7000 - 0x7fff3c6dafff com.apple.print.framework.Print (15 - 271) <47A826E5-8E5F-3B20-9131-58D9F94C58B6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff3c6db000 - 0x7fff3c6defff com.apple.Carbon (160 - 164) <DE2A89F4-03DF-3E98-8C90-48C095DA3FDC> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff3c7ce000 - 0x7fff3c7cefff com.apple.avfoundation (2.0 - 1997.1) <670AECF2-0E56-3F99-90A6-F6D82C0D2F5F> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff3c959000 - 0x7fff3c978fff com.apple.private.SystemPolicy (1.0 - 1) <10BDB417-5EFA-348A-9DB7-154F4BC4136D> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy 0x7fff3cb28000 - 0x7fff3cb45fff com.apple.sidecar-core (1.0 - 228) <BDC5714E-4AEF-3220-BE47-ED9F7F0153D3> /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore 0x7fff3cb46000 - 0x7fff3cb4dfff com.apple.QuickLookNonBaseSystem (1.0 - 1) <893C5A7E-F3B9-3E8D-95F2-81B478F1920C> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem 0x7fff3cf72000 - 0x7fff3cf78fff com.apple.FeatureFlagsSupport (1.0 - 28.40.2) <55354483-B6E8-3B2F-99C5-6264D1F7D9EE> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/Versions/A/FeatureFlagsSupport 0x7fff3d0f0000 - 0x7fff3d107fff com.apple.SafariServices.framework (16610 - 16610.2.11.51.8) <157FF466-50B8-3DA9-95E2-FDF161AAE581> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices 0x7fff3d29d000 - 0x7fff3d2a8fff com.apple.MallocStackLogging (1.0 - 1) <F9CA682E-FCC0-371F-90EA-B5CE51ABF8AC> /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging 0x7fff3d2be000 - 0x7fff3d2d0fff libmis.dylib (274.40.12) <CF45C71D-4237-369F-9FE1-91C0B9C77C06> /usr/lib/libmis.dylib 0x7fff3d2ed000 - 0x7fff3d45ffff com.apple.CoreHandwriting (161 - 1.2) <7C700913-F0F8-36C6-8B36-2BB9D10B0C55> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting 0x7fff3d460000 - 0x7fff3d6bffff com.apple.imageKit (3.0 - 1099) <804E9A74-B0DF-3AD3-9D01-B7B3DC12ACFE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff3d6c0000 - 0x7fff3d7dffff com.apple.PencilKit (1.0 - 1) <A604DB50-E2D2-3A2D-AEDA-11FB556098C3> /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit 0x7fff3d7e0000 - 0x7fff3d7f1fff com.apple.sidecar-ui (1.0 - 228) <05A81084-5FDE-3839-8AE1-B304938BE849> /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI 0x7fff3ddae000 - 0x7fff3de10fff com.apple.ImageCaptureCore (1707 - 1707) <B031EB94-9DD9-3EA9-9867-07E0CEBDA64C> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff3de11000 - 0x7fff3de37fff com.apple.quartzfilters (1.10.0 - 97) <C8B9C6A8-51B1-3151-A027-C71750986632> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff3e080000 - 0x7fff3e1d7fff com.apple.MediaPlayer (1.0 - 1.0) <50E2D367-878A-3DD9-AEE1-A2C898DC24CE> /System/Library/Frameworks/MediaPlayer.framework/Versions/A/MediaPlayer 0x7fff3e1d8000 - 0x7fff3e5adfff com.apple.iTunesCloud (1.0 - 1) <C2967C36-D0E5-397C-8549-B810A61B0053> /System/Library/PrivateFrameworks/iTunesCloud.framework/Versions/A/iTunesCloud 0x7fff3e5da000 - 0x7fff3e70bfff com.apple.AnnotationKit (1.0 - 383.3) <65DFFA3C-D9FC-36FA-A49F-921B4A685CDD> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit 0x7fff3e70c000 - 0x7fff3ebadfff com.apple.QuartzComposer (5.1 - 383) <7E88F409-F7AA-3E52-AC5D-AA86D8AA16A8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff3ebae000 - 0x7fff3ec9bfff com.apple.PDFKit (1.0 - 950.5.4) <7D8C256F-B1A5-3AEE-84DD-424934CB7526> /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff3f97c000 - 0x7fff3f9abfff com.apple.MobileInstallation (2.0 - 1.0) <8A1F55A0-6703-348E-AFC1-FC7BA6C93312> /System/Library/PrivateFrameworks/MobileInstallation.framework/Versions/A/MobileInstallation 0x7fff40a9b000 - 0x7fff40a9efff com.apple.quartzframework (1.5 - 25) <96212888-0F85-3604-8BD3-A69D679A4DCC> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff40e72000 - 0x7fff40e90fff libCGInterfaces.dylib (543) <B19C6E0A-C7B5-3CCC-A77F-9751CC30523E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff41247000 - 0x7fff412affff com.apple.AppStoreDaemon (1.0 - 1) <DC8226E9-F23F-3CA4-8B65-FF478637BE66> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/Versions/A/AppStoreDaemon 0x7fff43ffd000 - 0x7fff44001fff com.apple.DAAPKit (1.0 - 1) <2AF20BCF-935E-3637-A6AC-CDF375BB5312> /System/Library/PrivateFrameworks/DAAPKit.framework/Versions/A/DAAPKit 0x7fff459f4000 - 0x7fff459f7fff libpmenergy.dylib (227.40.6) <BC840AED-F92C-31A3-9BE7-A570B67295C6> /usr/lib/libpmenergy.dylib 0x7fff47759000 - 0x7fff477a7fff com.apple.osanalytics.OSAnalytics (1.0 - 1) <5B713D10-3346-3AAD-A977-7095220E3C03> /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics 0x7fff4800f000 - 0x7fff4802afff com.apple.network.statistics.framework (1.2 - 1) <9E3F0994-F19F-391E-A4B0-281A30C3C766> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics 0x7fff4831d000 - 0x7fff48324fff com.apple.MobileSystemServices (1.0 - 1) <EFB1F72D-36D8-3F8A-997B-30E8C298893B> /System/Library/PrivateFrameworks/MobileSystemServices.framework/Versions/A/MobileSystemServices 0x7fff51229000 - 0x7fff512bafff com.apple.Symbolication (12.2 - 64541.5.1) <640AAE2D-353D-3009-A7A2-55AE3F965398> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff51432000 - 0x7fff51435fff libpmsample.dylib (227.40.6) <F8EDDD17-C36F-3BE8-9B84-BD55401D609B> /usr/lib/libpmsample.dylib 0x7fff539e6000 - 0x7fff53a1dfff com.apple.ReplayKit (1.0 - 1) <CB3BBD7E-24D6-3A23-9762-AA8DCBB06C69> /System/Library/Frameworks/ReplayKit.framework/Versions/A/ReplayKit 0x7fff53a1e000 - 0x7fff53a41fff com.apple.StoreKit (1.0 - 1) <E347E629-74AC-34C7-987A-A48134AA4F3B> /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit 0x7fff53a42000 - 0x7fff53a45fff com.apple.StoreKitUIMac (1.0 - 1) <CCC43590-C5FC-33DF-BD63-0922BD047C53> /System/Library/PrivateFrameworks/StoreKitUIMac.framework/Versions/A/StoreKitUIMac 0x7fff55030000 - 0x7fff55033fff com.apple.ForceFeedback (1.0.6 - 1.0.6) <F6F92115-95DF-3D4B-B2DC-DAA9E312C36E> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback 0x7fff6b39a000 - 0x7fff6b3a0fff libCoreFSCache.dylib (177.22) <F2BD275B-0979-3426-BC9D-60C22E4FDE1C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff6b3a1000 - 0x7fff6b3a5fff libCoreVMClient.dylib (177.22) <57E480B5-F430-3150-A5D9-D255A2F761E5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff6b3a6000 - 0x7fff6b3b5fff com.apple.opengl (18.0.50 - 18.0.50) <245D7013-B161-397D-9989-500B639ECDF3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff6b3b6000 - 0x7fff6b3b8fff libCVMSPluginSupport.dylib (18.0.50) <58937D53-04AE-36EA-AF04-A2C6EBD8D8EE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff6b3b9000 - 0x7fff6b3c1fff libGFXShared.dylib (18.0.50) <8BCF166B-60FA-3321-83BB-24A3527B60A3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff6b3c2000 - 0x7fff6b3f5fff libGLImage.dylib (18.0.50) <BD69E573-1813-3078-BF27-C9183B515647> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff6b3f6000 - 0x7fff6b432fff libGLU.dylib (18.0.50) <21591978-F81A-3C62-9281-CD0ACDF8EEAC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff6b5c8000 - 0x7fff6b5d2fff libGL.dylib (18.0.50) <D2379B83-F70E-375A-AD7A-B612D767ABE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff6ca09000 - 0x7fff6ca61fff com.apple.opencl (4.5 - 4.5) <4387AA57-D726-3378-8376-E5D6813E219F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff73c71000 - 0x7fff73c7cfff com.apple.SymptomAnalytics (1.0 - 1431.40.36) <0C3716C0-0874-3448-B56E-B238CF1AAD6D> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/Versions/A/SymptomAnalytics 0x7fff73e9a000 - 0x7fff73eb2fff com.apple.SymptomPresentationFeed (1.0 - 1431.40.36) <1F4A2B20-8F17-3288-80E0-9BF955F2C687> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/Versions/A/SymptomPresentationFeed 0x7fff78373000 - 0x7fff7837afff libRosetta.dylib (203.1.3) <5EC28751-3BE8-3BB7-9DBE-305225CBD41B> /usr/lib/libRosetta.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 1 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 2211883 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=916.0M resident=0K(0%) swapped_out_or_unallocated=916.0M(100%) Writable regions: Total=1.0G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.0G(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Activity Tracing 256K 1 CG image 4K 1 Dispatch continuations 128.0M 1 Kernel Alloc Once 8K 1 MALLOC 134.2M 37 MALLOC guard page 24K 5 MALLOC_MEDIUM (reserved) 600.0M 5 reserved VM address space (unallocated) Mach message 8K 1 Memory Tag 255 4.0G 29 STACK GUARD 56.1M 24 Stack 138.3M 24 VM_ALLOCATE 1052K 15 __CTF 759 1 __DATA 26.7M 430 __DATA_CONST 21.3M 259 __DATA_DIRTY 1258K 168 __FONT_DATA 4K 1 __LINKEDIT 486.3M 9 __OBJC_RO 61.0M 1 __OBJC_RW 2468K 2 __TEXT 429.8M 430 __UNICODE 588K 1 mapped file 63.3M 14 shared memory 40K 4 =========== ======= ======= TOTAL 6.1G 1464 TOTAL, minus reserved VM space 5.5G 1464 Model: MacBookPro15,1, BootROM 1554.50.3.0.0 (iBridge: 18.16.12561.0.0,0), 8 processors, 8-Core Intel Core i9, 2.4 GHz, 32 GB, SMC Graphics: kHW_IntelUHDGraphics630Item, Intel UHD Graphics 630, spdisplays_builtin Graphics: kHW_AMDRadeonPro560XItem, Radeon Pro 560X, spdisplays_pcie_device, 4 GB Memory Module: BANK 0/ChannelA-DIMM0, 16 GB, DDR4, 2400 MHz, Micron, 16ATS2G64HZ-2G6B1 Memory Module: BANK 2/ChannelB-DIMM0, 16 GB, DDR4, 2400 MHz, Micron, 16ATS2G64HZ-2G6B1 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0: Sep 11 2020 16:57:49 version 9.30.440.2.32.5.61 FWID 01-129bddb Bluetooth: Version 8.0.1f5, 3 services, 27 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 USB Device: USB 3.1 Bus USB Device: Apple T2 Bus USB Device: Touch Bar Backlight USB Device: Touch Bar Display USB Device: Apple Internal Keyboard / Trackpad USB Device: Headset USB Device: Ambient Light Sensor USB Device: FaceTime HD Camera (Built-in) USB Device: Apple T2 Controller Thunderbolt Bus: MacBook Pro, Apple Inc., 47.4 Thunderbolt Bus: MacBook Pro, Apple Inc., 47.4 Working fine one windows. Can someone try with catalina? Can someone try with catalina? @alexdima can confirm that this works on cataline, so a big sur regression Works fine for me on Big Sur 11.0.1 with both insiders and oss version. HIToolbox: could not open() theme file This would be the root cause, what macOS theme are you using on the system ? Seems like an OS issue, can you restart and try ? Also broken after restart It seems that this works for some and not for others. @deepak1556 maybe you have some more ideas otherwise I would add this as a known issue. I don't have ideas about this bug, the stack frames are messed up due to SIGABRT. I would wait for results for exploration that are based on Electron 11 @jrieken now that master in on Electron 11, do you still see this issue ? Yesh, also broken with latest insiders Weird, no chatter on this in upstream as well. I am currently testing with Big Sur 11.1 https://streamable.com/eblh6l I am trying on a completely new workspace, do you have any specific type of file opened or extensions active ? Can you try with a minimal workbench disabling extensions ? Can you try with a minimal workbench disabling extensions ? I don't think that related to extensions. This is way, way earlier. When running with the --prof-startup flag we try to run all processes (main, renderer, exthost) in debug mode, ideally stopped on start, and then we try to attach to them to start CPU profiling. This only seems to work for the main process and not for the renderer (and subsequently not for the ext host). Out of source it's a different story but when running against insiders I am seeing this error: code-insiders --prof-startup FAILED to start profiling for 'renderer' on port '58928' FAILED to start profiling for 'extHost' on port '58929' This means it run into a timeout trying to connect to the assigned debug ports. See this for reference. For the renderer it does use --remote-debugging-port=<PORT> but that seems to be defunct Likely upstream and due to Defender ATP Has been confirmed/reproduced by the ATP teams. Tho, no issue to link or ETA Has been confirmed/reproduced by the ATP teams. Tho, no issue to link or ETA As I have heard: upstream issue should be fixed with next macOS release
gharchive/issue
2020-12-03T16:24:31
2025-04-01T06:44:59.607053
{ "authors": [ "deepak1556", "jrieken" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/111827", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
774084664
"editor.formatOnSaveMode": "modifications" doesn't work VSCode Version: 1.52.1 (user setup) OS Version: Windows_NT x64 10.0.19041 Without "editor.formatOnSaveMode": "modifications" formatting works fine. https://www.screencast.com/t/sT8wL2OmR With "editor.formatOnSaveMode": "modifications" formatting doesn't work on save, only on "Format Document" or "Format Selection". https://www.screencast.com/t/CqSPjfUbY P.S. it doesn't work in js, ts files too. Steps to Reproduce: Set "editor.formatOnSaveMode": "modifications" Set "editor.formatOnSave": true. Enable only Prettier - Code formatter extension. Enable source control. Make changes in file. Save. See no formatting. Does this issue occur when all extensions are disabled?: Yes Also I saw 107940 and 106450 issues. This is because the extension (in this case Prettier) needs to support the "modifications" formatOnSaveMode as well Right now prettier doesn't support it 😕
gharchive/issue
2020-12-23T23:02:28
2025-04-01T06:44:59.621869
{ "authors": [ "Gameghostify", "andreyohiienko" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/113361", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
869874587
Trust: Folder name should have validation Testing #122252 Edit a folder name in the trust editor Clear the input box Press Enter 🐛 Folder gets deleted and there's no turning back 🙈 We should just have some validation like the Explorer: duplicate #122412
gharchive/issue
2021-04-28T12:08:35
2025-04-01T06:44:59.624082
{ "authors": [ "joaomoreno", "sbatten" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/122530", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
870044009
Create PR should be smarter Testing #122243 I had on uncommitted change on the default branch and clicked the Create PR button in the SCM view. I got a PR creation view that suggested to me to create a PR from main to main on the same repo. Same when I'm not on the default branch:
gharchive/issue
2021-04-28T14:58:24
2025-04-01T06:44:59.625462
{ "authors": [ "kieferrm" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/122553", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
875144838
Pages in vscode We have written the needed data into your clipboardSo I read in the vscode updates about the multitasking feature . I enabled it but its very buggy, it seems to want to delete or empty out files, a serious issue which I hope you immediately catch. Basically the feature allows for multiple windows in 1 windows, and you can switch through them , just like desktops for microsoft OS multitasking. Needed because opening windows does not connect the workspackes, please help because it was too large to send. Please paste. Please ask this on stack overflow.
gharchive/issue
2021-05-04T06:23:57
2025-04-01T06:44:59.626619
{ "authors": [ "MichaelOdumosu57", "isidorn" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/122900", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1050669077
Extension host log is full of canceled errors When I want to diagnose why a integration or smoke test fails, I see through logs. Any exception I see raises my awareness but often I wonder if the exception is expected or not. The extension host log prints many of these: [2021-11-11 07:29:16.372] [exthost] [error] Activating extension vscode.git failed due to an error: [2021-11-11 07:29:16.376] [exthost] [error] Canceled: Canceled at Object.i [as canceled] (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:5:1157) at /Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:98:9064 at Array.forEach (<anonymous>) at t.dispose (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:98:9012) at b.terminate (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:103:694) at a (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:113:32578) at Socket.<anonymous> (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:113:30190) at Socket.emit (events.js:327:22) at Pipe.<anonymous> (net.js:673:12) If this is an expected error, I suggest to check for promise-cancelled errors to not log them. Attached logs: [2021-11-11 07:28:00.061] [exthost] [info] Extension host with pid 43291 started [2021-11-11 07:28:00.061] [exthost] [info] Skipping acquiring lock for /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/vscsmoke/d2/User/workspaceStorage/046e33e091a6a1e5c97ed8d578efc373. [2021-11-11 07:28:00.380] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft' [2021-11-11 07:28:00.437] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: true, activationEvent: '*' [2021-11-11 07:28:00.442] [exthost] [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*', root cause: vscode.github [2021-11-11 07:28:00.626] [exthost] [info] ExtensionService#_doActivateExtension vscode.vscode-notebook-tests, startup: true, activationEvent: '*' [2021-11-11 07:28:00.633] [exthost] [info] ExtensionService#_doActivateExtension vscode.npm, startup: true, activationEvent: 'workspaceContains:package.json' [2021-11-11 07:28:01.590] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features, startup: false, activationEvent: 'onLanguage:javascript' [2021-11-11 07:28:01.683] [exthost] [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' [2021-11-11 07:28:02.705] [exthost] [info] Eager extensions activated [2021-11-11 07:28:03.246] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' [2021-11-11 07:28:03.314] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' [2021-11-11 07:28:05.293] [exthost] [info] extension host terminating: renderer closed the socket [2021-11-11 07:28:06.319] [exthost] [info] Extension host with pid 43291 exiting with code 0 [2021-11-11 07:28:19.719] [exthost] [info] Extension host with pid 44401 started [2021-11-11 07:28:19.719] [exthost] [info] Skipping acquiring lock for /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/vscsmoke/d3/User/workspaceStorage/046e33e091a6a1e5c97ed8d578efc373. [2021-11-11 07:28:20.188] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft' [2021-11-11 07:28:20.222] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: true, activationEvent: '*' [2021-11-11 07:28:20.227] [exthost] [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*', root cause: vscode.github [2021-11-11 07:28:20.289] [exthost] [info] ExtensionService#_doActivateExtension vscode.vscode-notebook-tests, startup: true, activationEvent: '*' [2021-11-11 07:28:20.291] [exthost] [info] ExtensionService#_doActivateExtension vscode.npm, startup: true, activationEvent: 'workspaceContains:package.json' [2021-11-11 07:28:21.338] [exthost] [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' [2021-11-11 07:28:21.371] [exthost] [info] Eager extensions activated [2021-11-11 07:28:21.377] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' [2021-11-11 07:28:21.383] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' [2021-11-11 07:28:22.028] [exthost] [info] ExtensionService#_doActivateExtension vscode.extension-editing, startup: false, activationEvent: 'onLanguage:markdown' [2021-11-11 07:28:22.042] [exthost] [info] ExtensionService#_doActivateExtension vscode.markdown-language-features, startup: false, activationEvent: 'onLanguage:markdown' [2021-11-11 07:28:22.527] [exthost] [info] ExtensionService#_doActivateExtension vscode.markdown-math, startup: false, activationEvent: 'api', root cause: vscode.markdown-language-features [2021-11-11 07:28:24.196] [exthost] [info] ExtensionService#_doActivateExtension vscode.configuration-editing, startup: false, activationEvent: 'onLanguage:json' [2021-11-11 07:28:24.203] [exthost] [info] ExtensionService#_doActivateExtension vscode.json-language-features, startup: false, activationEvent: 'onLanguage:json' [2021-11-11 07:28:24.878] [exthost] [info] extension host terminating: renderer closed the socket [2021-11-11 07:28:25.964] [exthost] [info] Extension host with pid 44401 exiting with code 0 [2021-11-11 07:28:32.159] [exthost] [info] Extension host with pid 44983 started [2021-11-11 07:28:32.159] [exthost] [info] Skipping acquiring lock for /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/vscsmoke/d3/User/workspaceStorage/046e33e091a6a1e5c97ed8d578efc373. [2021-11-11 07:28:32.489] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft' [2021-11-11 07:28:32.559] [exthost] [info] ExtensionService#_doActivateExtension vscode.extension-editing, startup: false, activationEvent: 'onLanguage:markdown' [2021-11-11 07:28:32.576] [exthost] [info] ExtensionService#_doActivateExtension vscode.markdown-language-features, startup: false, activationEvent: 'onLanguage:markdown' [2021-11-11 07:28:32.653] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: true, activationEvent: '*' [2021-11-11 07:28:32.658] [exthost] [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*', root cause: vscode.github [2021-11-11 07:28:32.764] [exthost] [info] ExtensionService#_doActivateExtension vscode.vscode-notebook-tests, startup: true, activationEvent: '*' [2021-11-11 07:28:32.766] [exthost] [info] ExtensionService#_doActivateExtension vscode.npm, startup: true, activationEvent: 'workspaceContains:package.json' [2021-11-11 07:28:33.144] [exthost] [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' [2021-11-11 07:28:33.355] [exthost] [info] Eager extensions activated [2021-11-11 07:28:33.362] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' [2021-11-11 07:28:33.443] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' [2021-11-11 07:28:33.459] [exthost] [info] ExtensionService#_doActivateExtension vscode.configuration-editing, startup: false, activationEvent: 'onLanguage:json' [2021-11-11 07:28:33.466] [exthost] [info] ExtensionService#_doActivateExtension vscode.json-language-features, startup: false, activationEvent: 'onLanguage:json' [2021-11-11 07:28:34.185] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features, startup: false, activationEvent: 'onLanguage:jsonc' [2021-11-11 07:29:06.775] [exthost] [info] Extension host with pid 46124 started [2021-11-11 07:29:06.775] [exthost] [info] Skipping acquiring lock for /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/vscsmoke/d-rxr53a6w/User/workspaceStorage/046e33e091a6a1e5c97ed8d578efc373. [2021-11-11 07:29:07.036] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft' [2021-11-11 07:29:07.114] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: true, activationEvent: '*' [2021-11-11 07:29:07.118] [exthost] [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*', root cause: vscode.github [2021-11-11 07:29:07.321] [exthost] [info] ExtensionService#_doActivateExtension vscode.vscode-notebook-tests, startup: true, activationEvent: '*' [2021-11-11 07:29:07.399] [exthost] [info] ExtensionService#_doActivateExtension vscode.npm, startup: true, activationEvent: 'workspaceContains:package.json' [2021-11-11 07:29:08.175] [exthost] [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' [2021-11-11 07:29:08.242] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' [2021-11-11 07:29:08.320] [exthost] [info] Eager extensions activated [2021-11-11 07:29:08.378] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' [2021-11-11 07:29:08.772] [exthost] [info] ExtensionService#_doActivateExtension vscode.extension-editing, startup: false, activationEvent: 'onLanguage:markdown' [2021-11-11 07:29:08.870] [exthost] [info] ExtensionService#_doActivateExtension vscode.markdown-language-features, startup: false, activationEvent: 'onLanguage:markdown' [2021-11-11 07:29:10.409] [exthost] [info] ExtensionService#_doActivateExtension vscode.markdown-math, startup: false, activationEvent: 'api', root cause: vscode.markdown-language-features [2021-11-11 07:29:10.418] [exthost] [info] ExtensionService#_doActivateExtension vscode.configuration-editing, startup: false, activationEvent: 'onLanguage:json' [2021-11-11 07:29:10.424] [exthost] [info] ExtensionService#_doActivateExtension vscode.json-language-features, startup: false, activationEvent: 'onLanguage:json' [2021-11-11 07:29:10.834] [exthost] [info] extension host terminating: renderer closed the socket [2021-11-11 07:29:11.928] [exthost] [info] Extension host with pid 46124 exiting with code 0 [2021-11-11 07:29:15.801] [exthost] [info] Extension host with pid 46600 started [2021-11-11 07:29:15.801] [exthost] [info] Skipping acquiring lock for /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/vscsmoke/d-rxr53a6w/User/workspaceStorage/046e33e091a6a1e5c97ed8d578efc373. [2021-11-11 07:29:15.983] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft' [2021-11-11 07:29:16.071] [exthost] [info] ExtensionService#_doActivateExtension vscode.extension-editing, startup: false, activationEvent: 'onLanguage:markdown' [2021-11-11 07:29:16.091] [exthost] [info] ExtensionService#_doActivateExtension vscode.markdown-language-features, startup: false, activationEvent: 'onLanguage:markdown' [2021-11-11 07:29:16.251] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: true, activationEvent: '*' [2021-11-11 07:29:16.256] [exthost] [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*', root cause: vscode.github [2021-11-11 07:29:16.361] [exthost] [info] ExtensionService#_doActivateExtension vscode.vscode-notebook-tests, startup: true, activationEvent: '*' [2021-11-11 07:29:16.367] [exthost] [info] extension host terminating: renderer closed the socket [2021-11-11 07:29:16.369] [exthost] [error] Activating extension vscode.npm failed due to an error: [2021-11-11 07:29:16.369] [exthost] [error] Canceled: Canceled at Object.i [as canceled] (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:5:1157) at /Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:98:9064 at Array.forEach (<anonymous>) at t.dispose (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:98:9012) at b.terminate (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:103:694) at a (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:113:32578) at Socket.<anonymous> (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:113:30190) at Socket.emit (events.js:327:22) at Pipe.<anonymous> (net.js:673:12) [2021-11-11 07:29:16.370] [exthost] [error] Activating extension vscode.microsoft-authentication failed due to an error: [2021-11-11 07:29:16.370] [exthost] [error] Canceled: Canceled at Object.i [as canceled] (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:5:1157) at /Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:98:9064 at Array.forEach (<anonymous>) at t.dispose (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:98:9012) at b.terminate (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:103:694) at a (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:113:32578) at Socket.<anonymous> (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:113:30190) at Socket.emit (events.js:327:22) at Pipe.<anonymous> (net.js:673:12) [2021-11-11 07:29:16.370] [exthost] [error] Activating extension vscode.extension-editing failed due to an error: [2021-11-11 07:29:16.370] [exthost] [error] Canceled: Canceled at Object.i [as canceled] (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:5:1157) at /Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:98:9064 at Array.forEach (<anonymous>) at t.dispose (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:98:9012) at b.terminate (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:103:694) at a (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:113:32578) at Socket.<anonymous> (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:113:30190) at Socket.emit (events.js:327:22) at Pipe.<anonymous> (net.js:673:12) [2021-11-11 07:29:16.370] [exthost] [error] Activating extension vscode.markdown-language-features failed due to an error: [2021-11-11 07:29:16.371] [exthost] [error] Canceled: Canceled at Object.i [as canceled] (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:5:1157) at /Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:98:9064 at Array.forEach (<anonymous>) at t.dispose (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:98:9012) at b.terminate (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:103:694) at a (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:113:32578) at Socket.<anonymous> (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:113:30190) at Socket.emit (events.js:327:22) at Pipe.<anonymous> (net.js:673:12) [2021-11-11 07:29:16.371] [exthost] [error] Activating extension vscode.debug-auto-launch failed due to an error: [2021-11-11 07:29:16.371] [exthost] [error] Canceled: Canceled at Object.i [as canceled] (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:5:1157) at /Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:98:9064 at Array.forEach (<anonymous>) at t.dispose (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:98:9012) at b.terminate (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:103:694) at a (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:113:32578) at Socket.<anonymous> (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:113:30190) at Socket.emit (events.js:327:22) at Pipe.<anonymous> (net.js:673:12) [2021-11-11 07:29:16.372] [exthost] [error] Activating extension vscode.git failed due to an error: [2021-11-11 07:29:16.376] [exthost] [error] Canceled: Canceled at Object.i [as canceled] (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:5:1157) at /Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:98:9064 at Array.forEach (<anonymous>) at t.dispose (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:98:9012) at b.terminate (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:103:694) at a (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:113:32578) at Socket.<anonymous> (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:113:30190) at Socket.emit (events.js:327:22) at Pipe.<anonymous> (net.js:673:12) [2021-11-11 07:29:16.377] [exthost] [error] Activating extension vscode.vscode-notebook-tests failed due to an error: [2021-11-11 07:29:16.377] [exthost] [error] Canceled: Canceled at Object.i [as canceled] (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:5:1157) at /Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:98:9064 at Array.forEach (<anonymous>) at t.dispose (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:98:9012) at b.terminate (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:103:694) at a (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:113:32578) at Socket.<anonymous> (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:113:30190) at Socket.emit (events.js:327:22) at Pipe.<anonymous> (net.js:673:12) [2021-11-11 07:29:16.378] [exthost] [info] Eager extensions activated [2021-11-11 07:29:16.378] [exthost] [error] Activating extension vscode.merge-conflict failed due to an error: [2021-11-11 07:29:16.378] [exthost] [error] Canceled: Canceled at Object.i [as canceled] (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:5:1157) at t._remoteCall (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:98:13876) at Proxy.B.<computed>.F.charCodeAt.B.<computed> (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:98:10271) at w._activateExtension (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:99:11817) at Object.actualActivateExtension (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:99:9236) at c._activateExtension (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:94:88150) at /Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:94:87832 at Array.map (<anonymous>) at c._activateExtensions (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:94:87820) at c.activateById (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:94:85418) at w._activateById (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:99:10238) at w._activateOneStartupFinished (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:99:15422) at w._activateAllStartupFinished (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:99:15793) at /Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:99:16286 [2021-11-11 07:29:17.379] [exthost] [info] Extension host with pid 46600 exiting with code 0 [2021-11-11 07:29:23.902] [exthost] [info] Extension host with pid 46852 started [2021-11-11 07:29:23.902] [exthost] [info] Skipping acquiring lock for /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/vscsmoke/d-sze3txql/User/workspaceStorage/046e33e091a6a1e5c97ed8d578efc373. [2021-11-11 07:29:24.062] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft' [2021-11-11 07:29:24.112] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: true, activationEvent: '*' [2021-11-11 07:29:24.117] [exthost] [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*', root cause: vscode.github [2021-11-11 07:29:24.243] [exthost] [info] ExtensionService#_doActivateExtension vscode.vscode-notebook-tests, startup: true, activationEvent: '*' [2021-11-11 07:29:24.245] [exthost] [info] ExtensionService#_doActivateExtension vscode.npm, startup: true, activationEvent: 'workspaceContains:package.json' [2021-11-11 07:29:24.779] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features, startup: false, activationEvent: 'onLanguage:javascript' [2021-11-11 07:29:24.913] [exthost] [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' [2021-11-11 07:29:25.794] [exthost] [info] Eager extensions activated [2021-11-11 07:29:26.240] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' [2021-11-11 07:29:26.254] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' [2021-11-11 07:29:26.291] [exthost] [info] ExtensionService#_doActivateExtension vscode.configuration-editing, startup: false, activationEvent: 'onLanguage:jsonc' [2021-11-11 07:29:26.298] [exthost] [info] ExtensionService#_doActivateExtension vscode.json-language-features, startup: false, activationEvent: 'onLanguage:jsonc' [2021-11-11 07:29:31.301] [exthost] [info] extension host terminating: renderer closed the socket [2021-11-11 07:29:32.358] [exthost] [info] Extension host with pid 46852 exiting with code 0 [2021-11-11 07:29:40.411] [exthost] [info] Extension host with pid 47702 started [2021-11-11 07:29:40.411] [exthost] [info] Skipping acquiring lock for /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/vscsmoke/d-ue74rd6w/User/workspaceStorage/046e33e091a6a1e5c97ed8d578efc373. [2021-11-11 07:29:40.848] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft' [2021-11-11 07:29:40.893] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: true, activationEvent: '*' [2021-11-11 07:29:40.901] [exthost] [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*', root cause: vscode.github [2021-11-11 07:29:40.993] [exthost] [info] ExtensionService#_doActivateExtension vscode.vscode-notebook-tests, startup: true, activationEvent: '*' [2021-11-11 07:29:40.995] [exthost] [info] ExtensionService#_doActivateExtension vscode.npm, startup: true, activationEvent: 'workspaceContains:package.json' [2021-11-11 07:29:41.474] [exthost] [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' [2021-11-11 07:29:41.527] [exthost] [info] Eager extensions activated [2021-11-11 07:29:41.532] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' [2021-11-11 07:29:41.538] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' [2021-11-11 07:29:44.841] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features, startup: false, activationEvent: 'onLanguage:javascript' [2021-11-11 07:29:51.525] [exthost] [info] extension host terminating: renderer closed the socket [2021-11-11 07:29:52.596] [exthost] [info] Extension host with pid 47702 exiting with code 0 [2021-11-11 07:30:01.475] [exthost] [info] Extension host with pid 48650 started [2021-11-11 07:30:01.475] [exthost] [info] Skipping acquiring lock for /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/vscsmoke/d-q7a88ba1/User/workspaceStorage/046e33e091a6a1e5c97ed8d578efc373. [2021-11-11 07:30:01.602] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft' [2021-11-11 07:30:01.639] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: true, activationEvent: '*' [2021-11-11 07:30:01.643] [exthost] [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*', root cause: vscode.github [2021-11-11 07:30:01.731] [exthost] [info] ExtensionService#_doActivateExtension vscode.vscode-notebook-tests, startup: true, activationEvent: '*' [2021-11-11 07:30:01.733] [exthost] [info] ExtensionService#_doActivateExtension vscode.npm, startup: true, activationEvent: 'workspaceContains:package.json' [2021-11-11 07:30:01.880] [exthost] [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' [2021-11-11 07:30:01.888] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' [2021-11-11 07:30:02.053] [exthost] [info] Eager extensions activated [2021-11-11 07:30:02.101] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' [2021-11-11 07:30:02.769] [exthost] [info] extension host terminating: renderer closed the socket [2021-11-11 07:30:03.809] [exthost] [info] Extension host with pid 48650 exiting with code 0 [2021-11-11 07:30:10.274] [exthost] [info] Extension host with pid 49019 started [2021-11-11 07:30:10.274] [exthost] [info] Skipping acquiring lock for /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/vscsmoke/d-49hct3qj/User/workspaceStorage/046e33e091a6a1e5c97ed8d578efc373. [2021-11-11 07:30:10.425] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft' [2021-11-11 07:30:10.474] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: true, activationEvent: '*' [2021-11-11 07:30:10.478] [exthost] [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*', root cause: vscode.github [2021-11-11 07:30:10.744] [exthost] [info] ExtensionService#_doActivateExtension vscode.vscode-notebook-tests, startup: true, activationEvent: '*' [2021-11-11 07:30:10.749] [exthost] [info] ExtensionService#_doActivateExtension vscode.npm, startup: true, activationEvent: 'workspaceContains:package.json' [2021-11-11 07:30:10.965] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' [2021-11-11 07:30:11.207] [exthost] [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' [2021-11-11 07:30:12.370] [exthost] [info] Eager extensions activated [2021-11-11 07:30:12.430] [exthost] [info] ExtensionService#_doActivateExtension vscode.css-language-features, startup: false, activationEvent: 'onLanguage:css' [2021-11-11 07:30:12.467] [exthost] [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage:css' [2021-11-11 07:30:12.484] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' [2021-11-11 07:30:15.099] [exthost] [info] ExtensionService#_doActivateExtension vscode.configuration-editing, startup: false, activationEvent: 'onLanguage:jsonc' [2021-11-11 07:30:15.105] [exthost] [info] ExtensionService#_doActivateExtension vscode.json-language-features, startup: false, activationEvent: 'onLanguage:jsonc' [2021-11-11 07:30:15.184] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features, startup: false, activationEvent: 'onLanguage:jsonc' [2021-11-11 07:30:16.338] [exthost] [error] [vscode.json-language-features] provider FAILED [2021-11-11 07:30:16.341] [exthost] [error] Canceled: Canceled at b.makeCancelError (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/json-language-features/client/dist/node/jsonClientMain.js:1:492175) at b.handleFailedRequest (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/json-language-features/client/dist/node/jsonClientMain.js:1:492026) at /Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/json-language-features/client/dist/node/jsonClientMain.js:1:503228 at runNextTicks (internal/process/task_queues.js:58:5) at processImmediate (internal/timers.js:434:9) at async Q.provideColors (/Users/runner/work/1/VSCode-darwin-x64/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:94:186375) [2021-11-11 07:30:17.495] [exthost] [info] extension host terminating: renderer closed the socket [2021-11-11 07:30:18.580] [exthost] [info] Extension host with pid 49019 exiting with code 0 [2021-11-11 07:30:24.580] [exthost] [info] Extension host with pid 49914 started [2021-11-11 07:30:24.580] [exthost] [info] Skipping acquiring lock for /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/vscsmoke/d-2lr27y39/User/workspaceStorage/046e33e091a6a1e5c97ed8d578efc373. [2021-11-11 07:30:24.780] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft' [2021-11-11 07:30:24.939] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: true, activationEvent: '*' [2021-11-11 07:30:24.969] [exthost] [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*', root cause: vscode.github [2021-11-11 07:30:25.132] [exthost] [info] ExtensionService#_doActivateExtension vscode.vscode-notebook-tests, startup: true, activationEvent: '*' [2021-11-11 07:30:25.153] [exthost] [info] ExtensionService#_doActivateExtension vscode.npm, startup: true, activationEvent: 'workspaceContains:package.json' [2021-11-11 07:30:25.954] [exthost] [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' [2021-11-11 07:30:26.297] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features, startup: false, activationEvent: 'onLanguage:javascript' [2021-11-11 07:30:26.361] [exthost] [info] Eager extensions activated [2021-11-11 07:30:26.473] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' [2021-11-11 07:30:27.115] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' [2021-11-11 07:30:31.387] [exthost] [info] extension host terminating: renderer closed the socket [2021-11-11 07:30:32.405] [exthost] [info] Extension host with pid 49914 exiting with code 0 [2021-11-11 07:30:40.877] [exthost] [info] Extension host with pid 50561 started [2021-11-11 07:30:40.877] [exthost] [info] Skipping acquiring lock for /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/vscsmoke/d-4on9mr8u/User/workspaceStorage/046e33e091a6a1e5c97ed8d578efc373. [2021-11-11 07:30:41.018] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft' [2021-11-11 07:30:41.328] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: true, activationEvent: '*' [2021-11-11 07:30:41.333] [exthost] [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*', root cause: vscode.github [2021-11-11 07:30:41.628] [exthost] [info] ExtensionService#_doActivateExtension vscode.vscode-notebook-tests, startup: true, activationEvent: '*' [2021-11-11 07:30:41.630] [exthost] [info] ExtensionService#_doActivateExtension vscode.npm, startup: true, activationEvent: 'workspaceContains:package.json' [2021-11-11 07:30:41.911] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' [2021-11-11 07:30:42.074] [exthost] [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' [2021-11-11 07:30:42.126] [exthost] [info] Eager extensions activated [2021-11-11 07:30:42.212] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' [2021-11-11 07:30:43.000] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features, startup: false, activationEvent: 'onLanguage:javascript' [2021-11-11 07:30:49.101] [exthost] [info] extension host terminating: renderer closed the socket [2021-11-11 07:30:50.129] [exthost] [info] Extension host with pid 50561 exiting with code 0 [2021-11-11 07:31:00.380] [exthost] [info] Extension host with pid 51226 started [2021-11-11 07:31:00.380] [exthost] [info] Skipping acquiring lock for /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/vscsmoke/d-8g74uqgs/User/workspaceStorage/046e33e091a6a1e5c97ed8d578efc373. [2021-11-11 07:31:00.671] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft' [2021-11-11 07:31:00.706] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: true, activationEvent: '*' [2021-11-11 07:31:00.710] [exthost] [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*', root cause: vscode.github [2021-11-11 07:31:00.798] [exthost] [info] ExtensionService#_doActivateExtension vscode.vscode-notebook-tests, startup: true, activationEvent: '*' [2021-11-11 07:31:00.800] [exthost] [info] ExtensionService#_doActivateExtension vscode.npm, startup: true, activationEvent: 'workspaceContains:package.json' [2021-11-11 07:31:01.400] [exthost] [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' [2021-11-11 07:31:01.529] [exthost] [info] Eager extensions activated [2021-11-11 07:31:01.543] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' [2021-11-11 07:31:01.594] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' [2021-11-11 07:31:03.043] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode.vscode-smoketest-check, startup: false, activationEvent: 'onCommand:vscode-smoketest-check.smoketestCheck' [2021-11-11 07:31:03.088] [exthost] [info] ExtensionService#_doActivateExtension vscode.markdown-math, startup: false, activationEvent: 'api', root cause: vscode.markdown-language-features [2021-11-11 07:31:03.472] [exthost] [info] extension host terminating: renderer closed the socket [2021-11-11 07:31:04.543] [exthost] [info] Extension host with pid 51226 exiting with code 0 [2021-11-11 07:31:10.371] [exthost] [info] Extension host with pid 51839 started [2021-11-11 07:31:10.371] [exthost] [info] Skipping acquiring lock for /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/vscsmoke/d-ie3iznwd/User/workspaceStorage/24ea327655c68e3e6aaaf3b00b9c3d72. [2021-11-11 07:31:10.844] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft' [2021-11-11 07:31:10.979] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: true, activationEvent: '*' [2021-11-11 07:31:10.988] [exthost] [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*', root cause: vscode.github [2021-11-11 07:31:11.134] [exthost] [info] ExtensionService#_doActivateExtension vscode.vscode-notebook-tests, startup: true, activationEvent: '*' [2021-11-11 07:31:11.289] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' [2021-11-11 07:31:11.405] [exthost] [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' [2021-11-11 07:31:11.506] [exthost] [info] Eager extensions activated [2021-11-11 07:31:11.508] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' [2021-11-11 07:31:11.607] [exthost] [info] extension host terminating: renderer closed the socket [2021-11-11 07:31:12.629] [exthost] [info] Extension host with pid 51839 exiting with code 0 [2021-11-11 07:31:17.752] [exthost] [info] Extension host with pid 52429 started [2021-11-11 07:31:17.752] [exthost] [info] Skipping acquiring lock for /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/vscsmoke/d-wmo67d1k/User/workspaceStorage/046e33e091a6a1e5c97ed8d578efc373. [2021-11-11 07:31:18.254] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft' [2021-11-11 07:31:18.292] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: true, activationEvent: '*' [2021-11-11 07:31:18.297] [exthost] [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*', root cause: vscode.github [2021-11-11 07:31:18.775] [exthost] [info] ExtensionService#_doActivateExtension vscode.vscode-notebook-tests, startup: true, activationEvent: '*' [2021-11-11 07:31:18.779] [exthost] [info] ExtensionService#_doActivateExtension vscode.npm, startup: true, activationEvent: 'workspaceContains:package.json' [2021-11-11 07:31:19.520] [exthost] [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' [2021-11-11 07:31:19.616] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' [2021-11-11 07:31:19.681] [exthost] [info] Eager extensions activated [2021-11-11 07:31:19.750] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' [2021-11-11 07:31:22.287] [exthost] [info] extension host terminating: renderer closed the socket [2021-11-11 07:31:23.295] [exthost] [info] Extension host with pid 52429 exiting with code 0 [2021-11-11 07:31:36.528] [exthost] [info] Extension host with pid 53647 started [2021-11-11 07:31:36.528] [exthost] [info] Skipping acquiring lock for /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/vscsmoke/d/abcdø/User/workspaceStorage/046e33e091a6a1e5c97ed8d578efc373. [2021-11-11 07:31:36.574] [exthost] [info] extension host terminating: renderer closed the socket [2021-11-11 07:31:36.575] [exthost] [error] [ExtHostStorage] {"code":"Unknown","name":"Canceled (FileSystemError)"} [2021-11-11 07:31:37.576] [exthost] [info] Extension host with pid 53647 exiting with code 0 [2021-11-11 07:31:37.953] [exthost] [info] extension host terminating: renderer closed the socket [2021-11-11 07:31:39.056] [exthost] [info] Extension host with pid 44983 exiting with code 0 I am experiencing the same issue and it uses up all the space in my /tmp partition writing out empty cancelled files. Much better now!
gharchive/issue
2021-11-11T07:45:16
2025-04-01T06:44:59.639761
{ "authors": [ "bpasero", "mackiecarr89" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/136937", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1051278925
Terminal font rendering in vscode is blurry | vs code 1.62.1 with Intel HD Graphics 630 driver 30.0.100.9955 Does this issue occur when all extensions are disabled?: Yes VS Code Version: 1.62.1 OS Version: Windows 11 21H2 22000.318 Terminal font rendering in vscode is blurry | vs code 1.62.1 with Intel HD Graphics 630 driver 30.0.100.9955 vs code windows terminal the rendering is only blurry in the terminal in vs code does changing terminal.integrated.gpuAcceleration help?
gharchive/issue
2021-11-11T19:08:50
2025-04-01T06:44:59.644982
{ "authors": [ "insinfo", "meganrogge" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/136985", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1051613205
Separately disable grammars contribution from an extension I'm the author of Lua extension. Since the default Lua tmLanguage of VSCode is too old, my extension provides a new tmLanguage. However, some users want to use other extensions to provide coloring, which creates conflicts. Therefore, I hope you can provide a way to disable the grammars contribution of the extension separately so that users can use other extensions. We currently only have the mechanism of disabling extensions (your or ours). Would it make sense to separate out your grammar in a separate extension, so users have the freedom to choose? We're also open updating our grammar to a better one (e.g. yours). But it sounds that there are various grammars out there, and different users prefer? Can you list the other extesions? Sorry for my late reply. Separate out my grammar in a separate extension is indeed a way, I can pop up a prompt in the extension to suggest that users also install this extension. I did this initially because VSCode's built-in grammar file is a bit poor, and the default dark+ theme does not support it well (many tokens are displayed as white or purple in dark+, he color is very monotonous). So I modified these tokens and used some other tokens according to the color scheme of the dark+ theme. However, this has had a negative impact on some themes that have good support for the built-in Lua grammar files, some users reported that because he is partially color-blind, he needs to use a specific theme, and my modified token leads to a bad experience. Perhaps the best way is to keep the original token unchanged, just add new tokens (new syntax and new basic API), and then improve dark+'s support for Lua. +1 for improving the bult-in lua grammar with some additional scopes. Not sure if https://github.com/textmate/lua.tmbundle is still maintained, but I suggest starting with a PR there. If nothing happens, and you are willing to setup a new repo with the improved grammar, we're happy to switch it. Closing as we don't intend to add configuration that allows to just disable a grammar. OK, I will do some works about it. By the way I have opened a PR there long long ago.
gharchive/issue
2021-11-12T06:00:08
2025-04-01T06:44:59.650728
{ "authors": [ "aeschli", "sumneko" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/137018", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1060237453
Account sign-out dialog "Sign out" button caption should be "Sign Out" Issue Type: Bug The item triggering it from the Account icon's menu is captioned "Sign Out". VS Code version: Code - Insiders 1.63.0-insider (4e303fcc52269ab578affa6cb1eb455eacab445f, 2021-11-22T05:28:15.683Z) OS version: Windows_NT x64 10.0.19043 Restricted Mode: No /assign @misolori @TylerLeonhardt i believe this is related to the accounts sign in cc @sbatten for whether we sentence or capitalize buttons in dialogs Purely based on "Don't Save", I suppose we are not using sentence casing.
gharchive/issue
2021-11-22T14:41:08
2025-04-01T06:44:59.654157
{ "authors": [ "gjsjohnmurray", "misolori", "sbatten" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/137651", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1068018367
Comment and uncomment multiple lines in .env file pressing ctrl + / should comment and uncomment multiple env variables But currently I have to select using ctrl + shift + up/down to achive this and this takes so much time. If something like this is already there please help me how to do it. Thanks You can try the ENV extension. Maybe vscode can have a built-in extension for .env files, or just add .env extension to Shell Script Language Basics built-in extension. You can try the ENV extension. Maybe vscode can have a built-in extension for .env files, or just add .env file suffix to Shell Script Language Basics built-in extension. thanks for mentioning that extension it came handy and also found another to switch between different env .env switcher This solved my current problem.
gharchive/issue
2021-12-01T06:34:00
2025-04-01T06:44:59.658265
{ "authors": [ "RaviPabari", "yume-chan" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/138241", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1111916446
Unable to fold/unfold sections of code in VS code Off late, I am not able to fold/unfold segments of python code. The icon similar to 'v' does not appear on the left. The strange thing is that I see this on json files. There are no specific steps to reproduce this issue. It occurs randomly. Can you provide screenshots? This happens randomly after no specific trigger. How can I collect logs ? For JSON files, I don't see this issue. I used to be able to fold comments, but now that seems impossible. This was a way for me to format large sets of code. I also tried the #region but still no folding. I would hate to lose the ability to fold on comments. @abhi910 and @Hansander, are you perhaps using the Pylance vscode extension? I see that it added its own support for folding ranges recently. See the end of this thread. If you are using Pylance then I think that's why things have changed. In that case please post about the issue(s) at the Pylance repository..
gharchive/issue
2022-01-23T16:19:05
2025-04-01T06:44:59.661826
{ "authors": [ "Hansander", "PieterBranderhorst", "abhi910", "tacosontitan" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/141242", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1114370941
Language mode never autodetects "diff" Issue Type: Bug I like VS Code's editor and diff highlighting, so I often use a command like git diff | code -n - which opens a new Code window with the diff information. However, it always autodetects the language of the files in the diff, so I have to manually run the Change Language Mode command and choose Diff. In my usage the diff always starts with diff --git a/... so I think making a hard rule to check for that when autodetecting the language would be easy, but I can't find the settings to do so. VS Code version: Code 1.63.2 (Universal) (899d46d82c4c95423fb7e10e68eba52050e30ba3, 2021-12-15T09:37:28.172Z) OS version: Darwin x64 20.6.0 Restricted Mode: No System Info Item Value CPUs Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz (16 x 2400) GPU Status 2d_canvas: enabledgpu_compositing: enabledmetal: disabled_offmultiple_raster_threads: enabled_onoop_rasterization: enabledopengl: enabled_onrasterization: enabledskia_renderer: disabled_off_okvideo_decode: enabledwebgl: enabledwebgl2: enabled Load (avg) 2, 4, 4 Memory (System) 32.00GB (5.90GB free) Process Argv --crash-reporter-id 7f31f284-3a0c-4d3c-8a0a-74fa23d2acee Screen Reader no VM 0% Extensions (12) Extension Author (truncated) Version vscode-eslint dba 2.2.2 prettier-vscode esb 9.1.0 flow-for-vscode flo 1.9.2 vscode-language-babel mgm 0.0.35 python ms- 2021.12.1559732655 vscode-pylance ms- 2022.1.3 jupyter ms- 2021.11.1001550889 jupyter-keymap ms- 1.0.0 jupyter-renderers ms- 1.0.4 vs-code-prettier-eslint rve 3.1.0 transpose v4r 0.0.5 any-swap wol 0.1.3 A/B Experiments vsliv368cf:30146710 vsreu685:30147344 python383cf:30185419 vspor879:30202332 vspor708:30202333 vspor363:30204092 pythontb:30283811 pythonvspyt551cf:30345471 pythonptprofiler:30281270 vsdfh931:30280409 vshan820:30294714 vstes263:30335439 pythondataviewer:30285071 vscod805:30301674 pythonvspyt200:30340761 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593cf:30376535 pythonvs932:30410667 vscop804cf:30404767 vs360cf:30404996 vsrem710cf:30416617 py55gd98:30419165 vscexrecpromp3c:30407761 Am I the only one who does this, or has this issue? @bug-deal, apologies for not getting back to you on this. Are you still able to reproduce this issue with the latest version of VS Code? This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding!
gharchive/issue
2022-01-25T21:16:49
2025-04-01T06:44:59.675305
{ "authors": [ "VSCodeTriageBot", "bug-deal", "lszomoru" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/141492", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1162079344
Not able to create lwc project Hi I am trying to create a new project in salesforce, but the folder automatically gets the name of the newly created project and the 3 files i.e .html, .js,.meta xml are also not present in lwc folder /causedByExtension please report this to the author of the Salesforce extension which I assume you are use.
gharchive/issue
2022-03-08T00:28:13
2025-04-01T06:44:59.676714
{ "authors": [ "NayanaGupta-Git", "gjsjohnmurray" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/144637", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1189436762
Debugging into function goes to a different place Recording 2022-04-01 at 10.19.11.gif.zip Steps: debug test encoding updates with language based configuration add breakpoint into this line debug test try to step into await this.forceResolveFromFile(); This is a bug in Chrome, which is surprisingly easy to reproduce. It's probably already opened, but I could not find an issue on their tracker, so I made a new one: https://bugs.chromium.org/p/chromium/issues/detail?id=1319019
gharchive/issue
2022-04-01T08:19:36
2025-04-01T06:44:59.679870
{ "authors": [ "bpasero", "connor4312" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/146512", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1205152990
JS doc @component fixes I have a .svelte file with this comment just above the HTML component: <!-- @component A customizable analog clock @param {string} mode: 'static' if the clock displays only one time --> And when hovering, it provides this helpful tooltip: But because it's in an HTML comment, the @param doesn't syntax highlight correctly, and even if I add spaces or asterisks or both it still doesn't work. Even if I make it a JS comment in the script above, then the entire @component doc doesn't display at all. You can see that adding the asterisk highlights it in a brighter green, and in markdown it's a bullet point (correctly so), but I cannot get it to highlight @param as someone would usually see: I would guess this is a bug, but it's also kind of a feature request to add syntax highlighting, so I didn't want to distract from actually valid bugs. Feel free to recategorize this. I think this highlighting comes from your svelte extension so please file this issue against them
gharchive/issue
2022-04-15T01:11:37
2025-04-01T06:44:59.684475
{ "authors": [ "justingolden21", "mjbvz" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/147490", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1216442883
multi-line comment marker shifts by one line after submitting the comment Testing #148048 This looks like https://github.com/microsoft/vscode/issues/148210#issuecomment-1110823492 too. Can you walk me through the exact steps you took to end up with this? Not able to repro this. I may have selected some area of text.
gharchive/issue
2022-04-26T20:28:43
2025-04-01T06:44:59.686548
{ "authors": [ "alexr00", "karthiknadig" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/148213", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1387693786
Disabling experiment doesn't roll back affected setting default values Have a session which was opted into an experiment (eg Control Center) Disable experiments 🐛 Experiment is still running. (eg Control Center is still rendered) I think reload is required for the experiment to be disabled. Have you? If reload is required, we should leverage the mechanism that prompts the user to reload, whenever the Enable experiments setting changes.
gharchive/issue
2022-09-27T12:39:48
2025-04-01T06:44:59.688857
{ "authors": [ "joaomoreno", "sandy081" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/161961", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1394123508
Microsoft Authentication Provider fails to authenticate in sovereign aka national/gov clouds e.g. Mooncake, DoD Does this issue occur when all extensions are disabled?: Yes/No VS Code Version: Version: 1.71.2 OS Version: Windows 11 Enterprise, Version: 21H2, OS Build: 22000.978 Steps to Reproduce: Open PowerPages Studio (https://make.powerpages.microsoft.cn/) Login with correct credentials of a user in Mooncake Launch VSCode for web Notice the authentication popup (the AzureAD endpoint is https://login.microsoftonline.com/ it should have been https://login.partner.microsoftonline.cn/) Since the AzureAD endpoint is incorrect it is not able to find the user. Couple of questions I need to answer: Can we leave it up to the extension to ask for a particular Cloud? Or does the User have to start a specific "Azure Cloud" flow? (example in the wild: currently the Azure Account extension asks the user to choose Azure or Azure Cloud) If the later, can we do so without disrupting the users flow today since 99% of customers don't know and don't need to know what an Azure Cloud is? (ex: GitHub Enterprise is a separate auth provider that is only enabled if the user applies a setting github-authentication.uri) Can vscode.dev, a service not hosted in an Azure Cloud, do a POST request to /{tenant}/oauth2/v2.0/token or will it be blocked? To have confidence, I will want to validate this works in all Azure Clouds. What's the process for getting an account in each of these clouds? The core Azure extensions are considering using the MS auth provider built in to VSCode; this is likely to be a necessary feature for that. Relating to the questions that @TylerLeonhardt raised, I can offer some insights from how the Azure Account extension does things. There are two ways to log in to a sovereign cloud in the Azure Account extension. The first is to set some VSCode settings, and then log in. The second is a separate login command, "Log in to Azure Cloud...", which first prompts for which sovereign cloud to log in to, and then sets the setting, and then proceeds with login as normal. I think that both a setting in the auth provider extension and an input hack like VSCODE_CLIENT_ID would be helpful. The former would be ideal for users that want to configure every Azure extension all from one place. The latter would be good if there was an extension that wanted to reach "across" to a separate sovereign cloud. I saw in source code that the default login URL, microsoftonline.com, is hardcoded; I think that the default could be controlled by the setting, while including the ability to override with something like the VSCODE_CLIENT_ID. @jingloumsft I know we have some sovereign cloud accounts for testing, can we share these with Tyler? @bwateratmsft mooncake probably but not Fairfax. Pls talk to me when you need this. @bwateratmsft on the GitHub auth side, we have GitHub Enterprise Server support which uses the github-enterprise.uri setting that the user sets in their settings and enlightens the GitHub Auth extension to register an additional Auth Provider that uses this URI as the base instead of github.com... I wonder if a similar pattern for the sovereign clouds could be used: "microsoft-enterprise.cloud":"Mooncake" // or "Fairfax" and then we register a Mooncake Auth Provider that you could consume. getSession('microsoft-enterprise', [...]) and that would return sessions based on Mooncake. I'd have to think about it some more but at first glance I'm not sure I like the idea of having a separate auth provider (i.e. microsoft-enterprise) for sovereign clouds. 99 percent of the time, Sovereign Clouds won't be used. Esp since at the moment, the majority of folks use the Microsoft Auth provider to sign in to Settings Sync, something that Sovereign Clouds shouldn't be able to sign in to as our Settings Sync server is hosted outside of those clouds. Today, you cannot (and shouldn't be able to) use your GH enterprise account to sign in to Settings Sync and Sovereign Clouds align with that thinking. the majority of folks use the Microsoft Auth provider to sign in to Settings Sync Good point. For the purposes of "let all the configuration be in one place", do you expect extensions to use the presence of a value for microsoft-enterprise.cloud as an indication that they should use the microsoft-enterprise auth provider instead of microsoft (assuming that they care about sovereign clouds)? e.g. should the Azure extensions use that setting to indicate that the user wants to use sovereign clouds instead of public for Azure resource management? e.g. should the Azure extensions use that setting to indicate that the user wants to use sovereign clouds instead of public for Azure resource management? Likely. This is what we are doing in the GitHub Pull Request Extension... although there, there are other signals that are used to help decide when a user wants GHES. I'm thinking that Azure extensions can still have their quick pick "Sign in to Azure Cloud" which either: sets the setting thus triggering the Microsoft Auth extension to register the microsoft-enterprise auth provider... then you can call getSession('microsoft-enterprise'...) we always register microsoft-enterprise then when you do Sign in to Azure Cloud that calls getSession('microsoft-enterprise') which then shows a quick pick to choose the cloud and then we save the setting for future getSession calls The former is what we do for GHES... and I understand it is a bit more indirect... but then we don't have to register an auth provider that will rarely be used... so I'm inclined to lean that way. The other option is we ship another extension that activates on microsoft-enterprise but that would be quite a refactoring in order to share code. Shouldn't the auth provider extension always register both auth providers? in order for the extensions to activate as fast as possible, registering both would be extraneous for most users. Fair enough, but wouldn't we only be talking about a couple microseconds? Yeah it's worth profiling on my end. Also GCC-H clouds are a thing. Just wanted to call that out as I am merging an issue about that with this issue. I'm currently discussing with @isidorn and we talked about adding an optional providerOptions?: unknown object to the vscode.authentication.getSession API. Or, packing additional options into the existing [AuthenticationGetSessionOptions](https://code.visualstudio.com/api/references/vscode-api#AuthenticationGetSessionOptions) object that gets passed along to the provider. There is already an implicit contract that each provider has to "declare" with respect to scopes--scopes will mean different things to different auth providers. I don't think it's a problem to have an additional implicit contract that the auth caller and auth provider know about, without VSCode needing to know. @bwateratmsft yes I want that for this as well: https://github.com/microsoft/vscode/issues/115626 Nice! Great minds think alike :smile: I think the signature of providerOptions in your draft could be made more generic, i.e. unknown, assuming that there aren't problems with crossing process boundaries or something. @stgarf-sx how are you using this account? The fix for this was to offer a new auth provider called microsoft-sovereign-cloud and an extension has to leverage this auth provider. Do you work on an extension? @stgarf-sx LiveShare has to intentionally make a change to support sovereign clouds so I doubt you are leveraging this change. (Telemetry says that no one is yet) So when you initiate a sign in, login.microsoftonline.com opens, right? And do you but your Sovereign Cloud email in there? I'm still wondering how you're getting this error through the normal public cloud flow. At the login screen when I enter my email I am redirected to our on-prem ADFS for SSO then redirected Ah so I need to figure out how to make sure you don't redirect in that flow... @stgarf-sx I just thought of something for you to try out for me... can you give this a go: Install my Fugio extension which I made specifically for testing out auth providers Set the setting "microsoft-sovereign-cloud.endpoint": "Azure US Government" run the command Fugio: Mint token put microsoft-sovereign-cloud in the first quick pick put email in the second as the scope See if you are able to get through the flow alright Btw, when you set the setting to US Gov... we use this url to log you in: https://login.microsoftonline.us/ Is this the normal url you see when you get redirected? Glad to hear that my extension works. This means we can get to a good state! I still believe the login flow was working for me previously as well but the returned data wasn’t being properly processed/handled by the Live Share extension probably? Yeah if it was working previously, I'm suspicious of the Live Share resource 9bd5ab7f-4031-4045-ace9-6bebbad202f6/all... unfortunately, the Live Share team has the control over this resource, not I... Have you gotten an issue going over here?: https://github.com/MicrosoftDocs/live-share/issues @jramsay looks like the configuration of the Live Share resource might not work right for Sovereign Clouds.
gharchive/issue
2022-10-03T04:37:38
2025-04-01T06:44:59.713879
{ "authors": [ "TylerLeonhardt", "ashishchoudhary001", "bwateratmsft", "jinglouMSFT" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/162539", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1426110839
Merge editor current/incoming lines can overlap Does this issue occur when all extensions are disabled?: Yes VS Code Version: 1.72.2 OS Version: macOS Montery 12.6 Steps to Reproduce: open merge editor while rebasing on a branch with a lot of branch pointers or ones with a long name The text from the "Current" column overlaps into the "Incoming" column. Confirmed that it happens with the default theme as well. Please try out the latest insiders, this should be fixed. Still appears to be an issue in the latest insiders
gharchive/issue
2022-10-27T18:39:38
2025-04-01T06:44:59.718694
{ "authors": [ "danloomer", "hediet" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/164828", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1468816458
Scenario 4: Locale overridden by command-line flag, not seeing notification on Windows Testing #167105 I have Spanish, French, and English installed - English is my primary language I closed VS Code and ran code-insiders --locale=pt-br and am not notified. The display language is english Does the issue still occur for you on the latest Insiders with a fresh user-data-dir? I just tried it out with code-insiders --locale=es, and Insiders launched in English, but a notification came up asking if I wanted to install the Spanish language pack. This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding!
gharchive/issue
2022-11-29T23:06:59
2025-04-01T06:44:59.721110
{ "authors": [ "VSCodeTriageBot", "meganrogge", "rzhao271" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/167656", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1625040764
debug console: entries remain in process list box Does this issue occur when all extensions are disabled?: Yes (only MS default Extensions + MS Extension for remote dev enabled) VS Code Version: 1.76.1 OS Version: Windows_NT x64 10.0.22621 Steps to Reproduce: launch a process defined launch.json stop the process using the VSC red stop button Now the process shows up twice in the list as seen in the screenshot. Each time you repeat the start/stop cycle, an entry is added. After a while you can't find anything in the box. The problem becomes worse when you launch a multi-process configuration which I usually do. Maybe this a feature which I activated without intention. At least I cannot find a setting for this, and noone from our team knows about this problem. Im noticing this issue now as well on v1.76.1. I didnt have this issue previously and downgraded to 1.72.1. So somewhere from the September release to the latest release is when it started happening as there have been updates to the debugger. https://code.visualstudio.com/updates/v1_73#_debug-adapter-protocol https://code.visualstudio.com/updates/v1_74#_debugging https://code.visualstudio.com/updates/v1_75#_debugging Can you actually check whether this is still in the latest Insiders build? This may have been fixed Latest insiders build seems to have fixed the issue! When does the insiders version get merged into the main release? Around the end of the month
gharchive/issue
2023-03-15T08:51:40
2025-04-01T06:44:59.727811
{ "authors": [ "docwarems", "roblourens", "zack09holland" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/177189", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1634962439
Show progress while installing extensions Testing #177702 I think I am wrongly being asked to install extensions now, but when I do need to install an extension, it would be nice to show a progress bar somewhere while this runs Or if I am going to be waiting for a bit, you might run the progress in a modal dialog or non-modal notification instead of a quickpick somewhat related: https://github.com/microsoft/vscode/issues/177950 FWIW I did see a progression bar while the extension was installing on Windows
gharchive/issue
2023-03-22T02:35:23
2025-04-01T06:44:59.729809
{ "authors": [ "luabud", "roblourens" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/177956", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1715990972
cannot type in interactive chat I have seen this a few times over the last several days. I run Start Code Chat and am unable to type in the input box. https://github.com/microsoft/vscode/assets/29464607/86cebb13-3fd8-4e0c-ba31-14516109f2df Output: ERR Canceled: Canceled at new L (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders%2013.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1519:67484) at p.O (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders%2013.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1535:15383) at P.<computed>.F.charCodeAt.P.<computed> (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders%2013.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1535:12673) at Object.getOriginalResource (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders%2013.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1528:19261) at vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders%2013.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1067:9422 at Array.map (<anonymous>) at e.QuickDiffService.getQuickDiffs (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders%2013.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1067:9294) at Ne (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders%2013.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1882:6972) at h (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders%2013.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1900:1935) at u.invokeFunction (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders%2013.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:619:360) at I.participate (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders%2013.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1900:5762) at vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders%2013.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1851:11149 at the time, editMode: preview and here are the context keys
gharchive/issue
2023-05-18T17:22:35
2025-04-01T06:44:59.732450
{ "authors": [ "meganrogge" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/182892", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1732728901
registerPortAttributesProvider({portRange:[5000,5000]}... doesn't match port 5000 Testing #183547 Based on the docs, it's hard to tell whether the range includes the lower and upper number (is the range inclusive of the bounds?). Also, is the array of two numbers a lower and upper range? I feel like I made that assumption myself. It'd be great to specify that in the docs. Repro steps: Create a basic extension that runs a server on command: let disposable = vscode.commands.registerCommand('testtest.helloWorld', () => { // The code you place here will be executed every time your command is executed // Display a message box to the user vscode.window.showInformationMessage('Hello World from test-ext!'); const server = createServer((request: IncomingMessage, response: ServerResponse) => { response.end('Hello world!'); }); server.listen(port); }); and create a ports attribute provider. 2. Set portRange selector to be [5000,5000] 3. When port 5000 is auto-forwarded, it doesn't respect the providePortAttributes provider :bug: Since other ranges in the API are [inclusive, exclusive] we will keep it consistent here. I'm adding a doc comment and a shorthand for having just one port: /** * Specifying a port range will cause your provider to only be called for ports within the range. * The start is inclusive and the end is exclusive. */ portRange?: [number, number] | number; @andreamah do you set the port range to [5000,5000] or to just 5000? For this, just 5000. Yeah, I'm still seeing this. I'm running in an alpine devcontainer: // This method is called when your extension is activated // Your extension is activated the very first time the command is executed export function activate(context: vscode.ExtensionContext) { const port = 5000; // Use the console to output diagnostic information (console.log) and errors (console.error) // This line of code will only be executed once when your extension is activated console.log('Congratulations, your extension "testtest" is now active!'); // The command has been defined in the package.json file // Now provide the implementation of the command with registerCommand // The commandId parameter must match the command field in package.json vscode.workspace.registerPortAttributesProvider({portRange:port}, {providePortAttributes( port: number, pid: number | undefined, commandLine: string | undefined, token: vscode.CancellationToken ): vscode.ProviderResult<vscode.PortAttributes> { return new vscode.PortAttributes( vscode.PortAutoForwardAction.Notify ); }}); let disposable = vscode.commands.registerCommand('testtest.helloWorld', () => { // The code you place here will be executed every time your command is executed const server = createServer((request: IncomingMessage, response: ServerResponse) => { response.end('Hello world!'); }); server.listen(port); }); context.subscriptions.push(disposable); } Did I register correctly? Let's debug this together next week. Debugged offline. I had remote.portsAttributes set with port 5000 to silent.
gharchive/issue
2023-05-30T18:03:12
2025-04-01T06:44:59.737714
{ "authors": [ "alexr00", "andreamah" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/183846", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1767489457
CRLF and LF buttons goes away even with all setting enabled. Type: Bug Go to windows from a bigger monitor on a smaller monitor and there won't be a space not even the switch of CRLF or LF VS Code version: Code 1.79.0 (b380da4ef1ee00e224a15c1d4d9793e27c2b6302, 2023-06-07T14:26:35.552Z) OS version: Windows_NT x64 10.0.22621 Modes: System Info Item Value CPUs Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz (12 x 2592) GPU Status 2d_canvas: enabledcanvas_oop_rasterization: disabled_offdirect_rendering_display_compositor: disabled_off_okgpu_compositing: enabledmultiple_raster_threads: enabled_onopengl: enabled_onrasterization: enabledraw_draw: disabled_off_okvideo_decode: enabledvideo_encode: enabledvulkan: disabled_offwebgl: enabledwebgl2: enabledwebgpu: enabled Load (avg) undefined Memory (System) 31.87GB (16.99GB free) Process Argv --crash-reporter-id c59a133e-ea62-47ed-9ea0-b7dee40d3f09 Screen Reader no VM 0% Extensions (47) Extension Author (truncated) Version terraform 4op 0.2.5 vscode-sql-formatter adp 1.4.4 project-manager ale 12.7.0 aws-toolkit-vscode ama 1.77.0 atlascode atl 3.0.3 gitignore cod 0.9.0 emulate Die 1.6.0 docs-yaml doc 1.0.0 git-extension-pack don 0.1.3 githistory don 0.6.20 es7-react-js-snippets dsz 4.4.3 gitlens eam 14.0.1 prettier-vscode esb 9.15.0 vscode-chatgpt gen 4.0.2 terraform has 2.26.1 vscode-docker ms- 1.25.1 vscode-kubernetes-tools ms- 1.3.13 black-formatter ms- 2023.2.0 isort ms- 2022.8.0 python ms- 2023.10.1 vscode-pylance ms- 2023.6.20 jupyter ms- 2023.5.1001582324 jupyter-keymap ms- 1.1.2 jupyter-renderers ms- 1.0.15 vscode-jupyter-cell-tags ms- 0.1.8 vscode-jupyter-slideshow ms- 0.1.5 remote-containers ms- 0.295.0 remote-wsl ms- 0.79.5 cmake-tools ms- 1.14.33 cpptools ms- 1.15.4 cpptools-extension-pack ms- 1.3.0 js-debug-nightly ms- 2023.6.1917 makefile-tools ms- 0.7.0 md-template oGr 2.0.1 terraform-advanced-syntax-highlighting pjm 1.4.0 material-icon-theme PKi 4.28.0 vscode-yaml red 1.13.0 vscode-sqlfluff-extended Rob 0.2.9 jinjahtml sam 0.20.0 pytorch-snippets SBS 1.0.2 swift-lang ssw 1.3.0 cmake twx 0.0.17 vscode-lldb vad 1.9.2 tensorflow-snippets vah 0.3.3 JavaScriptSnippets xab 1.8.0 markdown-all-in-one yzh 3.5.1 vscode-open-in-github ziy 1.3.6 (3 theme extensions excluded) A/B Experiments vsliv368:30146709 vsreu685:30147344 python383cf:30185419 vspor879:30202332 vspor708:30202333 vspor363:30204092 vslsvsres303:30308271 vserr242cf:30382550 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 vscod805:30301674 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593:30376534 pythonvs932:30410667 vscaat:30438848 vsclangdf:30486550 c4g48928:30535728 dsvsc012cf:30540253 pynewext54:30695312 azure-dev_surveyone:30548225 2e4cg342:30602488 pyind779:30671433 89544117:30613380 pythonsymbol12:30671437 a9j8j154:30646983 showlangstatbar:30737416 vsctsb:30748421 pythonms35:30701012 03d35959:30757346 pythonfmttext:30731395 pythoncmvfstrcf:30756944 fixshowwlkth:30771522 showindicator:30766890 pythongtdpath:30769146 i26e3531:30769768 dh2dc718:30770000 pythonidxpt:30772539 pythondjangots:30772535 pythonnoceb:30771283 Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.79.2. Please try upgrading to the latest version and checking whether this issue remains. Happy Coding! I can reproduce the issue, but I think it might be by design. On a smaller window, if you right click on the status bar and then hide other sections, are you able to see the CRLF/LF button again? This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding!
gharchive/issue
2023-06-21T12:26:58
2025-04-01T06:44:59.764188
{ "authors": [ "VSCodeTriageBot", "rzhao271", "shafaypro-DH" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/185757", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1888602996
Debug console is not working Type: Bug After updating yesterday, I encountered an issue with my VS code where I set a breakpoint and attempted to enter a variable in the debug console, but the console remained empty. VS Code version: Code 1.82.0 (8b617bd08fd9e3fc94d14adb8d358b56e3f72314, 2023-09-06T22:07:07.438Z) OS version: Windows_NT x64 10.0.22621 Modes: System Info Item Value CPUs 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz (8 x 2419) GPU Status 2d_canvas: enabledcanvas_oop_rasterization: enabled_ondirect_rendering_display_compositor: disabled_off_okgpu_compositing: enabledmultiple_raster_threads: enabled_onopengl: enabled_onrasterization: enabledraw_draw: disabled_off_okvideo_decode: enabledvideo_encode: enabledvulkan: disabled_offwebgl: enabledwebgl2: enabledwebgpu: enabled Load (avg) undefined Memory (System) 15.79GB (3.02GB free) Process Argv --file-uri file:///d%3A/Work/InstachatAI/InstachatAIApi.code-workspace --crash-reporter-id 6da24a21-c0cd-41c8-b3e7-ed9a77b716df Screen Reader no VM 0% Extensions (52) Extension Author (truncated) Version codesnap adp 1.3.4 TabOut alb 0.2.2 Bookmarks ale 13.4.1 ng-template Ang 16.1.8 vscode-django bat 1.10.0 vscode-opennewinstance chr 0.0.12 fastapi-snippets dam 0.0.2 dart-code Dar 3.72.2 flutter Dar 3.72.0 gitlens eam 14.3.0 prettier-vscode esb 10.1.0 remotehub Git 0.60.0 vscode-pull-request-github Git 0.72.0 gc-excelviewer Gra 4.2.58 todo-tree Gru 0.0.226 vscode-drawio hed 1.6.6 git-graph mhu 1.30.0 dotenv mik 1.0.1 vscode-docker ms- 1.26.0 csharp ms- 2.1.2 vscode-dotnet-runtime ms- 1.7.2 vscode-edge-devtools ms- 2.1.3 autopep8 ms- 2023.6.0 isort ms- 2023.10.1 python ms- 2023.16.0 vscode-pylance ms- 2023.9.10 jupyter ms- 2023.8.1002501831 jupyter-keymap ms- 1.1.2 jupyter-renderers ms- 1.0.17 vscode-jupyter-cell-tags ms- 0.1.8 vscode-jupyter-slideshow ms- 0.1.5 remote-containers ms- 0.309.0 remote-ssh ms- 0.106.2 remote-ssh-edit ms- 0.86.0 remote-wsl ms- 0.81.2 vscode-remote-extensionpack ms- 0.24.0 remote-explorer ms- 0.4.1 remote-repositories ms- 0.38.1 remote-server ms- 1.4.3 vsliveshare ms- 1.0.5883 autodocstring njp 0.6.1 material-icon-theme PKi 4.30.1 material-product-icons PKi 1.6.0 sqlite-viewer qwt 0.3.13 vscode-thunder-client ran 2.11.4 vscode-yaml red 1.14.0 errorlens use 3.13.0 intellicode-api-usage-examples Vis 0.2.8 vscodeintellicode Vis 1.2.30 vscodeintellicode-completions Vis 1.0.22 change-case wma 1.0.0 material-theme zhu 3.16.0 (3 theme extensions excluded) A/B Experiments vsliv368cf:30146710 vsreu685:30147344 python383:30185418 vspor879:30202332 vspor708:30202333 vspor363:30204092 vstes627cf:30244335 vslsvsres303:30308271 vserr242:30382549 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vsdfh931:30280409 vshan820:30294714 vstes263:30335439 vscorecescf:30445987 vscod805:30301674 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593:30376534 pythonvs932:30410667 py29gd2263:30792226 vsclangdc:30486549 c4g48928:30535728 dsvsc012:30540252 pynewext54:30695312 azure-dev_surveyone:30548225 vscccc:30803845 3biah626:30602489 f6dab269:30613381 2i9eh265:30646982 showlangstatbar:30737416 a2ce3375:30757347 7ij38806:30736111 pythonfmttext:30731395 fixshowwlkth:30771522 showindicator:30805244 pythongtdpath:30769146 i26e3531:30792625 pythonnosmt12:30797651 pythonidxpt:30805730 pythonnoceb:30805159 dsvsc013:30795093 dsvsc014:30804076 diffeditorv2:30821572 dsvsc015cf:30829746 What language are you coding in? Are all your extensions up to date? /gifPlease Thanks for reporting this issue! Unfortunately, it's hard for us to understand what issue you're seeing. Please help us out by providing a screen recording showing exactly what isn't working as expected. While we can work with most standard formats, .gif files are preferred as they are displayed inline on GitHub. You may find https://gifcap.dev helpful as a browser-based gif recording tool. If the issue depends on keyboard input, you can help us by enabling screencast mode for the recording (Developer: Toggle Screencast Mode in the command palette). Lastly, please attach this file via the GitHub web interface as emailed responses will strip files out from the issue. Happy coding! What language are you coding in? Are all your extensions up to date? /gifPlease I'm currently working with Python, specifically debugging a FastAPI project. I've gone through all the installed extensions, and I've confirmed that they are all up to date. https://github.com/microsoft/vscode/assets/81403066/03611ffd-0344-4503-8181-aa35b19443e8 When I press the Enter key, nothing happens, but the input box clears. I have the same issue. Closing and reopening the debug console "refreshes" it and the output is displayed I have the same issue. Closing and reopening the debug console "refreshes" it and the output is displayed That was really helpful . However, it requires some attention. Debug console takes in commands, but I have to click on output / terminal tab and come back to debug console. Then it shows me the output. Now it seems to be working fine. However, it is unclear whether the cause of the problem has been identified and addressed, or whether it might recur in the future. I am having the same issue, where the Debug Console window stops updating sometimes, and will only refresh when I switch tabs back/forth Version: 1.82.0 (user setup) Commit: 8b617bd08fd9e3fc94d14adb8d358b56e3f72314 Date: 2023-09-06T22:07:07.438Z Electron: 25.8.0 ElectronBuildId: 23503258 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Windows_NT x64 10.0.19045 Can you check the developer tools for errors (Help > Toggle Developer Tools)? I am having the same issue debugging Python Version: 1.82.0 (user setup) Commit: 8b617bd08fd9e3fc94d14adb8d358b56e3f72314 Date: 2023-09-06T22:07:07.438Z Electron: 25.8.0 ElectronBuildId: 23503258 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Windows_NT x64 10.0.19045 No errors/warnings in the DevTools page. Ah I can repro when debugging python, not javascript, after restarting the session 2023-09-11 21:21:58.512 [error] Invalid debug adapter: Error: Invalid debug adapter at w.m (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1532:95) at w.$acceptDAExit (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1532:35) at m.N (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1540:18901) at m.M (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1540:18667) at m.H (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1540:17760) at m.G (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1540:16978) at a.value (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1540:15669) at f.y (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:70:1902) at f.fire (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:70:2119) at s.fire (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:599:14149) at _.onmessage (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1636:1080) 2023-09-11 21:22:11.375 [error] Cannot read properties of undefined (reading 'add'): TypeError: Cannot read properties of undefined (reading 'add') at a.value (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1531:2127) at f.y (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:70:1902) at f.z (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:70:1972) at f.fire (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:70:2188) at vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1868:72866 will investigate. Sorry for the trouble https://github.com/microsoft/vscode/assets/19992329/2a3f6ffb-7477-410f-a8ba-be5437f683b6 I don't know if this is new info, but I see this in Dart too. If you restart, nothing else shows in the Debug Console until you close and re-open it (and then you see the missing output from before). This came from here- https://github.com/microsoft/vscode/pull/190602/files#diff-c346def4d04214f97b5a210a6b97322bcd40bf6d788a625001a9debf13af53a3R106 we shouldn't add a global listener to this.rawListeners because the DebugSession is reused when the session is restarted, and that listener got disposed and never recreated. I really appreciate your help roblourens ❤️‍🔥 I am currently having this issue. When will the change take effect? (i.e. when will it become an official release?) Also experiencing this bug (running on Manjaro Linux); awaiting the release of the fix :heart: @roblourens It's fixed in the VS Code Insiders build, and will be out in a stable release tomorrow Thanks. Also experiencing this issue. Thanks. Downgrading to 1.81.1 worked for me as a quick fix until tomorrow. Merci, works like a charm I'm seeing this error appear during automated tests that I have to make sure my debug adapter is working correctly. These are new messages that I haven't seen in the past. All my tests still pass and everything seems to be working correctly, but annoying to see if my test logs. Invalid debug adapter: Error: Invalid debug adapter at v.m (vscode-file://vscode-app/c:/Users/znorman/Documents/node/vscode-idl-true/.vscode-test/vscode-win32-x64-archive-1.83.1/resources/app/out/vs/workbench/workbench.desktop.main.js:1543:95) at v.$acceptDAError (vscode-file://vscode-app/c:/Users/znorman/Documents/node/vscode-idl-true/.vscode-test/vscode-win32-x64-archive-1.83.1/resources/app/out/vs/workbench/workbench.desktop.main.js:1542:7624) at m.S (vscode-file://vscode-app/c:/Users/znorman/Documents/node/vscode-idl-true/.vscode-test/vscode-win32-x64-archive-1.83.1/resources/app/out/vs/workbench/workbench.desktop.main.js:1551:18856) at m.Q (vscode-file://vscode-app/c:/Users/znorman/Documents/node/vscode-idl-true/.vscode-test/vscode-win32-x64-archive-1.83.1/resources/app/out/vs/workbench/workbench.desktop.main.js:1551:18622) at m.M (vscode-file://vscode-app/c:/Users/znorman/Documents/node/vscode-idl-true/.vscode-test/vscode-win32-x64-archive-1.83.1/resources/app/out/vs/workbench/workbench.desktop.main.js:1551:17715) at m.L (vscode-file://vscode-app/c:/Users/znorman/Documents/node/vscode-idl-true/.vscode-test/vscode-win32-x64-archive-1.83.1/resources/app/out/vs/workbench/workbench.desktop.main.js:1551:16794) at u.value (vscode-file://vscode-app/c:/Users/znorman/Documents/node/vscode-idl-true/.vscode-test/vscode-win32-x64-archive-1.83.1/resources/app/out/vs/workbench/workbench.desktop.main.js:1551:15597) at c.z (vscode-file://vscode-app/c:/Users/znorman/Documents/node/vscode-idl-true/.vscode-test/vscode-win32-x64-archive-1.83.1/resources/app/out/vs/workbench/workbench.desktop.main.js:87:1902) at c.fire (vscode-file://vscode-app/c:/Users/znorman/Documents/node/vscode-idl-true/.vscode-test/vscode-win32-x64-archive-1.83.1/resources/app/out/vs/workbench/workbench.desktop.main.js:87:2119) at r.fire (vscode-file://vscode-app/c:/Users/znorman/Documents/node/vscode-idl-true/.vscode-test/vscode-win32-x64-archive-1.83.1/resources/app/out/vs/workbench/workbench.desktop.main.js:616:14393) at Y.onmessage (vscode-file://vscode-app/c:/Users/znorman/Documents/node/vscode-idl-true/.vscode-test/vscode-win32-x64-archive-1.83.1/resources/app/out/vs/workbench/workbench.desktop.main.js:1652:1077)
gharchive/issue
2023-09-09T06:38:13
2025-04-01T06:44:59.806782
{ "authors": [ "DanTup", "V1NAY8", "VSCodeTriageBot", "capslock-inc", "cemde", "fschlatt", "gjsjohnmurray", "interob", "jevnikar", "josecso", "mrenner-ML", "roblourens", "yinweixx", "znorman-harris" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/192653", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1914009590
Minimap in file with merge conflicts causes noticeable scrolling sluggishness Have a file with merge conflicts and minimap enabled Open it in VS Code Insiders Scroll around a bunch :bug: rendering is very sluggish, immediately recovers if I turn off the editor minimap. Not sure if it's a regression, but I've always had the minimap turned on and only noticed it causing issues now Performance profile Trace-20230926T082756.zip Hm, indeed. I cannot repro anymore either :shrug:
gharchive/issue
2023-09-26T17:49:06
2025-04-01T06:44:59.809968
{ "authors": [ "joyceerhl" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/194189", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1926248192
Visual studio extensions are getting stuck frequently Type: Bug The VS code extensions gets stuck too frequently and then I had to close and retsrat the application VS Code version: Code 1.82.3 (fdb98833154679dbaa7af67a5a29fe19e55c2b73, 2023-10-02T10:49:50.455Z) OS version: Linux x64 5.14.0-1056-oem snap Modes: System Info Item Value CPUs 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz (8 x 1400) GPU Status 2d_canvas: unavailable_softwarecanvas_oop_rasterization: disabled_offdirect_rendering_display_compositor: disabled_off_okgpu_compositing: disabled_softwaremultiple_raster_threads: enabled_onopengl: disabled_offrasterization: disabled_softwareraw_draw: disabled_off_okvideo_decode: disabled_softwarevideo_encode: disabled_softwarevulkan: disabled_offwebgl: unavailable_softwarewebgl2: unavailable_softwarewebgpu: disabled_off Load (avg) 4, 3, 3 Memory (System) 15.38GB (5.56GB free) Process Argv --no-sandbox . --crash-reporter-id fc60e781-d8a0-4a5f-b61b-a15dd1c81569 Screen Reader no VM 0% DESKTOP_SESSION ubuntu XDG_CURRENT_DESKTOP Unity XDG_SESSION_DESKTOP ubuntu XDG_SESSION_TYPE x11 Extensions (20) Extension Author (truncated) Version vscode-laravel-goto abs 4.24.0 laravel-extra-intellisense ami 0.6.3 vscode-intelephense-client bme 1.9.5 laravel-goto-view cod 1.3.9 EditorConfig Edi 0.16.4 laravel-create-view gli 0.0.6 laravel-blade-wrapper IHu 1.0.1 dotenv mik 1.0.1 notepadplusplus-keybindings ms- 1.0.7 laravel-goto-components nao 1.2.0 laravel-blade one 1.34.0 laravel-extension-pack one 1.2.0 laravel5-snippets one 1.17.0 laravel-jump-controller pgl 0.0.33 material-icon-theme PKi 4.30.1 laravel-artisan rya 0.0.31 vscode-blade-formatter shu 0.23.1 php-debug xde 1.33.0 php-pack xde 1.0.3 php-intellisense zob 1.3.3 A/B Experiments vsliv368cf:30146710 vsreu685:30147344 python383:30185418 vspor879:30202332 vspor708:30202333 vspor363:30204092 vslsvsres303:30308271 vserr242cf:30382550 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 vscod805cf:30301675 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593cf:30376535 pythonvs932:30410667 py29gd2263cf:30792227 vsclangdc:30486549 c4g48928:30535728 dsvsc012:30540252 pynewext54:30695312 azure-dev_surveyone:30548225 3biah626:30602489 89544117:30613380 showlangstatbar:30737416 03d35959:30757346 pythonfmttext:30731395 fixshowwlkth:30771522 showindicator:30805244 pythongtdpath:30769146 i26e3531:30792625 pythonnosmt12:30797651 pythonidxptcf:30805731 pythonnoceb:30805159 copilotsettingt:30839829 dsvsc013:30795093 dsvsc014:30804076 diffeditorv1:30821571 dsvsc015:30845448 Which extensions? Please use the Start Extension Bisect command to investigate. This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding!
gharchive/issue
2023-10-04T13:41:20
2025-04-01T06:44:59.827141
{ "authors": [ "VSCodeTriageBot", "gjsjohnmurray", "tuhiran" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/194800", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2080087811
Incorrect line breaking Does this issue occur when all extensions are disabled?: Yes/No Yes VS Code Version: 1.86.0 OS Version: Windows 10 Steps to Reproduce: View any HTML or CSS syntax For HTML and CSS files, the line breaks occour in very awkward positions: For CSS you can see that the next selector's . is on the same line that is about to be broken 1 character later. It should be broken before the selector fullstop symbol. And for HTML elements such as <div> or <a> / </a> show until the first character after their bracket symbol and then break after 1 character. For example as can be seen in the first image, <a is visible on the line that is about to be broken 1 character later, it should of course be on the next line. There are many posts about this, and the solution was always to use wordWrapBreakAfterCharacters and wordWrapBreakBeforeCharacters settings to instruct VScode how to deliminate. See this Issue and this issue This is how VScode should be rendering: Setting a column width does not effect syntax. Changing break strategy does not effect either. https://microsoft.github.io/monaco-editor/typedoc/interfaces/editor.IEditorOptions.html#wordWrapBreakAfterCharacters When were these vital settings removed, and can the line break method be revised? I see monaco.ts is updated all the time and reading both settings still Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.85.1. Please try upgrading to the latest version and checking whether this issue remains. Happy Coding! issues for vscode insiders don't actually get looked at do they, it's only if thousands of people are gooling a REALLY big issue then maybe just maybe will it get some votes and THEN fixed. I thought it was a developer team that look after vscode not just keep the boat from sinking For anyone googling this issue and issues about html and css syntax breaking or line wrapping, you can set the scrollbar width to 19px and then style with css to make that space click-through and invisible. This is what my editor looks like. I used a gradient from left to right that goes from #fff0 to #740000, the invisible taking more than the red. I also then disabled screen reader support and all accessibility supports. This then, for some reason I don't know 😄 makes vscode interpret some syntax different. For css and html it makes the next line wrap if it will break regardless 1 character later. So for example , the break is at < and not before, for css the break is before . and not after. It's.... better.... therefore my problem for me is fixed, but the true issue which is the way vscode wraps lines according to syntax in both accessibility mode and regular.
gharchive/issue
2024-01-13T05:10:32
2025-04-01T06:44:59.837326
{ "authors": [ "CreationStory", "VSCodeTriageBot" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/202396", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2113475245
Don't link the variable viewer to just notebooks For the Julia extension we would only be able to adopt the new built in variable viewer if it also supported showing variables from active REPL processes and potentially down the road for test processes, i.e. the entire variable viewer ideally would not be linked to notebooks in any fundamental way. Previous discussion at https://github.com/microsoft/vscode/issues/166296#issuecomment-1905039733 UI example how this looks currently in Julia at https://github.com/microsoft/vscode/issues/165445#issuecomment-1325708418 I think this affects both the API, i.e. ideally something like NotebookVariableProvider would just be called VariableProvider etc and the UI, where we would need at least one more top level layer in the tree for different processes for which variables can be shown. This point here was already mentioned in various existing issues, but I thought it might make sense to have a separate issue to track this specifically. Thanks for creating this. One question I had for Julia's implementation - How are you communicating with the live julia process to gather the variable information? Is it using an established debug session or are you able to just use the same channel that the REPL is using. Asking because another option would be to reuse the debugger variable view. I haven't fully investigated what that implementation would look like, but having a debug session would certainly lead more in that direction. We have a JSON-RPC connection between the REPL process and the extension and use custom messages over that for the variable viewer. That connection is also used for lots of other things. So, this is entirely independent of any debug session. Users can start the debugger from the REPL, but those debug sessions are short, essentially one can prefix a REPL command with @run or @enter and then a debug session starts just for the execution of that one command. But these debug sessions are terminated as soon as the command has finished executing. I kind of like the idea to unify things, but maybe one question there is that the debugger really only shows variables when execution is paused, right? With a REPL or a notebook we would need kind of additional "states" during which variables can be viewed, like "idle" or something... @amunger I just wanted to bump this, I'm seeing that the notebook variable viewer is getting more work, and we would love to adopt it for the Julia extension, but having it tied to notebooks is a blocker for us :) I've brought this up with a few members of the team, and unfortunately, I don't think there is a good way to generalize this provider within the standards of vscode APIs. The provider needs to be attached to something concrete so that we know more about its lifetime, and when it is applicable. Another option that might help here is that we are looking into a built-in REPL UI, and the current thinking is to handle the execution through something very similar to a notebook controller, which would make it pretty straight forward to allow for a variable provider. But either way, I hope to eventually have a path forward for you.
gharchive/issue
2024-02-01T21:01:38
2025-04-01T06:44:59.843455
{ "authors": [ "amunger", "davidanthoff" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/204031", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2140975051
Extension limit by app configuration My organisation will not deploy VSCode unless they can set an allowed list of extensions hard coded into the application itself either through an advanced install screen or through a config file somewhere and as such i am requesting that vscode be changed to include a feature to hard block and hard allow specific extensions /duplicate of #84756 Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines. Happy Coding!
gharchive/issue
2024-02-18T12:56:26
2025-04-01T06:44:59.846400
{ "authors": [ "Kai-David-Young", "VSCodeTriageBot", "gjsjohnmurray" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/205469", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2188130685
TS Server fatal error: Maximum call stack size exceeded Type: Bug ❗️❗️❗️ Please fill in the sections below to help us diagnose the issue ❗️❗️❗️ TypeScript Version: 5.3.2 Steps to reproduce crash TS Server Log ❗️ Server logging disabled. To help us fix crashes like this, please enable logging by setting: "typescript.tsserver.log": "verbose" After enabling this setting, future crash reports will include the server log. TS Server Error Stack Server: semantic RangeError: Maximum call stack size exceeded at parsePrimaryExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34783:34) at parseMemberExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34242:24) at parseLeftHandSideExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34236:82) at parseUpdateExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34211:24) at parseUnaryExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34130:32) at parseBinaryExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34052:25) at parseAssignmentExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:33723:18) at parseExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:33688:16) at doOutsideOfContext (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:31354:12) at allowInAnd (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:31375:12) at parseParenthesizedExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34841:24) at parsePrimaryExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34803:16) at parseMemberExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34242:24) at parseLeftHandSideExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34236:82) at parseUpdateExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34211:24) at parseUnaryExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34130:32) at parseBinaryExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34052:25) at parseAssignmentExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:33723:18) at parseExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:33688:16) at doOutsideOfContext (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:31354:12) at allowInAnd (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:31375:12) at parseParenthesizedExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34841:24) at parsePrimaryExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34803:16) at parseMemberExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34242:24) at parseLeftHandSideExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34236:82) at parseUpdateExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34211:24) at parseUnaryExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34130:32) at parseBinaryExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34052:25) at parseAssignmentExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:33723:18) at parseExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:33688:16) at doOutsideOfContext (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:31354:12) at allowInAnd (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:31375:12) at parseParenthesizedExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34841:24) at parsePrimaryExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34803:16) at parseMemberExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34242:24) at parseLeftHandSideExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34236:82) at parseUpdateExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34211:24) at parseUnaryExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34130:32) at parseBinaryExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34052:25) at parseAssignmentExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:33723:18) at parseExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:33688:16) at doOutsideOfContext (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:31354:12) at allowInAnd (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:31375:12) at parseParenthesizedExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34841:24) at parsePrimaryExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34803:16) at parseMemberExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34242:24) at parseLeftHandSideExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34236:82) at parseUpdateExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34211:24) at parseUnaryExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34130:32) at parseBinaryExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34052:25) at parseAssignmentExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:33723:18) at parseExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:33688:16) at doOutsideOfContext (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:31354:12) at allowInAnd (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:31375:12) at parseParenthesizedExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34841:24) at parsePrimaryExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34803:16) at parseMemberExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34242:24) at parseLeftHandSideExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34236:82) at parseUpdateExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34211:24) at parseUnaryExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34130:32) at parseBinaryExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34052:25) at parseAssignmentExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:33723:18) at parseExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:33688:16) at doOutsideOfContext (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:31354:12) at allowInAnd (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:31375:12) at parseParenthesizedExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34841:24) at parsePrimaryExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34803:16) at parseMemberExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34242:24) at parseLeftHandSideExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34236:82) at parseUpdateExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34211:24) at parseUnaryExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34130:32) at parseBinaryExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34052:25) at parseAssignmentExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:33723:18) at parseExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:33688:16) at doOutsideOfContext (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:31354:12) at allowInAnd (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:31375:12) at parseParenthesizedExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34841:24) at parsePrimaryExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34803:16) at parseMemberExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34242:24) at parseLeftHandSideExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34236:82) at parseUpdateExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34211:24) at parseUnaryExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34130:32) at parseBinaryExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34052:25) at parseAssignmentExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:33723:18) at parseExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:33688:16) at doOutsideOfContext (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:31354:12) at allowInAnd (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:31375:12) at parseParenthesizedExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34841:24) at parsePrimaryExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34803:16) at parseMemberExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34242:24) at parseLeftHandSideExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34236:82) at parseUpdateExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34211:24) at parseUnaryExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34130:32) at parseBinaryExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34052:25) at parseAssignmentExpressionOrHigher (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:33723:18) at parseExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:33688:16) at doOutsideOfContext (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:31354:12) at allowInAnd (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:31375:12) at parseParenthesizedExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34841:24) at parsePrimaryExpression (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:34803:16) VS Code version: Code 1.87.2 (Universal) (863d2581ecda6849923a2118d93a088b0745d9d6, 2024-03-08T15:21:31.043Z) OS version: Darwin arm64 23.4.0 Modes: System Info Item Value CPUs Apple M2 Pro (12 x 24) GPU Status 2d_canvas: enabledcanvas_oop_rasterization: enabled_ondirect_rendering_display_compositor: disabled_off_okgpu_compositing: enabledmultiple_raster_threads: enabled_onopengl: enabled_onrasterization: enabledraw_draw: disabled_off_okskia_graphite: disabled_offvideo_decode: enabledvideo_encode: enabledwebgl: enabledwebgl2: enabledwebgpu: enabled Load (avg) 4, 4, 4 Memory (System) 16.00GB (0.39GB free) Process Argv --crash-reporter-id 8f0f3e39-0105-4f61-aa9d-c2b018b4ffbb Screen Reader no VM 0% Extensions (16) Extension Author (truncated) Version vscode-json and 1.5.2 turbo-console-log Cha 2.10.4 path-intellisense chr 2.8.5 vscode-eslint dba 2.4.4 prettier-vscode esb 10.1.0 auto-close-tag for 0.5.15 auto-rename-tag for 0.1.10 vscode-language-pack-zh-hans MS- 1.87.2024031309 vscode-react-native msj 1.12.3 css-auto-prefix spo 0.1.7 autoimport ste 1.5.4 code-spell-checker str 3.0.1 errorlens use 3.16.0 vscode-gradle vsc 3.13.5 ReactSnippets xab 2.4.0 O-platform Yur 0.5.2 A/B Experiments vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscorecescf:30445987 vscod805:30301674 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:30899288 c4g48928:30535728 azure-dev_surveyone:30548225 962ge761:30959799 pythongtdpath:30769146 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pyreplss1:30897532 pythonmypyd1:30879173 pythoncet0:30885854 2e7ec940:30986170 pythontbext0:30879054 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:30979542 d34g3935:30971562 fegfb526:30981948 bg6jg535:30979843 dsvsc020:30976470 7ghi1836:30988842 Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our issue reporting guidelines. Please take the time to review these and update the issue. Happy Coding! This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding!
gharchive/issue
2024-03-15T09:54:01
2025-04-01T06:44:59.866642
{ "authors": [ "MaxBar0N", "VSCodeTriageBot" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/207819", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2255704551
Tests explorer view for VS Code repo is not working Clone VS Code and install the local workspace extension from recommendations - ms-vscode.vscode-selfhost-test-provider. Build and compile VS Code sources Open configurationModels.test.ts and open Tests explorer view and filter tests to open editor Run tests from the explorer 🐛 I do not see success or failures instead I see following I also see same icon in the editor gutter. What's shown in the Test Results view? Here is the output ./scripts/test test/unit/electron/index.js --no-sandbox --disable-dev-shm-usage --use-gl=swiftshader --reporter full-json-stream --run src/vs/platform/configuration/test/common/configurationModels.test.ts [85562:0423/182812.824239:ERROR:gl_factory.cc(120)] Requested GL implementation (gl=none,angle=none) not found in allowed implementations: [(gl=egl-angle,angle=opengl),(gl=egl-angle,angle=metal),(gl=egl-angle,angle=swiftshader)]. [85562:0423/182812.855642:ERROR:viz_main_impl.cc(196)] Exiting GPU process due to errors during initialization 2024-04-23 18:28:12.873 Electron[85558:10375512] WARNING: Secure coding is automatically enabled for restorable state! However, not on all supported macOS versions of this application. Opt-in to secure coding explicitly by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState:. [85565:0423/182813.056778:ERROR:gl_factory.cc(120)] Requested GL implementation (gl=none,angle=none) not found in allowed implementations: [(gl=egl-angle,angle=opengl),(gl=egl-angle,angle=metal),(gl=egl-angle,angle=swiftshader)]. [85565:0423/182813.069008:ERROR:viz_main_impl.cc(196)] Exiting GPU process due to errors during initialization [85564:0423/182813.236112:ERROR:command_buffer_proxy_impl.cc(127)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer. ["start",{}] ["testStart",{"title":"assertCleanState - check that registries are clean at the start of test running","fullTitle":"Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running"}] ["pass",{"title":"assertCleanState - check that registries are clean at the start of test running","fullTitle":"Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running","duration":0}] ["testStart",{"title":"parse configuration model with single override identifier","fullTitle":"ConfigurationModelParser parse configuration model with single override identifier"}] ["pass",{"title":"parse configuration model with single override identifier","fullTitle":"ConfigurationModelParser parse configuration model with single override identifier","duration":1}] ["testStart",{"title":"parse configuration model with multiple override identifiers","fullTitle":"ConfigurationModelParser parse configuration model with multiple override identifiers"}] ["pass",{"title":"parse configuration model with multiple override identifiers","fullTitle":"ConfigurationModelParser parse configuration model with multiple override identifiers","duration":0}] ["testStart",{"title":"parse configuration model with multiple duplicate override identifiers","fullTitle":"ConfigurationModelParser parse configuration model with multiple duplicate override identifiers"}] ["pass",{"title":"parse configuration model with multiple duplicate override identifiers","fullTitle":"ConfigurationModelParser parse configuration model with multiple duplicate override identifiers","duration":0}] ["testStart",{"title":"parse configuration model with exclude option","fullTitle":"ConfigurationModelParser parse configuration model with exclude option"}] ["pass",{"title":"parse configuration model with exclude option","fullTitle":"ConfigurationModelParser parse configuration model with exclude option","duration":0}] ["testStart",{"title":"parse configuration model with exclude option even included","fullTitle":"ConfigurationModelParser parse configuration model with exclude option even included"}] ["pass",{"title":"parse configuration model with exclude option even included","fullTitle":"ConfigurationModelParser parse configuration model with exclude option even included","duration":0}] ["testStart",{"title":"parse configuration model with scopes filter","fullTitle":"ConfigurationModelParser parse configuration model with scopes filter"}] ["pass",{"title":"parse configuration model with scopes filter","fullTitle":"ConfigurationModelParser parse configuration model with scopes filter","duration":0}] ["testStart",{"title":"parse configuration model with include option","fullTitle":"ConfigurationModelParser parse configuration model with include option"}] ["pass",{"title":"parse configuration model with include option","fullTitle":"ConfigurationModelParser parse configuration model with include option","duration":0}] ["testStart",{"title":"parse configuration model with invalid setting key","fullTitle":"ConfigurationModelParser parse configuration model with invalid setting key"}] ["pass",{"title":"parse configuration model with invalid setting key","fullTitle":"ConfigurationModelParser parse configuration model with invalid setting key","duration":1}] ["testStart",{"title":"setValue for a key that has no sections and not defined","fullTitle":"ConfigurationModel setValue for a key that has no sections and not defined"}] ["pass",{"title":"setValue for a key that has no sections and not defined","fullTitle":"ConfigurationModel setValue for a key that has no sections and not defined","duration":0}] ["testStart",{"title":"setValue for a key that has no sections and defined","fullTitle":"ConfigurationModel setValue for a key that has no sections and defined"}] ["pass",{"title":"setValue for a key that has no sections and defined","fullTitle":"ConfigurationModel setValue for a key that has no sections and defined","duration":0}] ["testStart",{"title":"setValue for a key that has sections and not defined","fullTitle":"ConfigurationModel setValue for a key that has sections and not defined"}] ["pass",{"title":"setValue for a key that has sections and not defined","fullTitle":"ConfigurationModel setValue for a key that has sections and not defined","duration":0}] ["testStart",{"title":"setValue for a key that has sections and defined","fullTitle":"ConfigurationModel setValue for a key that has sections and defined"}] ["pass",{"title":"setValue for a key that has sections and defined","fullTitle":"ConfigurationModel setValue for a key that has sections and defined","duration":0}] ["testStart",{"title":"setValue for a key that has sections and sub section not defined","fullTitle":"ConfigurationModel setValue for a key that has sections and sub section not defined"}] ["pass",{"title":"setValue for a key that has sections and sub section not defined","fullTitle":"ConfigurationModel setValue for a key that has sections and sub section not defined","duration":0}] ["testStart",{"title":"setValue for a key that has sections and sub section defined","fullTitle":"ConfigurationModel setValue for a key that has sections and sub section defined"}] ["pass",{"title":"setValue for a key that has sections and sub section defined","fullTitle":"ConfigurationModel setValue for a key that has sections and sub section defined","duration":0}] ["testStart",{"title":"setValue for a key that has sections and last section is added","fullTitle":"ConfigurationModel setValue for a key that has sections and last section is added"}] ["pass",{"title":"setValue for a key that has sections and last section is added","fullTitle":"ConfigurationModel setValue for a key that has sections and last section is added","duration":0}] ["testStart",{"title":"removeValue: remove a non existing key","fullTitle":"ConfigurationModel removeValue: remove a non existing key"}] ["pass",{"title":"removeValue: remove a non existing key","fullTitle":"ConfigurationModel removeValue: remove a non existing key","duration":0}] ["testStart",{"title":"removeValue: remove a single segmented key","fullTitle":"ConfigurationModel removeValue: remove a single segmented key"}] ["pass",{"title":"removeValue: remove a single segmented key","fullTitle":"ConfigurationModel removeValue: remove a single segmented key","duration":0}] ["testStart",{"title":"removeValue: remove a multi segmented key","fullTitle":"ConfigurationModel removeValue: remove a multi segmented key"}] ["pass",{"title":"removeValue: remove a multi segmented key","fullTitle":"ConfigurationModel removeValue: remove a multi segmented key","duration":0}] ["testStart",{"title":"get overriding configuration model for an existing identifier","fullTitle":"ConfigurationModel get overriding configuration model for an existing identifier"}] ["pass",{"title":"get overriding configuration model for an existing identifier","fullTitle":"ConfigurationModel get overriding configuration model for an existing identifier","duration":0}] ["testStart",{"title":"get overriding configuration model for an identifier that does not exist","fullTitle":"ConfigurationModel get overriding configuration model for an identifier that does not exist"}] ["pass",{"title":"get overriding configuration model for an identifier that does not exist","fullTitle":"ConfigurationModel get overriding configuration model for an identifier that does not exist","duration":0}] ["testStart",{"title":"get overriding configuration when one of the keys does not exist in base","fullTitle":"ConfigurationModel get overriding configuration when one of the keys does not exist in base"}] ["pass",{"title":"get overriding configuration when one of the keys does not exist in base","fullTitle":"ConfigurationModel get overriding configuration when one of the keys does not exist in base","duration":0}] ["testStart",{"title":"get overriding configuration when one of the key in base is not of object type","fullTitle":"ConfigurationModel get overriding configuration when one of the key in base is not of object type"}] ["pass",{"title":"get overriding configuration when one of the key in base is not of object type","fullTitle":"ConfigurationModel get overriding configuration when one of the key in base is not of object type","duration":0}] ["testStart",{"title":"get overriding configuration when one of the key in overriding contents is not of object type","fullTitle":"ConfigurationModel get overriding configuration when one of the key in overriding contents is not of object type"}] ["pass",{"title":"get overriding configuration when one of the key in overriding contents is not of object type","fullTitle":"ConfigurationModel get overriding configuration when one of the key in overriding contents is not of object type","duration":0}] ["testStart",{"title":"get overriding configuration if the value of overriding identifier is not object","fullTitle":"ConfigurationModel get overriding configuration if the value of overriding identifier is not object"}] ["pass",{"title":"get overriding configuration if the value of overriding identifier is not object","fullTitle":"ConfigurationModel get overriding configuration if the value of overriding identifier is not object","duration":0}] ["testStart",{"title":"get overriding configuration if the value of overriding identifier is an empty object","fullTitle":"ConfigurationModel get overriding configuration if the value of overriding identifier is an empty object"}] ["pass",{"title":"get overriding configuration if the value of overriding identifier is an empty object","fullTitle":"ConfigurationModel get overriding configuration if the value of overriding identifier is an empty object","duration":0}] ["testStart",{"title":"simple merge","fullTitle":"ConfigurationModel simple merge"}] ["pass",{"title":"simple merge","fullTitle":"ConfigurationModel simple merge","duration":0}] ["testStart",{"title":"recursive merge","fullTitle":"ConfigurationModel recursive merge"}] ["pass",{"title":"recursive merge","fullTitle":"ConfigurationModel recursive merge","duration":0}] ["testStart",{"title":"simple merge overrides","fullTitle":"ConfigurationModel simple merge overrides"}] ["pass",{"title":"simple merge overrides","fullTitle":"ConfigurationModel simple merge overrides","duration":0}] ["testStart",{"title":"recursive merge overrides","fullTitle":"ConfigurationModel recursive merge overrides"}] ["pass",{"title":"recursive merge overrides","fullTitle":"ConfigurationModel recursive merge overrides","duration":0}] ["testStart",{"title":"Test contents while getting an existing property","fullTitle":"ConfigurationModel Test contents while getting an existing property"}] ["pass",{"title":"Test contents while getting an existing property","fullTitle":"ConfigurationModel Test contents while getting an existing property","duration":0}] ["testStart",{"title":"Test contents are undefined for non existing properties","fullTitle":"ConfigurationModel Test contents are undefined for non existing properties"}] ["pass",{"title":"Test contents are undefined for non existing properties","fullTitle":"ConfigurationModel Test contents are undefined for non existing properties","duration":0}] ["testStart",{"title":"Test override gives all content merged with overrides","fullTitle":"ConfigurationModel Test override gives all content merged with overrides"}] ["pass",{"title":"Test override gives all content merged with overrides","fullTitle":"ConfigurationModel Test override gives all content merged with overrides","duration":0}] ["testStart",{"title":"Test override when an override has multiple identifiers","fullTitle":"ConfigurationModel Test override when an override has multiple identifiers"}] ["pass",{"title":"Test override when an override has multiple identifiers","fullTitle":"ConfigurationModel Test override when an override has multiple identifiers","duration":0}] ["testStart",{"title":"Test override when an identifier is defined in multiple overrides","fullTitle":"ConfigurationModel Test override when an identifier is defined in multiple overrides"}] ["pass",{"title":"Test override when an identifier is defined in multiple overrides","fullTitle":"ConfigurationModel Test override when an identifier is defined in multiple overrides","duration":0}] ["testStart",{"title":"Test merge when configuration models have multiple identifiers","fullTitle":"ConfigurationModel Test merge when configuration models have multiple identifiers"}] ["pass",{"title":"Test merge when configuration models have multiple identifiers","fullTitle":"ConfigurationModel Test merge when configuration models have multiple identifiers","duration":0}] ["testStart",{"title":"inspect when raw is same","fullTitle":"ConfigurationModel inspect when raw is same"}] ["pass",{"title":"inspect when raw is same","fullTitle":"ConfigurationModel inspect when raw is same","duration":0}] ["testStart",{"title":"inspect when raw is not same","fullTitle":"ConfigurationModel inspect when raw is not same"}] ["pass",{"title":"inspect when raw is not same","fullTitle":"ConfigurationModel inspect when raw is not same","duration":0}] ["testStart",{"title":"inspect in merged configuration when raw is same","fullTitle":"ConfigurationModel inspect in merged configuration when raw is same"}] ["pass",{"title":"inspect in merged configuration when raw is same","fullTitle":"ConfigurationModel inspect in merged configuration when raw is same","duration":1}] ["testStart",{"title":"inspect in merged configuration when raw is not same for one model","fullTitle":"ConfigurationModel inspect in merged configuration when raw is not same for one model"}] ["pass",{"title":"inspect in merged configuration when raw is not same for one model","fullTitle":"ConfigurationModel inspect in merged configuration when raw is not same for one model","duration":0}] ["testStart",{"title":"inspect: return all overrides","fullTitle":"ConfigurationModel inspect: return all overrides"}] ["pass",{"title":"inspect: return all overrides","fullTitle":"ConfigurationModel inspect: return all overrides","duration":0}] ["testStart",{"title":"inspect when no overrides","fullTitle":"ConfigurationModel inspect when no overrides"}] ["pass",{"title":"inspect when no overrides","fullTitle":"ConfigurationModel inspect when no overrides","duration":0}] ["testStart",{"title":"simple merge using models","fullTitle":"CustomConfigurationModel simple merge using models"}] ["pass",{"title":"simple merge using models","fullTitle":"CustomConfigurationModel simple merge using models","duration":0}] ["testStart",{"title":"simple merge with an undefined contents","fullTitle":"CustomConfigurationModel simple merge with an undefined contents"}] ["pass",{"title":"simple merge with an undefined contents","fullTitle":"CustomConfigurationModel simple merge with an undefined contents","duration":0}] ["testStart",{"title":"Recursive merge using config models","fullTitle":"CustomConfigurationModel Recursive merge using config models"}] ["pass",{"title":"Recursive merge using config models","fullTitle":"CustomConfigurationModel Recursive merge using config models","duration":0}] ["testStart",{"title":"Test contents while getting an existing property","fullTitle":"CustomConfigurationModel Test contents while getting an existing property"}] ["pass",{"title":"Test contents while getting an existing property","fullTitle":"CustomConfigurationModel Test contents while getting an existing property","duration":0}] ["testStart",{"title":"Test contents are undefined for non existing properties","fullTitle":"CustomConfigurationModel Test contents are undefined for non existing properties"}] ["pass",{"title":"Test contents are undefined for non existing properties","fullTitle":"CustomConfigurationModel Test contents are undefined for non existing properties","duration":0}] ["testStart",{"title":"Test contents are undefined for undefined config","fullTitle":"CustomConfigurationModel Test contents are undefined for undefined config"}] ["pass",{"title":"Test contents are undefined for undefined config","fullTitle":"CustomConfigurationModel Test contents are undefined for undefined config","duration":0}] ["testStart",{"title":"Test configWithOverrides gives all content merged with overrides","fullTitle":"CustomConfigurationModel Test configWithOverrides gives all content merged with overrides"}] ["pass",{"title":"Test configWithOverrides gives all content merged with overrides","fullTitle":"CustomConfigurationModel Test configWithOverrides gives all content merged with overrides","duration":0}] ["testStart",{"title":"Test configWithOverrides gives empty contents","fullTitle":"CustomConfigurationModel Test configWithOverrides gives empty contents"}] ["pass",{"title":"Test configWithOverrides gives empty contents","fullTitle":"CustomConfigurationModel Test configWithOverrides gives empty contents","duration":0}] ["testStart",{"title":"Test update with empty data","fullTitle":"CustomConfigurationModel Test update with empty data"}] ["pass",{"title":"Test update with empty data","fullTitle":"CustomConfigurationModel Test update with empty data","duration":0}] ["testStart",{"title":"Test empty property is not ignored","fullTitle":"CustomConfigurationModel Test empty property is not ignored"}] ["pass",{"title":"Test empty property is not ignored","fullTitle":"CustomConfigurationModel Test empty property is not ignored","duration":1}] ["testStart",{"title":"Test inspect for overrideIdentifiers","fullTitle":"Configuration Test inspect for overrideIdentifiers"}] ["pass",{"title":"Test inspect for overrideIdentifiers","fullTitle":"Configuration Test inspect for overrideIdentifiers","duration":0}] ["testStart",{"title":"Test update value","fullTitle":"Configuration Test update value"}] ["pass",{"title":"Test update value","fullTitle":"Configuration Test update value","duration":0}] ["testStart",{"title":"Test update value after inspect","fullTitle":"Configuration Test update value after inspect"}] ["pass",{"title":"Test update value after inspect","fullTitle":"Configuration Test update value after inspect","duration":0}] ["testStart",{"title":"Test compare and update default configuration","fullTitle":"Configuration Test compare and update default configuration"}] ["pass",{"title":"Test compare and update default configuration","fullTitle":"Configuration Test compare and update default configuration","duration":1}] ["testStart",{"title":"Test compare and update application configuration","fullTitle":"Configuration Test compare and update application configuration"}] ["pass",{"title":"Test compare and update application configuration","fullTitle":"Configuration Test compare and update application configuration","duration":0}] ["testStart",{"title":"Test compare and update user configuration","fullTitle":"Configuration Test compare and update user configuration"}] ["pass",{"title":"Test compare and update user configuration","fullTitle":"Configuration Test compare and update user configuration","duration":0}] ["testStart",{"title":"Test compare and update workspace configuration","fullTitle":"Configuration Test compare and update workspace configuration"}] ["pass",{"title":"Test compare and update workspace configuration","fullTitle":"Configuration Test compare and update workspace configuration","duration":0}] ["testStart",{"title":"Test compare and update workspace folder configuration","fullTitle":"Configuration Test compare and update workspace folder configuration"}] ["pass",{"title":"Test compare and update workspace folder configuration","fullTitle":"Configuration Test compare and update workspace folder configuration","duration":1}] ["testStart",{"title":"Test compare and delete workspace folder configuration","fullTitle":"Configuration Test compare and delete workspace folder configuration"}] ["pass",{"title":"Test compare and delete workspace folder configuration","fullTitle":"Configuration Test compare and delete workspace folder configuration","duration":0}] ["testStart",{"title":"changeEvent affecting keys with new configuration","fullTitle":"ConfigurationChangeEvent changeEvent affecting keys with new configuration"}] ["pass",{"title":"changeEvent affecting keys with new configuration","fullTitle":"ConfigurationChangeEvent changeEvent affecting keys with new configuration","duration":0}] ["testStart",{"title":"changeEvent affecting keys when configuration changed","fullTitle":"ConfigurationChangeEvent changeEvent affecting keys when configuration changed"}] ["pass",{"title":"changeEvent affecting keys when configuration changed","fullTitle":"ConfigurationChangeEvent changeEvent affecting keys when configuration changed","duration":0}] ["testStart",{"title":"changeEvent affecting overrides with new configuration","fullTitle":"ConfigurationChangeEvent changeEvent affecting overrides with new configuration"}] ["pass",{"title":"changeEvent affecting overrides with new configuration","fullTitle":"ConfigurationChangeEvent changeEvent affecting overrides with new configuration","duration":0}] ["testStart",{"title":"changeEvent affecting overrides when configuration changed","fullTitle":"ConfigurationChangeEvent changeEvent affecting overrides when configuration changed"}] ["pass",{"title":"changeEvent affecting overrides when configuration changed","fullTitle":"ConfigurationChangeEvent changeEvent affecting overrides when configuration changed","duration":0}] ["testStart",{"title":"changeEvent affecting workspace folders","fullTitle":"ConfigurationChangeEvent changeEvent affecting workspace folders"}] ["pass",{"title":"changeEvent affecting workspace folders","fullTitle":"ConfigurationChangeEvent changeEvent affecting workspace folders","duration":2}] ["testStart",{"title":"changeEvent - all","fullTitle":"ConfigurationChangeEvent changeEvent - all"}] ["pass",{"title":"changeEvent - all","fullTitle":"ConfigurationChangeEvent changeEvent - all","duration":0}] ["testStart",{"title":"changeEvent affecting tasks and launches","fullTitle":"ConfigurationChangeEvent changeEvent affecting tasks and launches"}] ["pass",{"title":"changeEvent affecting tasks and launches","fullTitle":"ConfigurationChangeEvent changeEvent affecting tasks and launches","duration":0}] ["testStart",{"title":"affectsConfiguration returns false for empty string","fullTitle":"ConfigurationChangeEvent affectsConfiguration returns false for empty string"}] ["pass",{"title":"affectsConfiguration returns false for empty string","fullTitle":"ConfigurationChangeEvent affectsConfiguration returns false for empty string","duration":0}] ["end",{"suites":6,"tests":69,"passes":69,"pending":0,"failures":0,"start":"2024-04-23T16:28:15.584Z","end":"2024-04-23T16:28:15.601Z","duration":17}] Hm, I'm not able to reproduce unfortunately. Can you modify these two lines https://github.com/microsoft/vscode/blob/21c762a5df2ffe2aad2aa5d21e7f1401d63846c4/.vscode/extensions/vscode-selfhost-test-provider/src/testOutputScanner.ts#L125-L128 to .fire(JSON.stringify(data)) instead so I can see the exact chunks that are getting emitted? Thanks! Here you go ./scripts/test test/unit/electron/index.js --no-sandbox --disable-dev-shm-usage --use-gl=swiftshader --reporter full-json-stream --run src/vs/platform/configuration/test/common/configurationModels.test.ts {"type":"Buffer","data":[50,48,50,52,45,48,52,45,50,52,32,49,54,58,50,54,58,48,48,46,53,49,55,32,69,108,101,99,116,114,111,110,91,50,56,55,55,58,49,48,57,48,57,55,57,50,93,32,87,65,82,78,73,78,71,58,32,83,101,99,117,114,101,32,99,111,100,105,110,103,32,105,115,32,97,117,116,111,109,97,116,105,99,97,108,108,121,32,101,110,97,98,108,101,100,32,102,111,114,32,114,101,115,116,111,114,97,98,108,101,32,115,116,97,116,101,33,32,72,111,119,101,118,101,114,44,32,110,111,116,32,111,110,32,97,108,108,32,115,117,112,112,111,114,116,101,100,32,109,97,99,79,83,32,118,101,114,115,105,111,110,115,32,111,102,32,116,104,105,115,32,97,112,112,108,105,99,97,116,105,111,110,46,32,79,112,116,45,105,110,32,116,111,32,115,101,99,117,114,101,32,99,111,100,105,110,103,32,101,120,112,108,105,99,105,116,108,121,32,98,121,32,105,109,112,108,101,109,101,110,116,105,110,103,32,78,83,65,112,112,108,105,99,97,116,105,111,110,68,101,108,101,103,97,116,101,46,97,112,112,108,105,99,97,116,105,111,110,83,117,112,112,111,114,116,115,83,101,99,117,114,101,82,101,115,116,111,114,97,98,108,101,83,116,97,116,101,58,46,10]} {"type":"Buffer","data":[91,50,56,55,56,58,48,52,50,52,47,49,54,50,54,48,48,46,53,50,57,53,51,52,58,69,82,82,79,82,58,103,108,95,102,97,99,116,111,114,121,46,99,99,40,49,50,48,41,93,32,82,101,113,117,101,115,116,101,100,32,71,76,32,105,109,112,108,101,109,101,110,116,97,116,105,111,110,32,40,103,108,61,110,111,110,101,44,97,110,103,108,101,61,110,111,110,101,41,32,110,111,116,32,102,111,117,110,100,32,105,110,32,97,108,108,111,119,101,100,32,105,109,112,108,101,109,101,110,116,97,116,105,111,110,115,58,32,91,40,103,108,61,101,103,108,45,97,110,103,108,101,44,97,110,103,108,101,61,111,112,101,110,103,108,41,44,40,103,108,61,101,103,108,45,97,110,103,108,101,44,97,110,103,108,101,61,109,101,116,97,108,41,44,40,103,108,61,101,103,108,45,97,110,103,108,101,44,97,110,103,108,101,61,115,119,105,102,116,115,104,97,100,101,114,41,93,46,10]} {"type":"Buffer","data":[91,50,56,55,56,58,48,52,50,52,47,49,54,50,54,48,48,46,53,53,50,50,48,56,58,69,82,82,79,82,58,118,105,122,95,109,97,105,110,95,105,109,112,108,46,99,99,40,49,57,54,41,93,32,69,120,105,116,105,110,103,32,71,80,85,32,112,114,111,99,101,115,115,32,100,117,101,32,116,111,32,101,114,114,111,114,115,32,100,117,114,105,110,103,32,105,110,105,116,105,97,108,105,122,97,116,105,111,110,10]} {"type":"Buffer","data":[91,50,56,56,49,58,48,52,50,52,47,49,54,50,54,48,48,46,54,51,54,48,53,50,58,69,82,82,79,82,58,103,108,95,102,97,99,116,111,114,121,46,99,99,40,49,50,48,41,93,32,82,101,113,117,101,115,116,101,100,32,71,76,32,105,109,112,108,101,109,101,110,116,97,116,105,111,110,32,40,103,108,61,110,111,110,101,44,97,110,103,108,101,61,110,111,110,101,41,32,110,111,116,32,102,111,117,110,100,32,105,110,32,97,108,108,111,119,101,100,32,105,109,112,108,101,109,101,110,116,97,116,105,111,110,115,58,32,91,40,103,108,61,101,103,108,45,97,110,103,108,101,44,97,110,103,108,101,61,111,112,101,110,103,108,41,44,40,103,108,61,101,103,108,45,97,110,103,108,101,44,97,110,103,108,101,61,109,101,116,97,108,41,44,40,103,108,61,101,103,108,45,97,110,103,108,101,44,97,110,103,108,101,61,115,119,105,102,116,115,104,97,100,101,114,41,93,46,10]} {"type":"Buffer","data":[91,50,56,56,49,58,48,52,50,52,47,49,54,50,54,48,48,46,54,53,57,54,57,51,58,69,82,82,79,82,58,118,105,122,95,109,97,105,110,95,105,109,112,108,46,99,99,40,49,57,54,41,93,32,69,120,105,116,105,110,103,32,71,80,85,32,112,114,111,99,101,115,115,32,100,117,101,32,116,111,32,101,114,114,111,114,115,32,100,117,114,105,110,103,32,105,110,105,116,105,97,108,105,122,97,116,105,111,110,10]} {"type":"Buffer","data":[91,34,115,116,97,114,116,34,44,123,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,97,115,115,101,114,116,67,108,101,97,110,83,116,97,116,101,32,45,32,99,104,101,99,107,32,116,104,97,116,32,114,101,103,105,115,116,114,105,101,115,32,97,114,101,32,99,108,101,97,110,32,97,116,32,116,104,101,32,115,116,97,114,116,32,111,102,32,116,101,115,116,32,114,117,110,110,105,110,103,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,84,101,115,116,115,32,97,114,101,32,117,115,105,110,103,32,115,117,105,116,101,83,101,116,117,112,32,97,110,100,32,115,101,116,117,112,32,99,111,114,114,101,99,116,108,121,32,97,115,115,101,114,116,67,108,101,97,110,83,116,97,116,101,32,45,32,99,104,101,99,107,32,116,104,97,116,32,114,101,103,105,115,116,114,105,101,115,32,97,114,101,32,99,108,101,97,110,32,97,116,32,116,104,101,32,115,116,97,114,116,32,111,102,32,116,101,115,116,32,114,117,110,110,105,110,103,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,97,115,115,101,114,116,67,108,101,97,110,83,116,97,116,101,32,45,32,99,104,101,99,107,32,116,104,97,116,32,114,101,103,105,115,116,114,105,101,115,32,97,114,101,32,99,108,101,97,110,32,97,116,32,116,104,101,32,115,116,97,114,116,32,111,102,32,116,101,115,116,32,114,117,110,110,105,110,103,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,84,101,115,116,115,32,97,114,101,32,117,115,105,110,103,32,115,117,105,116,101,83,101,116,117,112,32,97,110,100,32,115,101,116,117,112,32,99,111,114,114,101,99,116,108,121,32,97,115,115,101,114,116,67,108,101,97,110,83,116,97,116,101,32,45,32,99,104,101,99,107,32,116,104,97,116,32,114,101,103,105,115,116,114,105,101,115,32,97,114,101,32,99,108,101,97,110,32,97,116,32,116,104,101,32,115,116,97,114,116,32,111,102,32,116,101,115,116,32,114,117,110,110,105,110,103,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,115,105,110,103,108,101,32,111,118,101,114,114,105,100,101,32,105,100,101,110,116,105,102,105,101,114,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,80,97,114,115,101,114,32,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,115,105,110,103,108,101,32,111,118,101,114,114,105,100,101,32,105,100,101,110,116,105,102,105,101,114,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,115,105,110,103,108,101,32,111,118,101,114,114,105,100,101,32,105,100,101,110,116,105,102,105,101,114,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,80,97,114,115,101,114,32,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,115,105,110,103,108,101,32,111,118,101,114,114,105,100,101,32,105,100,101,110,116,105,102,105,101,114,34,44,34,100,117,114,97,116,105,111,110,34,58,49,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,109,117,108,116,105,112,108,101,32,111,118,101,114,114,105,100,101,32,105,100,101,110,116,105,102,105,101,114,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,80,97,114,115,101,114,32,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,109,117,108,116,105,112,108,101,32,111,118,101,114,114,105,100,101,32,105,100,101,110,116,105,102,105,101,114,115,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,109,117,108,116,105,112,108,101,32,111,118,101,114,114,105,100,101,32,105,100,101,110,116,105,102,105,101,114,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,80,97,114,115,101,114,32,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,109,117,108,116,105,112,108,101,32,111,118,101,114,114,105,100,101,32,105,100,101,110,116,105,102,105,101,114,115,34,44,34,100,117,114,97,116,105,111,110,34,58,49,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,109,117,108,116,105,112,108,101,32,100,117,112,108,105,99,97,116,101,32,111,118,101,114,114,105,100,101,32,105,100,101,110,116,105,102,105,101,114,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,80,97,114,115,101,114,32,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,109,117,108,116,105,112,108,101,32,100,117,112,108,105,99,97,116,101,32,111,118,101,114,114,105,100,101,32,105,100,101,110,116,105,102,105,101,114,115,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,109,117,108,116,105,112,108,101,32,100,117,112,108,105,99,97,116,101,32,111,118,101,114,114,105,100,101,32,105,100,101,110,116,105,102,105,101,114,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,80,97,114,115,101,114,32,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,109,117,108,116,105,112,108,101,32,100,117,112,108,105,99,97,116,101,32,111,118,101,114,114,105,100,101,32,105,100,101,110,116,105,102,105,101,114,115,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,101,120,99,108,117,100,101,32,111,112,116,105,111,110,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,80,97,114,115,101,114,32,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,101,120,99,108,117,100,101,32,111,112,116,105,111,110,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,101,120,99,108,117,100,101,32,111,112,116,105,111,110,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,80,97,114,115,101,114,32,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,101,120,99,108,117,100,101,32,111,112,116,105,111,110,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,101,120,99,108,117,100,101,32,111,112,116,105,111,110,32,101,118,101,110,32,105,110,99,108,117,100,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,80,97,114,115,101,114,32,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,101,120,99,108,117,100,101,32,111,112,116,105,111,110,32,101,118,101,110,32,105,110,99,108,117,100,101,100,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,101,120,99,108,117,100,101,32,111,112,116,105,111,110,32,101,118,101,110,32,105,110,99,108,117,100,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,80,97,114,115,101,114,32,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,101,120,99,108,117,100,101,32,111,112,116,105,111,110,32,101,118,101,110,32,105,110,99,108,117,100,101,100,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,115,99,111,112,101,115,32,102,105,108,116,101,114,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,80,97,114,115,101,114,32,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,115,99,111,112,101,115,32,102,105,108,116,101,114,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,115,99,111,112,101,115,32,102,105,108,116,101,114,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,80,97,114,115,101,114,32,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,115,99,111,112,101,115,32,102,105,108,116,101,114,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,105,110,99,108,117,100,101,32,111,112,116,105,111,110,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,80,97,114,115,101,114,32,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,105,110,99,108,117,100,101,32,111,112,116,105,111,110,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,105,110,99,108,117,100,101,32,111,112,116,105,111,110,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,80,97,114,115,101,114,32,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,105,110,99,108,117,100,101,32,111,112,116,105,111,110,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,105,110,118,97,108,105,100,32,115,101,116,116,105,110,103,32,107,101,121,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,80,97,114,115,101,114,32,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,105,110,118,97,108,105,100,32,115,101,116,116,105,110,103,32,107,101,121,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,105,110,118,97,108,105,100,32,115,101,116,116,105,110,103,32,107,101,121,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,80,97,114,115,101,114,32,112,97,114,115,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,119,105,116,104,32,105,110,118,97,108,105,100,32,115,101,116,116,105,110,103,32,107,101,121,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,110,111,32,115,101,99,116,105,111,110,115,32,97,110,100,32,110,111,116,32,100,101,102,105,110,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,110,111,32,115,101,99,116,105,111,110,115,32,97,110,100,32,110,111,116,32,100,101,102,105,110,101,100,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,110,111,32,115,101,99,116,105,111,110,115,32,97,110,100,32,110,111,116,32,100,101,102,105,110,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,110,111,32,115,101,99,116,105,111,110,115,32,97,110,100,32,110,111,116,32,100,101,102,105,110,101,100,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,110,111,32,115,101,99,116,105,111,110,115,32,97,110,100,32,100,101,102,105,110,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,110,111,32,115,101,99,116,105,111,110,115,32,97,110,100,32,100,101,102,105,110,101,100,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,110,111,32,115,101,99,116,105,111,110,115,32,97,110,100,32,100,101,102,105,110,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,110,111,32,115,101,99,116,105,111,110,115,32,97,110,100,32,100,101,102,105,110,101,100,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,115,101,99,116,105,111,110,115,32,97,110,100,32,110,111,116,32,100,101,102,105,110,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,115,101,99,116,105,111,110,115,32,97,110,100,32,110,111,116,32,100,101,102,105,110,101,100,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,115,101,99,116,105,111,110,115,32,97,110,100,32,110,111,116,32,100,101,102,105,110,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,115,101,99,116,105,111,110,115,32,97,110,100,32,110,111,116,32,100,101,102,105,110,101,100,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,115,101,99,116,105,111,110,115,32,97,110,100,32,100,101,102,105,110,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,115,101,99,116,105,111,110,115,32,97,110,100,32,100,101,102,105,110,101,100,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,115,101,99,116,105,111,110,115,32,97,110,100,32,100,101,102,105,110,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,115,101,99,116,105,111,110,115,32,97,110,100,32,100,101,102,105,110,101,100,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,115,101,99,116,105,111,110,115,32,97,110,100,32,115,117,98,32,115,101,99,116,105,111,110,32,110,111,116,32,100,101,102,105,110,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,115,101,99,116,105,111,110,115,32,97,110,100,32,115,117,98,32,115,101,99,116,105,111,110,32,110,111,116,32,100,101,102,105,110,101,100,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,115,101,99,116,105,111,110,115,32,97,110,100,32,115,117,98,32,115,101,99,116,105,111,110,32,110,111,116,32,100,101,102,105,110,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,115,101,99,116,105,111,110,115,32,97,110,100,32,115,117,98,32,115,101,99,116,105,111,110,32,110,111,116,32,100,101,102,105,110,101,100,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,115,101,99,116,105,111,110,115,32,97,110,100,32,115,117,98,32,115,101,99,116,105,111,110,32,100,101,102,105,110,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,115,101,99,116,105,111,110,115,32,97,110,100,32,115,117,98,32,115,101,99,116,105,111,110,32,100,101,102,105,110,101,100,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,115,101,99,116,105,111,110,115,32,97,110,100,32,115,117,98,32,115,101,99,116,105,111,110,32,100,101,102,105,110,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,115,101,99,116,105,111,110,115,32,97,110,100,32,115,117,98,32,115,101,99,116,105,111,110,32,100,101,102,105,110,101,100,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,115,101,99,116,105,111,110,115,32,97,110,100,32,108,97,115,116,32,115,101,99,116,105,111,110,32,105,115,32,97,100,100,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,115,101,99,116,105,111,110,115,32,97,110,100,32,108,97,115,116,32,115,101,99,116,105,111,110,32,105,115,32,97,100,100,101,100,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,115,101,99,116,105,111,110,115,32,97,110,100,32,108,97,115,116,32,115,101,99,116,105,111,110,32,105,115,32,97,100,100,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,101,116,86,97,108,117,101,32,102,111,114,32,97,32,107,101,121,32,116,104,97,116,32,104,97,115,32,115,101,99,116,105,111,110,115,32,97,110,100,32,108,97,115,116,32,115,101,99,116,105,111,110,32,105,115,32,97,100,100,101,100,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,114,101,109,111,118,101,86,97,108,117,101,58,32,114,101,109,111,118,101,32,97,32,110,111,110,32,101,120,105,115,116,105,110,103,32,107,101,121,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,114,101,109,111,118,101,86,97,108,117,101,58,32,114,101,109,111,118,101,32,97,32,110,111,110,32,101,120,105,115,116,105,110,103,32,107,101,121,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,114,101,109,111,118,101,86,97,108,117,101,58,32,114,101,109,111,118,101,32,97,32,110,111,110,32,101,120,105,115,116,105,110,103,32,107,101,121,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,114,101,109,111,118,101,86,97,108,117,101,58,32,114,101,109,111,118,101,32,97,32,110,111,110,32,101,120,105,115,116,105,110,103,32,107,101,121,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,114,101,109,111,118,101,86,97,108,117,101,58,32,114,101,109,111,118,101,32,97,32,115,105,110,103,108,101,32,115,101,103,109,101,110,116,101,100,32,107,101,121,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,114,101,109,111,118,101,86,97,108,117,101,58,32,114,101,109,111,118,101,32,97,32,115,105,110,103,108,101,32,115,101,103,109,101,110,116,101,100,32,107,101,121,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,114,101,109,111,118,101,86,97,108,117,101,58,32,114,101,109,111,118,101,32,97,32,115,105,110,103,108,101,32,115,101,103,109,101,110,116,101,100,32,107,101,121,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,114,101,109,111,118,101,86,97,108,117,101,58,32,114,101,109,111,118,101,32,97,32,115,105,110,103,108,101,32,115,101,103,109,101,110,116,101,100,32,107,101,121,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,114,101,109,111,118,101,86,97,108,117,101,58,32,114,101,109,111,118,101,32,97,32,109,117,108,116,105,32,115,101,103,109,101,110,116,101,100,32,107,101,121,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,114,101,109,111,118,101,86,97,108,117,101,58,32,114,101,109,111,118,101,32,97,32,109,117,108,116,105,32,115,101,103,109,101,110,116,101,100,32,107,101,121,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,114,101,109,111,118,101,86,97,108,117,101,58,32,114,101,109,111,118,101,32,97,32,109,117,108,116,105,32,115,101,103,109,101,110,116,101,100,32,107,101,121,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,114,101,109,111,118,101,86,97,108,117,101,58,32,114,101,109,111,118,101,32,97,32,109,117,108,116,105,32,115,101,103,109,101,110,116,101,100,32,107,101,121,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,102,111,114,32,97,110,32,101,120,105,115,116,105,110,103,32,105,100,101,110,116,105,102,105,101,114,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,102,111,114,32,97,110,32,101,120,105,115,116,105,110,103,32,105,100,101,110,116,105,102,105,101,114,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,102,111,114,32,97,110,32,101,120,105,115,116,105,110,103,32,105,100,101,110,116,105,102,105,101,114,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,102,111,114,32,97,110,32,101,120,105,115,116,105,110,103,32,105,100,101,110,116,105,102,105,101,114,34,44,34,100,117,114,97,116,105,111,110,34,58,49,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,102,111,114,32,97,110,32,105,100,101,110,116,105,102,105,101,114,32,116,104,97,116,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,102,111,114,32,97,110,32,105,100,101,110,116,105,102,105,101,114,32,116,104,97,116,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,102,111,114,32,97,110,32,105,100,101,110,116,105,102,105,101,114,32,116,104,97,116,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,32,102,111,114,32,97,110,32,105,100,101,110,116,105,102,105,101,114,32,116,104,97,116,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,119,104,101,110,32,111,110,101,32,111,102,32,116,104,101,32,107,101,121,115,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,32,105,110,32,98,97,115,101,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,119,104,101,110,32,111,110,101,32,111,102,32,116,104,101,32,107,101,121,115,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,32,105,110,32,98,97,115,101,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,119,104,101,110,32,111,110,101,32,111,102,32,116,104,101,32,107,101,121,115,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,32,105,110,32,98,97,115,101,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,119,104,101,110,32,111,110,101,32,111,102,32,116,104,101,32,107,101,121,115,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,32,105,110,32,98,97,115,101,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,119,104,101,110,32,111,110,101,32,111,102,32,116,104,101,32,107,101,121,32,105,110,32,98,97,115,101,32,105,115,32,110,111,116,32,111,102,32,111,98,106,101,99,116,32,116,121,112,101,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,119,104,101,110,32,111,110,101,32,111,102,32,116,104,101,32,107,101,121,32,105,110,32,98,97,115,101,32,105,115,32,110,111,116,32,111,102,32,111,98,106,101,99,116,32,116,121,112,101,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,119,104,101,110,32,111,110,101,32,111,102,32,116,104,101,32,107,101,121,32,105,110,32,98,97,115,101,32,105,115,32,110,111,116,32,111,102,32,111,98,106,101,99,116,32,116,121,112,101,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,119,104,101,110,32,111,110,101,32,111,102,32,116,104,101,32,107,101,121,32,105,110,32,98,97,115,101,32,105,115,32,110,111,116,32,111,102,32,111,98,106,101,99,116,32,116,121,112,101,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,119,104,101,110,32,111,110,101,32,111,102,32,116,104,101,32,107,101,121,32,105,110,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,116,101,110,116,115,32,105,115,32,110,111,116,32,111,102,32,111,98,106,101,99,116,32,116,121,112,101,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,119,104,101,110,32,111,110,101,32,111,102,32,116,104,101,32,107,101,121,32,105,110,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,116,101,110,116,115,32,105,115,32,110,111,116,32,111,102,32,111,98,106,101,99,116,32,116,121,112,101,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,119,104,101,110,32,111,110,101,32,111,102,32,116,104,101,32,107,101,121,32,105,110,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,116,101,110,116,115,32,105,115,32,110,111,116,32,111,102,32,111,98,106,101,99,116,32,116,121,112,101,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,119,104,101,110,32,111,110,101,32,111,102,32,116,104,101,32,107,101,121,32,105,110,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,116,101,110,116,115,32,105,115,32,110,111,116,32,111,102,32,111,98,106,101,99,116,32,116,121,112,101,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,105,102,32,116,104,101,32,118,97,108,117,101,32,111,102,32,111,118,101,114,114,105,100,105,110,103,32,105,100,101,110,116,105,102,105,101,114,32,105,115,32,110,111,116,32,111,98,106,101,99,116,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,105,102,32,116,104,101,32,118,97,108,117,101,32,111,102,32,111,118,101,114,114,105,100,105,110,103,32,105,100,101,110,116,105,102,105,101,114,32,105,115,32,110,111,116,32,111,98,106,101,99,116,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,105,102,32,116,104,101,32,118,97,108,117,101,32,111,102,32,111,118,101,114,114,105,100,105,110,103,32,105,100,101,110,116,105,102,105,101,114,32,105,115,32,110,111,116,32,111,98,106,101,99,116,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,105,102,32,116,104,101,32,118,97,108,117,101,32,111,102,32,111,118,101,114,114,105,100,105,110,103,32,105,100,101,110,116,105,102,105,101,114,32,105,115,32,110,111,116,32,111,98,106,101,99,116,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,105,102,32,116,104,101,32,118,97,108,117,101,32,111,102,32,111,118,101,114,114,105,100,105,110,103,32,105,100,101,110,116,105,102,105,101,114,32,105,115,32,97,110,32,101,109,112,116,121,32,111,98,106,101,99,116,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,105,102,32,116,104,101,32,118,97,108,117,101,32,111,102,32,111,118,101,114,114,105,100,105,110,103,32,105,100,101,110,116,105,102,105,101,114,32,105,115,32,97,110,32,101,109,112,116,121,32,111,98,106,101,99,116,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,105,102,32,116,104,101,32,118,97,108,117,101,32,111,102,32,111,118,101,114,114,105,100,105,110,103,32,105,100,101,110,116,105,102,105,101,114,32,105,115,32,97,110,32,101,109,112,116,121,32,111,98,106,101,99,116,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,103,101,116,32,111,118,101,114,114,105,100,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,105,102,32,116,104,101,32,118,97,108,117,101,32,111,102,32,111,118,101,114,114,105,100,105,110,103,32,105,100,101,110,116,105,102,105,101,114,32,105,115,32,97,110,32,101,109,112,116,121,32,111,98,106,101,99,116,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,115,105,109,112,108,101,32,109,101,114,103,101,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,105,109,112,108,101,32,109,101,114,103,101,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,115,105,109,112,108,101,32,109,101,114,103,101,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,105,109,112,108,101,32,109,101,114,103,101,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,114,101,99,117,114,115,105,118,101,32,109,101,114,103,101,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,114,101,99,117,114,115,105,118,101,32,109,101,114,103,101,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,114,101,99,117,114,115,105,118,101,32,109,101,114,103,101,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,114,101,99,117,114,115,105,118,101,32,109,101,114,103,101,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,115,105,109,112,108,101,32,109,101,114,103,101,32,111,118,101,114,114,105,100,101,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,105,109,112,108,101,32,109,101,114,103,101,32,111,118,101,114,114,105,100,101,115,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,115,105,109,112,108,101,32,109,101,114,103,101,32,111,118,101,114,114,105,100,101,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,105,109,112,108,101,32,109,101,114,103,101,32,111,118,101,114,114,105,100,101,115,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,114,101,99,117,114,115,105,118,101,32,109,101,114,103,101,32,111,118,101,114,114,105,100,101,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,114,101,99,117,114,115,105,118,101,32,109,101,114,103,101,32,111,118,101,114,114,105,100,101,115,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,114,101,99,117,114,115,105,118,101,32,109,101,114,103,101,32,111,118,101,114,114,105,100,101,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,114,101,99,117,114,115,105,118,101,32,109,101,114,103,101,32,111,118,101,114,114,105,100,101,115,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,110,116,101,110,116,115,32,119,104,105,108,101,32,103,101,116,116,105,110,103,32,97,110,32,101,120,105,115,116,105,110,103,32,112,114,111,112,101,114,116,121,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,99,111,110,116,101,110,116,115,32,119,104,105,108,101,32,103,101,116,116,105,110,103,32,97,110,32,101,120,105,115,116,105,110,103,32,112,114,111,112,101,114,116,121,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,110,116,101,110,116,115,32,119,104,105,108,101,32,103,101,116,116,105,110,103,32,97,110,32,101,120,105,115,116,105,110,103,32,112,114,111,112,101,114,116,121,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,99,111,110,116,101,110,116,115,32,119,104,105,108,101,32,103,101,116,116,105,110,103,32,97,110,32,101,120,105,115,116,105,110,103,32,112,114,111,112,101,114,116,121,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,110,116,101,110,116,115,32,97,114,101,32,117,110,100,101,102,105,110,101,100,32,102,111,114,32,110,111,110,32,101,120,105,115,116,105,110,103,32,112,114,111,112,101,114,116,105,101,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,99,111,110,116,101,110,116,115,32,97,114,101,32,117,110,100,101,102,105,110,101,100,32,102,111,114,32,110,111,110,32,101,120,105,115,116,105,110,103,32,112,114,111,112,101,114,116,105,101,115,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,110,116,101,110,116,115,32,97,114,101,32,117,110,100,101,102,105,110,101,100,32,102,111,114,32,110,111,110,32,101,120,105,115,116,105,110,103,32,112,114,111,112,101,114,116,105,101,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,99,111,110,116,101,110,116,115,32,97,114,101,32,117,110,100,101,102,105,110,101,100,32,102,111,114,32,110,111,110,32,101,120,105,115,116,105,110,103,32,112,114,111,112,101,114,116,105,101,115,34,44,34,100,117,114,97,116,105,111,110,34,58,49,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,111,118,101,114,114,105,100,101,32,103,105,118,101,115,32,97,108,108,32,99,111,110,116,101,110,116,32,109,101,114,103,101,100,32,119,105,116,104,32,111,118,101,114,114,105,100,101,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,111,118,101,114,114,105,100,101,32,103,105,118,101,115,32,97,108,108,32,99,111,110,116,101,110,116,32,109,101,114,103,101,100,32,119,105,116,104,32,111,118,101,114,114,105,100,101,115,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,111,118,101,114,114,105,100,101,32,103,105,118,101,115,32,97,108,108,32,99,111,110,116,101,110,116,32,109,101,114,103,101,100,32,119,105,116,104,32,111,118,101,114,114,105,100,101,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,111,118,101,114,114,105,100,101,32,103,105,118,101,115,32,97,108,108,32,99,111,110,116,101,110,116,32,109,101,114,103,101,100,32,119,105,116,104,32,111,118,101,114,114,105,100,101,115,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,111,118,101,114,114,105,100,101,32,119,104,101,110,32,97,110,32,111,118,101,114,114,105,100,101,32,104,97,115,32,109,117,108,116,105,112,108,101,32,105,100,101,110,116,105,102,105,101,114,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,111,118,101,114,114,105,100,101,32,119,104,101,110,32,97,110,32,111,118,101,114,114,105,100,101,32,104,97,115,32,109,117,108,116,105,112,108,101,32,105,100,101,110,116,105,102,105,101,114,115,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,111,118,101,114,114,105,100,101,32,119,104,101,110,32,97,110,32,111,118,101,114,114,105,100,101,32,104,97,115,32,109,117,108,116,105,112,108,101,32,105,100,101,110,116,105,102,105,101,114,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,111,118,101,114,114,105,100,101,32,119,104,101,110,32,97,110,32,111,118,101,114,114,105,100,101,32,104,97,115,32,109,117,108,116,105,112,108,101,32,105,100,101,110,116,105,102,105,101,114,115,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,111,118,101,114,114,105,100,101,32,119,104,101,110,32,97,110,32,105,100,101,110,116,105,102,105,101,114,32,105,115,32,100,101,102,105,110,101,100,32,105,110,32,109,117,108,116,105,112,108,101,32,111,118,101,114,114,105,100,101,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,111,118,101,114,114,105,100,101,32,119,104,101,110,32,97,110,32,105,100,101,110,116,105,102,105,101,114,32,105,115,32,100,101,102,105,110,101,100,32,105,110,32,109,117,108,116,105,112,108,101,32,111,118,101,114,114,105,100,101,115,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,111,118,101,114,114,105,100,101,32,119,104,101,110,32,97,110,32,105,100,101,110,116,105,102,105,101,114,32,105,115,32,100,101,102,105,110,101,100,32,105,110,32,109,117,108,116,105,112,108,101,32,111,118,101,114,114,105,100,101,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,111,118,101,114,114,105,100,101,32,119,104,101,110,32,97,110,32,105,100,101,110,116,105,102,105,101,114,32,105,115,32,100,101,102,105,110,101,100,32,105,110,32,109,117,108,116,105,112,108,101,32,111,118,101,114,114,105,100,101,115,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,109,101,114,103,101,32,119,104,101,110,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,115,32,104,97,118,101,32,109,117,108,116,105,112,108,101,32,105,100,101,110,116,105,102,105,101,114,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,109,101,114,103,101,32,119,104,101,110,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,115,32,104,97,118,101,32,109,117,108,116,105,112,108,101,32,105,100,101,110,116,105,102,105,101,114,115,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,109,101,114,103,101,32,119,104,101,110,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,115,32,104,97,118,101,32,109,117,108,116,105,112,108,101,32,105,100,101,110,116,105,102,105,101,114,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,109,101,114,103,101,32,119,104,101,110,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,109,111,100,101,108,115,32,104,97,118,101,32,109,117,108,116,105,112,108,101,32,105,100,101,110,116,105,102,105,101,114,115,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,105,110,115,112,101,99,116,32,119,104,101,110,32,114,97,119,32,105,115,32,115,97,109,101,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,105,110,115,112,101,99,116,32,119,104,101,110,32,114,97,119,32,105,115,32,115,97,109,101,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,105,110,115,112,101,99,116,32,119,104,101,110,32,114,97,119,32,105,115,32,115,97,109,101,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,105,110,115,112,101,99,116,32,119,104,101,110,32,114,97,119,32,105,115,32,115,97,109,101,34,44,34,100,117,114,97,116,105,111,110,34,58,49,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,105,110,115,112,101,99,116,32,119,104,101,110,32,114,97,119,32,105,115,32,110,111,116,32,115,97,109,101,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,105,110,115,112,101,99,116,32,119,104,101,110,32,114,97,119,32,105,115,32,110,111,116,32,115,97,109,101,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,105,110,115,112,101,99,116,32,119,104,101,110,32,114,97,119,32,105,115,32,110,111,116,32,115,97,109,101,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,105,110,115,112,101,99,116,32,119,104,101,110,32,114,97,119,32,105,115,32,110,111,116,32,115,97,109,101,34,44,34,100,117,114,97,116,105,111,110,34,58,49,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,105,110,115,112,101,99,116,32,105,110,32,109,101,114,103,101,100,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,119,104,101,110,32,114,97,119,32,105,115,32,115,97,109,101,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,105,110,115,112,101,99,116,32,105,110,32,109,101,114,103,101,100,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,119,104,101,110,32,114,97,119,32,105,115,32,115,97,109,101,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,105,110,115,112,101,99,116,32,105,110,32,109,101,114,103,101,100,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,119,104,101,110,32,114,97,119,32,105,115,32,115,97,109,101,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,105,110,115,112,101,99,116,32,105,110,32,109,101,114,103,101,100,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,119,104,101,110,32,114,97,119,32,105,115,32,115,97,109,101,34,44,34,100,117,114,97,116,105,111,110,34,58,49,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,105,110,115,112,101,99,116,32,105,110,32,109,101,114,103,101,100,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,119,104,101,110,32,114,97,119,32,105,115,32,110,111,116,32,115,97,109,101,32,102,111,114,32,111,110,101,32,109,111,100,101,108,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,105,110,115,112,101,99,116,32,105,110,32,109,101,114,103,101,100,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,119,104,101,110,32,114,97,119,32,105,115,32,110,111,116,32,115,97,109,101,32,102,111,114,32,111,110,101,32,109,111,100,101,108,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,105,110,115,112,101,99,116,32,105,110,32,109,101,114,103,101,100,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,119,104,101,110,32,114,97,119,32,105,115,32,110,111,116,32,115,97,109,101,32,102,111,114,32,111,110,101,32,109,111,100,101,108,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,105,110,115,112,101,99,116,32,105,110,32,109,101,114,103,101,100,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,119,104,101,110,32,114,97,119,32,105,115,32,110,111,116,32,115,97,109,101,32,102,111,114,32,111,110,101,32,109,111,100,101,108,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,105,110,115,112,101,99,116,58,32,114,101,116,117,114,110,32,97,108,108,32,111,118,101,114,114,105,100,101,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,105,110,115,112,101,99,116,58,32,114,101,116,117,114,110,32,97,108,108,32,111,118,101,114,114,105,100,101,115,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,105,110,115,112,101,99,116,58,32,114,101,116,117,114,110,32,97,108,108,32,111,118,101,114,114,105,100,101,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,105,110,115,112,101,99,116,58,32,114,101,116,117,114,110,32,97,108,108,32,111,118,101,114,114,105,100,101,115,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,105,110,115,112,101,99,116,32,119,104,101,110,32,110,111,32,111,118,101,114,114,105,100,101,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,105,110,115,112,101,99,116,32,119,104,101,110,32,110,111,32,111,118,101,114,114,105,100,101,115,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,105,110,115,112,101,99,116,32,119,104,101,110,32,110,111,32,111,118,101,114,114,105,100,101,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,105,110,115,112,101,99,116,32,119,104,101,110,32,110,111,32,111,118,101,114,114,105,100,101,115,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,115,105,109,112,108,101,32,109,101,114,103,101,32,117,115,105,110,103,32,109,111,100,101,108,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,117,115,116,111,109,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,105,109,112,108,101,32,109,101,114,103,101,32,117,115,105,110,103,32,109,111,100,101,108,115,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,115,105,109,112,108,101,32,109,101,114,103,101,32,117,115,105,110,103,32,109,111,100,101,108,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,117,115,116,111,109,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,105,109,112,108,101,32,109,101,114,103,101,32,117,115,105,110,103,32,109,111,100,101,108,115,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,115,105,109,112,108,101,32,109,101,114,103,101,32,119,105,116,104,32,97,110,32,117,110,100,101,102,105,110,101,100,32,99,111,110,116,101,110,116,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,117,115,116,111,109,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,105,109,112,108,101,32,109,101,114,103,101,32,119,105,116,104,32,97,110,32,117,110,100,101,102,105,110,101,100,32,99,111,110,116,101,110,116,115,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,115,105,109,112,108,101,32,109,101,114,103,101,32,119,105,116,104,32,97,110,32,117,110,100,101,102,105,110,101,100,32,99,111,110,116,101,110,116,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,117,115,116,111,109,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,115,105,109,112,108,101,32,109,101,114,103,101,32,119,105,116,104,32,97,110,32,117,110,100,101,102,105,110,101,100,32,99,111,110,116,101,110,116,115,34,44,34,100,117,114,97,116,105,111,110,34,58,49,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,82,101,99,117,114,115,105,118,101,32,109,101,114,103,101,32,117,115,105,110,103,32,99,111,110,102,105,103,32,109,111,100,101,108,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,117,115,116,111,109,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,82,101,99,117,114,115,105,118,101,32,109,101,114,103,101,32,117,115,105,110,103,32,99,111,110,102,105,103,32,109,111,100,101,108,115,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,82,101,99,117,114,115,105,118,101,32,109,101,114,103,101,32,117,115,105,110,103,32,99,111,110,102,105,103,32,109,111,100,101,108,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,117,115,116,111,109,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,82,101,99,117,114,115,105,118,101,32,109,101,114,103,101,32,117,115,105,110,103,32,99,111,110,102,105,103,32,109,111,100,101,108,115,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,110,116,101,110,116,115,32,119,104,105,108,101,32,103,101,116,116,105,110,103,32,97,110,32,101,120,105,115,116,105,110,103,32,112,114,111,112,101,114,116,121,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,117,115,116,111,109,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,99,111,110,116,101,110,116,115,32,119,104,105,108,101,32,103,101,116,116,105,110,103,32,97,110,32,101,120,105,115,116,105,110,103,32,112,114,111,112,101,114,116,121,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,110,116,101,110,116,115,32,119,104,105,108,101,32,103,101,116,116,105,110,103,32,97,110,32,101,120,105,115,116,105,110,103,32,112,114,111,112,101,114,116,121,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,117,115,116,111,109,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,99,111,110,116,101,110,116,115,32,119,104,105,108,101,32,103,101,116,116,105,110,103,32,97,110,32,101,120,105,115,116,105,110,103,32,112,114,111,112,101,114,116,121,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,110,116,101,110,116,115,32,97,114,101,32,117,110,100,101,102,105,110,101,100,32,102,111,114,32,110,111,110,32,101,120,105,115,116,105,110,103,32,112,114,111,112,101,114,116,105,101,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,117,115,116,111,109,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,99,111,110,116,101,110,116,115,32,97,114,101,32,117,110,100,101,102,105,110,101,100,32,102,111,114,32,110,111,110,32,101,120,105,115,116,105,110,103,32,112,114,111,112,101,114,116,105,101,115,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,110,116,101,110,116,115,32,97,114,101,32,117,110,100,101,102,105,110,101,100,32,102,111,114,32,110,111,110,32,101,120,105,115,116,105,110,103,32,112,114,111,112,101,114,116,105,101,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,117,115,116,111,109,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,99,111,110,116,101,110,116,115,32,97,114,101,32,117,110,100,101,102,105,110,101,100,32,102,111,114,32,110,111,110,32,101,120,105,115,116,105,110,103,32,112,114,111,112,101,114,116,105,101,115,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,110,116,101,110,116,115,32,97,114,101,32,117,110,100,101,102,105,110,101,100,32,102,111,114,32,117,110,100,101,102,105,110,101,100,32,99,111,110,102,105,103,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,117,115,116,111,109,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,99,111,110,116,101,110,116,115,32,97,114,101,32,117,110,100,101,102,105,110,101,100,32,102,111,114,32,117,110,100,101,102,105,110,101,100,32,99,111,110,102,105,103,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,110,116,101,110,116,115,32,97,114,101,32,117,110,100,101,102,105,110,101,100,32,102,111,114,32,117,110,100,101,102,105,110,101,100,32,99,111,110,102,105,103,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,117,115,116,111,109,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,99,111,110,116,101,110,116,115,32,97,114,101,32,117,110,100,101,102,105,110,101,100,32,102,111,114,32,117,110,100,101,102,105,110,101,100,32,99,111,110,102,105,103,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,110,102,105,103,87,105,116,104,79,118,101,114,114,105,100,101,115,32,103,105,118,101,115,32,97,108,108,32,99,111,110,116,101,110,116,32,109,101,114,103,101,100,32,119,105,116,104,32,111,118,101,114,114,105,100,101,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,117,115,116,111,109,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,99,111,110,102,105,103,87,105,116,104,79,118,101,114,114,105,100,101,115,32,103,105,118,101,115,32,97,108,108,32,99,111,110,116,101,110,116,32,109,101,114,103,101,100,32,119,105,116,104,32,111,118,101,114,114,105,100,101,115,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,110,102,105,103,87,105,116,104,79,118,101,114,114,105,100,101,115,32,103,105,118,101,115,32,97,108,108,32,99,111,110,116,101,110,116,32,109,101,114,103,101,100,32,119,105,116,104,32,111,118,101,114,114,105,100,101,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,117,115,116,111,109,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,99,111,110,102,105,103,87,105,116,104,79,118,101,114,114,105,100,101,115,32,103,105,118,101,115,32,97,108,108,32,99,111,110,116,101,110,116,32,109,101,114,103,101,100,32,119,105,116,104,32,111,118,101,114,114,105,100,101,115,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,110,102,105,103,87,105,116,104,79,118,101,114,114,105,100,101,115,32,103,105,118,101,115,32,101,109,112,116,121,32,99,111,110,116,101,110,116,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,117,115,116,111,109,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,99,111,110,102,105,103,87,105,116,104,79,118,101,114,114,105,100,101,115,32,103,105,118,101,115,32,101,109,112,116,121,32,99,111,110,116,101,110,116,115,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,110,102,105,103,87,105,116,104,79,118,101,114,114,105,100,101,115,32,103,105,118,101,115,32,101,109,112,116,121,32,99,111,110,116,101,110,116,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,117,115,116,111,109,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,99,111,110,102,105,103,87,105,116,104,79,118,101,114,114,105,100,101,115,32,103,105,118,101,115,32,101,109,112,116,121,32,99,111,110,116,101,110,116,115,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,117,112,100,97,116,101,32,119,105,116,104,32,101,109,112,116,121,32,100,97,116,97,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,117,115,116,111,109,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,117,112,100,97,116,101,32,119,105,116,104,32,101,109,112,116,121,32,100,97,116,97,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,117,112,100,97,116,101,32,119,105,116,104,32,101,109,112,116,121,32,100,97,116,97,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,117,115,116,111,109,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,117,112,100,97,116,101,32,119,105,116,104,32,101,109,112,116,121,32,100,97,116,97,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,101,109,112,116,121,32,112,114,111,112,101,114,116,121,32,105,115,32,110,111,116,32,105,103,110,111,114,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,117,115,116,111,109,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,101,109,112,116,121,32,112,114,111,112,101,114,116,121,32,105,115,32,110,111,116,32,105,103,110,111,114,101,100,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,101,109,112,116,121,32,112,114,111,112,101,114,116,121,32,105,115,32,110,111,116,32,105,103,110,111,114,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,117,115,116,111,109,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,101,108,32,84,101,115,116,32,101,109,112,116,121,32,112,114,111,112,101,114,116,121,32,105,115,32,110,111,116,32,105,103,110,111,114,101,100,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,105,110,115,112,101,99,116,32,102,111,114,32,111,118,101,114,114,105,100,101,73,100,101,110,116,105,102,105,101,114,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,32,84,101,115,116,32,105,110,115,112,101,99,116,32,102,111,114,32,111,118,101,114,114,105,100,101,73,100,101,110,116,105,102,105,101,114,115,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,105,110,115,112,101,99,116,32,102,111,114,32,111,118,101,114,114,105,100,101,73,100,101,110,116,105,102,105,101,114,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,32,84,101,115,116,32,105,110,115,112,101,99,116,32,102,111,114,32,111,118,101,114,114,105,100,101,73,100,101,110,116,105,102,105,101,114,115,34,44,34,100,117,114,97,116,105,111,110,34,58,49,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,117,112,100,97,116,101,32,118,97,108,117,101,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,32,84,101,115,116,32,117,112,100,97,116,101,32,118,97,108,117,101,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,117,112,100,97,116,101,32,118,97,108,117,101,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,32,84,101,115,116,32,117,112,100,97,116,101,32,118,97,108,117,101,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,117,112,100,97,116,101,32,118,97,108,117,101,32,97,102,116,101,114,32,105,110,115,112,101,99,116,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,32,84,101,115,116,32,117,112,100,97,116,101,32,118,97,108,117,101,32,97,102,116,101,114,32,105,110,115,112,101,99,116,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,117,112,100,97,116,101,32,118,97,108,117,101,32,97,102,116,101,114,32,105,110,115,112,101,99,116,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,32,84,101,115,116,32,117,112,100,97,116,101,32,118,97,108,117,101,32,97,102,116,101,114,32,105,110,115,112,101,99,116,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,117,112,100,97,116,101,32,100,101,102,97,117,108,116,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,32,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,117,112,100,97,116,101,32,100,101,102,97,117,108,116,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,117,112,100,97,116,101,32,100,101,102,97,117,108,116,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,32,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,117,112,100,97,116,101,32,100,101,102,97,117,108,116,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,117,112,100,97,116,101,32,97,112,112,108,105,99,97,116,105,111,110,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,32,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,117,112,100,97,116,101,32,97,112,112,108,105,99,97,116,105,111,110,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,117,112,100,97,116,101,32,97,112,112,108,105,99,97,116,105,111,110,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,32,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,117,112,100,97,116,101,32,97,112,112,108,105,99,97,116,105,111,110,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,117,112,100,97,116,101,32,117,115,101,114,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,32,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,117,112,100,97,116,101,32,117,115,101,114,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,117,112,100,97,116,101,32,117,115,101,114,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,32,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,117,112,100,97,116,101,32,117,115,101,114,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,100,117,114,97,116,105,111,110,34,58,49,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,117,112,100,97,116,101,32,119,111,114,107,115,112,97,99,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,32,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,117,112,100,97,116,101,32,119,111,114,107,115,112,97,99,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,117,112,100,97,116,101,32,119,111,114,107,115,112,97,99,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,32,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,117,112,100,97,116,101,32,119,111,114,107,115,112,97,99,101,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,117,112,100,97,116,101,32,119,111,114,107,115,112,97,99,101,32,102,111,108,100,101,114,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,32,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,117,112,100,97,116,101,32,119,111,114,107,115,112,97,99,101,32,102,111,108,100,101,114,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,117,112,100,97,116,101,32,119,111,114,107,115,112,97,99,101,32,102,111,108,100,101,114,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,32,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,117,112,100,97,116,101,32,119,111,114,107,115,112,97,99,101,32,102,111,108,100,101,114,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,100,101,108,101,116,101,32,119,111,114,107,115,112,97,99,101,32,102,111,108,100,101,114,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,32,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,100,101,108,101,116,101,32,119,111,114,107,115,112,97,99,101,32,102,111,108,100,101,114,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,100,101,108,101,116,101,32,119,111,114,107,115,112,97,99,101,32,102,111,108,100,101,114,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,32,84,101,115,116,32,99,111,109,112,97,114,101,32,97,110,100,32,100,101,108,101,116,101,32,119,111,114,107,115,112,97,99,101,32,102,111,108,100,101,114,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,107,101,121,115,32,119,105,116,104,32,110,101,119,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,67,104,97,110,103,101,69,118,101,110,116,32,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,107,101,121,115,32,119,105,116,104,32,110,101,119,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,107,101,121,115,32,119,105,116,104,32,110,101,119,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,67,104,97,110,103,101,69,118,101,110,116,32,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,107,101,121,115,32,119,105,116,104,32,110,101,119,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,107,101,121,115,32,119,104,101,110,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,99,104,97,110,103,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,67,104,97,110,103,101,69,118,101,110,116,32,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,107,101,121,115,32,119,104,101,110,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,99,104,97,110,103,101,100,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,107,101,121,115,32,119,104,101,110,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,99,104,97,110,103,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,67,104,97,110,103,101,69,118,101,110,116,32,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,107,101,121,115,32,119,104,101,110,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,99,104,97,110,103,101,100,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,111,118,101,114,114,105,100,101,115,32,119,105,116,104,32,110,101,119,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,67,104,97,110,103,101,69,118,101,110,116,32,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,111,118,101,114,114,105,100,101,115,32,119,105,116,104,32,110,101,119,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,111,118,101,114,114,105,100,101,115,32,119,105,116,104,32,110,101,119,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,67,104,97,110,103,101,69,118,101,110,116,32,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,111,118,101,114,114,105,100,101,115,32,119,105,116,104,32,110,101,119,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,111,118,101,114,114,105,100,101,115,32,119,104,101,110,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,99,104,97,110,103,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,67,104,97,110,103,101,69,118,101,110,116,32,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,111,118,101,114,114,105,100,101,115,32,119,104,101,110,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,99,104,97,110,103,101,100,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,111,118,101,114,114,105,100,101,115,32,119,104,101,110,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,99,104,97,110,103,101,100,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,67,104,97,110,103,101,69,118,101,110,116,32,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,111,118,101,114,114,105,100,101,115,32,119,104,101,110,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,99,104,97,110,103,101,100,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,119,111,114,107,115,112,97,99,101,32,102,111,108,100,101,114,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,67,104,97,110,103,101,69,118,101,110,116,32,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,119,111,114,107,115,112,97,99,101,32,102,111,108,100,101,114,115,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,119,111,114,107,115,112,97,99,101,32,102,111,108,100,101,114,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,67,104,97,110,103,101,69,118,101,110,116,32,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,119,111,114,107,115,112,97,99,101,32,102,111,108,100,101,114,115,34,44,34,100,117,114,97,116,105,111,110,34,58,49,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,99,104,97,110,103,101,69,118,101,110,116,32,45,32,97,108,108,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,67,104,97,110,103,101,69,118,101,110,116,32,99,104,97,110,103,101,69,118,101,110,116,32,45,32,97,108,108,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,99,104,97,110,103,101,69,118,101,110,116,32,45,32,97,108,108,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,67,104,97,110,103,101,69,118,101,110,116,32,99,104,97,110,103,101,69,118,101,110,116,32,45,32,97,108,108,34,44,34,100,117,114,97,116,105,111,110,34,58,49,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,116,97,115,107,115,32,97,110,100,32,108,97,117,110,99,104,101,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,67,104,97,110,103,101,69,118,101,110,116,32,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,116,97,115,107,115,32,97,110,100,32,108,97,117,110,99,104,101,115,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,116,97,115,107,115,32,97,110,100,32,108,97,117,110,99,104,101,115,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,67,104,97,110,103,101,69,118,101,110,116,32,99,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,105,110,103,32,116,97,115,107,115,32,97,110,100,32,108,97,117,110,99,104,101,115,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,116,101,115,116,83,116,97,114,116,34,44,123,34,116,105,116,108,101,34,58,34,97,102,102,101,99,116,115,67,111,110,102,105,103,117,114,97,116,105,111,110,32,114,101,116,117,114,110,115,32,102,97,108,115,101,32,102,111,114,32,101,109,112,116,121,32,115,116,114,105,110,103,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,67,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,115,67,111,110,102,105,103,117,114,97,116,105,111,110,32,114,101,116,117,114,110,115,32,102,97,108,115,101,32,102,111,114,32,101,109,112,116,121,32,115,116,114,105,110,103,34,125,93,10]} {"type":"Buffer","data":[91,34,112,97,115,115,34,44,123,34,116,105,116,108,101,34,58,34,97,102,102,101,99,116,115,67,111,110,102,105,103,117,114,97,116,105,111,110,32,114,101,116,117,114,110,115,32,102,97,108,115,101,32,102,111,114,32,101,109,112,116,121,32,115,116,114,105,110,103,34,44,34,102,117,108,108,84,105,116,108,101,34,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,67,104,97,110,103,101,69,118,101,110,116,32,97,102,102,101,99,116,115,67,111,110,102,105,103,117,114,97,116,105,111,110,32,114,101,116,117,114,110,115,32,102,97,108,115,101,32,102,111,114,32,101,109,112,116,121,32,115,116,114,105,110,103,34,44,34,100,117,114,97,116,105,111,110,34,58,48,125,93,10]} {"type":"Buffer","data":[91,34,101,110,100,34,44,123,34,115,117,105,116,101,115,34,58,54,44,34,116,101,115,116,115,34,58,54,57,44,34,112,97,115,115,101,115,34,58,54,57,44,34,112,101,110,100,105,110,103,34,58,48,44,34,102,97,105,108,117,114,101,115,34,58,48,44,34,115,116,97,114,116,34,58,34,50,48,50,52,45,48,52,45,50,52,84,49,52,58,50,54,58,48,49,46,49,55,53,90,34,44,34,101,110,100,34,58,34,50,48,50,52,45,48,52,45,50,52,84,49,52,58,50,54,58,48,49,46,49,57,54,90,34,44,34,100,117,114,97,116,105,111,110,34,58,50,49,125,93,10]}
gharchive/issue
2024-04-22T06:37:40
2025-04-01T06:44:59.909852
{ "authors": [ "connor4312", "sandy081" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/210878", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2356488270
So slow Type: Bug Vscode is out of nowhere unusable, its just super slow. CPU is at 80% utilization when I just have focus on vscode. I tried to disable all extensions, didnt work. Restarted PC also didnt work. VS Code version: Code 1.90.1 (611f9bfce64f25108829dd295f54a6894e87339d, 2024-06-11T21:02:43.666Z) OS version: Linux x64 6.2.0-39-generic snap Modes: System Info Item Value CPUs 12th Gen Intel(R) Core(TM) i5-1240P (16 x 1699) GPU Status 2d_canvas: enabledcanvas_oop_rasterization: disabled_offdirect_rendering_display_compositor: disabled_off_okgpu_compositing: enabledmultiple_raster_threads: enabled_onopengl: enabled_onrasterization: enabledraw_draw: disabled_off_okskia_graphite: disabled_offvideo_decode: enabledvideo_encode: disabled_softwarevulkan: disabled_offwebgl: enabledwebgl2: enabledwebgpu: disabled_off Load (avg) 9, 8, 6 Memory (System) 15.24GB (8.60GB free) Process Argv --force-user-env --no-sandbox --use-gl=angle --use-angle=swiftshader --crash-reporter-id c571bd31-01bc-4a1e-9a4d-68207acdb10f --inspect-extensions=21429 --crash-reporter-id c571bd31-01bc-4a1e-9a4d-68207acdb10f Screen Reader no VM 0% DESKTOP_SESSION ubuntu XDG_CURRENT_DESKTOP Unity XDG_SESSION_DESKTOP ubuntu XDG_SESSION_TYPE x11 Extensions: none A/B Experiments vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscoreces:30445986 vscod805cf:30301675 binariesv615:30325510 vsaa593:30376534 py29gd2263:31024239 c4g48928:30535728 azure-dev_surveyone:30548225 962ge761:30959799 pythongtdpath:30769146 welcomedialogc:30910334 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pythonmypyd1:30879173 h48ei257:31000450 pythontbext0:30879054 accentitlementst:30995554 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 jchc7451:31067544 chatpanelt:31048053 dsvsc021:30996838 945dj816:31013170 pythoncenvpt:31062603 a69g1124:31058053 dvdeprecation:31068756 pythonprt:31056678 dwnewjupyter:31046869 newcmakeconfigv2:31071590 I downgraded to 1.89 and it fixed it. Same problem on ubuntu with the snap package. The scroll is very slow even when I start without extensions. I downgrade to 1.89 to fix. Having the same problem since 1.90.1 If you installed it via snap, I fixed this by using snap revert code. Waiting for a patch. The snap revert helped me too. Reverted to version 1.90.0. Expect this to be fixed in 1.90.2, per https://github.com/microsoft/vscode/issues/212494#issuecomment-2168893148 Duplicate https://github.com/microsoft/vscode/issues/212494
gharchive/issue
2024-06-17T06:24:09
2025-04-01T06:44:59.928440
{ "authors": [ "FirminEx", "GPif", "JozefCmiel", "OsoianMarcel", "gjsjohnmurray", "james-jenkinson", "joyceerhl" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/215919", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2377093994
Versatile Search Across All Files Specified by Name Within a Local Repository I don't know if there is any way to do this, however, I often find that I need to search for specific keys in multiple files. It would be extremely helpful for me to specify the files beforehand, and then initiate a search for my key. This eliminates redundancy and would improve my workflow when searching for things I know exist but may exist in a different file. Think, MS Excel's search across the workbook feature. Instead, we specify the searchable files beforehand (perhaps using a mutable checkbox) and then click enter. Can you leverage the existing option to search in open files only? That would work but is a bit cumbersome. At it's peak, my workspace becomes rather cluttered with many open files consisting of tests, code, or logic-based files. In many cases, only a select few of my files require a search. Could you use the files to include field to specify the file paths that you want to search? Oh this may work. Where is this option included? If you click the three dots in the viewlet, these fields should show. Sorry, I am not seeing this. I have the following: That is the Find widget, used for locating text in a single document. The screenshot from @andreamah is the Search view. Use the magnifier icon in the Activity Bar to get there. Yup! That about solves it. I am assuming that the 'files to include' menu starts at the root directory of a repository? For example, if I have the following filepath: schools -> teachers -> teacher.py, classesTaught.py, ... Then the search begins at folder schools? Can you confirm this. If your workspace folder starts with everything under schools, then this path with start after schools, as you mentioned. You can also use globs to get everything under one folder. Got it, thank you for your help @andreamah. You have been great : )
gharchive/issue
2024-06-27T04:25:32
2025-04-01T06:44:59.935190
{ "authors": [ "VickySekhon", "andreamah", "gjsjohnmurray" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/218665", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2398129139
Deleted file in PR shows Open Anyway for both sides Extension version: VSCode Version: insider OS: web Repository Clone Configuration (single repository/fork of an upstream repository): https://github.dev/check-spelling-sandbox/binary-files-pr/pull/1 Github Product (Github.com/Github Enterprise version x.x.x): GitHub.com Steps to Reproduce: (if you're using chrome and have a content policy, enable javascript for default) visit https://github.dev/check-spelling-sandbox/binary-files-pr/pull/1 click Files>bin As the file is D, only one of the two sides should show the open anyway, the other should say "deleted" or something... Moved to microsoft/vscode as this is decided by the diff editor. The described behavior is how it is expected to work. If you disagree, please explain what is expected and what is not in more detail. See also our issue reporting guidelines. Happy Coding!
gharchive/issue
2024-07-03T22:00:08
2025-04-01T06:44:59.940101
{ "authors": [ "VSCodeTriageBot", "alexr00", "jsoref" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/221272", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2503839883
search APIs- deep links to interface fields do not resolve https://github.com/microsoft/vscode/blob/a554d9e7e1353b2fbf16696a08ad25cb873dc2ac/src/vscode-dts/vscode.proposed.textSearchProviderNew.d.ts#L96 @link references to things like TextSearchProviderOptions.useIgnoreFiles.local do not resolve to the correct object. I should check these over to make sure that they are correct. From https://github.com/microsoft/vscode/issues/226775 to verify: go through the following files and ensure that all @link links are valid: textSearchProvider2.d.ts fileSearchProvider2.d.ts findTextInFiles2.d.ts findFiles2.d.ts Some missing links https://github.com/microsoft/vscode/blob/db3873db37f6e1a2d4f3e139573c59c717c015b2/src/vscode-dts/vscode.proposed.findFiles2.d.ts#L57 https://github.com/microsoft/vscode/blob/db3873db37f6e1a2d4f3e139573c59c717c015b2/src/vscode-dts/vscode.proposed.textSearchProvider2.d.ts#L92
gharchive/issue
2024-09-03T21:40:17
2025-04-01T06:44:59.944655
{ "authors": [ "andreamah", "roblourens" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/227478", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2550219128
DEL key doesn't work when renaming a file Type: Bug This is (almost) exactly as reported in https://github.com/microsoft/vscode/issues/20195, however this bug is again present and (almost) exactly reproducible in the manner described there. My OS is Linux (Debian Stable) instead of Windows, and of course I'm using a newer version of VSCode than reported there. One possible difference is that pressing DEL while renaming does not do nothing as reported in 20195, it works as DEL normally would in the text editor, despite it not having "focus". This of course causes all manner of mayhem as not only the file rename not work as expected, but also unintentional edits have been made. VS Code version: Code 1.93.1 (38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40, 2024-09-11T17:20:05.685Z) OS version: Linux x64 6.1.0-22-amd64 Modes: System Info Item Value CPUs AMD Ryzen 7 4800H with Radeon Graphics (16 x 1396) GPU Status 2d_canvas: enabledcanvas_oop_rasterization: enabled_ondirect_rendering_display_compositor: disabled_off_okgpu_compositing: enabledmultiple_raster_threads: enabled_onopengl: enabled_onrasterization: enabledraw_draw: disabled_off_okskia_graphite: disabled_offvideo_decode: enabledvideo_encode: disabled_softwarevulkan: disabled_offwebgl: enabledwebgl2: enabledwebgpu: disabled_offwebnn: disabled_off Load (avg) 3, 3, 2 Memory (System) 58.77GB (34.87GB free) Process Argv . --crash-reporter-id 16b2baba-ec6e-45c1-a208-a9364847a462 Screen Reader no VM 0% DESKTOP_SESSION lightdm-xsession XDG_CURRENT_DESKTOP MATE XDG_SESSION_DESKTOP lightdm-xsession XDG_SESSION_TYPE x11 Extensions (13) Extension Author (truncated) Version vscode-sql-formatter adp 1.4.4 sort-imports ama 6.3.1 rescript-vscode che 1.58.0 vscode-eslint dba 3.0.10 prettier-vscode esb 11.0.0 custom-local-formatters jki 0.0.6 remote-ssh ms- 0.114.3 remote-ssh-edit ms- 0.86.0 cpptools ms- 1.21.6 remote-explorer ms- 0.4.3 vsliveshare ms- 1.0.5941 ocaml-platform oca 1.20.0 rust-analyzer rus 0.3.2121 A/B Experiments vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vswsl492cf:30256860 vscod805cf:30301675 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:31024239 c4g48928:30535728 azure-dev_surveyone:30548225 a9j8j154:30646983 962ge761:30959799 pythongtdpath:30769146 welcomedialog:30910333 pythonnoceb:30805159 asynctok:30898717 pythonmypyd1:30879173 h48ei257:31000450 pythontbext0:30879054 accentitlementsc:30995553 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 dsvsc021:30996838 945dj816:31013170 a69g1124:31058053 dvdeprecation:31068756 dwnewjupytercf:31046870 impr_priority:31102340 nativerepl1:31139838 refactort:31108082 pythonrstrctxt:31112756 flighttreat:31134774 wkspc-onlycs-t:31132770 wkspc-ranged-c:31125598 cf971741:31144450 pme_test_c:31118331 ei213698:31121563 iacca1:31144502 Does the problem also happen after you run the command to reload with all extensions disabled? Thanks for looking into this! Launching via terminal as code --disable-extensions does have the same effect: pressing DEL either does nothing (if no editors have been focused, or none are open) or deletes a character in the last focused editor. Can you do F1 -> Toggle Keyboard Shortcut Troubleshooting and attach that log Thank you! This was also done with --disable-extensions: 2024-09-28 11:13:49.030 [info] Started local extension host with pid 44339. 2024-09-28 11:13:52.507 [info] [perf] Render performance baseline is 222ms 2024-09-28 11:14:31.383 [info] [KeybindingService]: / Soft dispatching keyboard event 2024-09-28 11:14:31.384 [info] [KeybindingService]: | Resolving [F2] 2024-09-28 11:14:31.385 [info] [KeybindingService]: \ From 6 keybinding entries, matched renameFile, when: filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus, source: built-in. 2024-09-28 11:14:31.385 [info] [KeybindingService]: / Soft dispatching keyboard event 2024-09-28 11:14:31.385 [info] [KeybindingService]: | Resolving [F2] 2024-09-28 11:14:31.386 [info] [KeybindingService]: \ From 6 keybinding entries, matched renameFile, when: filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus, source: built-in. 2024-09-28 11:14:31.386 [info] [KeybindingService]: / Soft dispatching keyboard event 2024-09-28 11:14:31.387 [info] [KeybindingService]: | Resolving [F2] 2024-09-28 11:14:31.387 [info] [KeybindingService]: \ From 6 keybinding entries, matched renameFile, when: filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus, source: built-in. 2024-09-28 11:14:31.388 [info] [KeybindingService]: / Received keydown event - modifiers: [], code: F2, keyCode: 113, key: F2 2024-09-28 11:14:31.388 [info] [KeybindingService]: | Converted keydown event - modifiers: [], code: F2, keyCode: 60 ('F2') 2024-09-28 11:14:31.388 [info] [KeybindingService]: | Resolving [F2] 2024-09-28 11:14:31.389 [info] [KeybindingService]: \ From 6 keybinding entries, matched renameFile, when: filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus, source: built-in. 2024-09-28 11:14:31.389 [info] [KeybindingService]: + Invoking command renameFile. 2024-09-28 11:14:36.876 [info] [KeybindingService]: / Soft dispatching keyboard event 2024-09-28 11:14:36.877 [info] [KeybindingService]: | Resolving [ArrowLeft] 2024-09-28 11:14:36.877 [info] [KeybindingService]: \ From 12 keybinding entries, no when clauses matched the context. 2024-09-28 11:14:36.877 [info] [KeybindingService]: / Received keydown event - modifiers: [], code: ArrowLeft, keyCode: 37, key: ArrowLeft 2024-09-28 11:14:36.878 [info] [KeybindingService]: | Converted keydown event - modifiers: [], code: ArrowLeft, keyCode: 15 ('LeftArrow') 2024-09-28 11:14:36.878 [info] [KeybindingService]: | Resolving [ArrowLeft] 2024-09-28 11:14:36.878 [info] [KeybindingService]: \ From 12 keybinding entries, no when clauses matched the context. 2024-09-28 11:14:37.663 [info] [KeybindingService]: / Received keydown event - modifiers: [], code: ArrowRight, keyCode: 39, key: ArrowRight 2024-09-28 11:14:37.663 [info] [KeybindingService]: | Converted keydown event - modifiers: [], code: ArrowRight, keyCode: 17 ('RightArrow') 2024-09-28 11:14:37.664 [info] [KeybindingService]: | Resolving [ArrowRight] 2024-09-28 11:14:37.664 [info] [KeybindingService]: \ From 11 keybinding entries, no when clauses matched the context. 2024-09-28 11:14:38.136 [info] [KeybindingService]: / Received keydown event - modifiers: [], code: ArrowRight, keyCode: 39, key: ArrowRight 2024-09-28 11:14:38.136 [info] [KeybindingService]: | Converted keydown event - modifiers: [], code: ArrowRight, keyCode: 17 ('RightArrow') 2024-09-28 11:14:38.137 [info] [KeybindingService]: | Resolving [ArrowRight] 2024-09-28 11:14:38.137 [info] [KeybindingService]: \ From 11 keybinding entries, no when clauses matched the context. 2024-09-28 11:14:40.611 [info] [KeybindingService]: / Received keydown event - modifiers: [], code: Delete, keyCode: 46, key: Delete 2024-09-28 11:14:40.612 [info] [KeybindingService]: | Converted keydown event - modifiers: [], code: Delete, keyCode: 20 ('Delete') 2024-09-28 11:14:40.612 [info] [KeybindingService]: | Resolving [Delete] 2024-09-28 11:14:40.612 [info] [KeybindingService]: \ From 12 keybinding entries, matched deleteRight, when: no when condition, source: user. 2024-09-28 11:14:40.613 [info] [KeybindingService]: + Invoking command deleteRight. You have a user keybinding that is causing this. Here's your log line 2024-09-28 11:14:40.612 [info] [KeybindingService]: | Resolving [Delete] 2024-09-28 11:14:40.612 [info] [KeybindingService]: \ From 12 keybinding entries, matched deleteRight, when: no when condition, source: user. 2024-09-28 11:14:40.613 [info] [KeybindingService]: + Invoking command deleteRight. Here's my log line 2024-09-30 09:10:51.941 [info] [KeybindingService]: | Resolving [Delete] 2024-09-30 09:10:51.942 [info] [KeybindingService]: \ From 5 keybinding entries, no when clauses matched the context. 2024-09-30 09:10:51.942 [info] [KeybindingService]: / Received keydown event - modifiers: [], code: Delete, keyCode: 46, key: Delete 2024-09-30 09:10:51.942 [info] [KeybindingService]: | Converted keydown event - modifiers: [], code: Delete, keyCode: 20 ('Delete') 2024-09-30 09:10:51.945 [info] [KeybindingService]: | Resolving [Delete] 2024-09-30 09:10:51.945 [info] [KeybindingService]: \ From 5 keybinding entries, no when clauses matched the context. Do F1 -> Open Keyboard Shortcuts (JSON) and see if you have one mentioning delete there YES!!! Thank you! That was it! Seeing the difference in the User version vs. the default System version makes perfect sense.
gharchive/issue
2024-09-26T10:46:43
2025-04-01T06:44:59.971867
{ "authors": [ "gjsjohnmurray", "lramos15", "stop2FA" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/229815", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2568240837
Ports View disappears in any remote connection Type: Bug Once GitHub or AzureML remotes are connected, Ports View disappears from the bottom bar. VS Code version: Code 1.94.0 (d78a74bcdfad14d5d3b1b782f87255d802b57511, 2024-10-02T13:08:12.626Z) OS version: Windows_NT x64 10.0.19045 Modes: System Info Item Value CPUs Intel(R) Core(TM) i7-9850H CPU @ 2.60GHz (12 x 2592) GPU Status 2d_canvas: enabledcanvas_oop_rasterization: enabled_ondirect_rendering_display_compositor: disabled_off_okgpu_compositing: enabledmultiple_raster_threads: enabled_onopengl: enabled_onrasterization: enabledraw_draw: disabled_off_okskia_graphite: disabled_offvideo_decode: enabledvideo_encode: enabledvulkan: disabled_offwebgl: enabledwebgl2: enabledwebgpu: enabledwebnn: disabled_off Load (avg) undefined Memory (System) 63.73GB (51.61GB free) Process Argv --crash-reporter-id 793d7a14-be48-49b4-a478-4419211c0ff4 Screen Reader no VM 0% Extensions: none A/B Experiments vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscod805cf:30301675 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:31024239 vscaac:30438847 c4g48928:30535728 azure-dev_surveyone:30548225 a9j8j154:30646983 962ge761:30959799 pythongtdpath:30769146 welcomedialogc:30910334 pythonnoceb:30805159 asynctok:30898717 pythonmypyd1:30879173 2e7ec940:31000449 pythontbext0:30879054 accentitlementsc:30995553 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 dsvsc021:30996838 724cj586:31013169 a69g1124:31058053 dvdeprecation:31068756 dwnewjupytercf:31046870 impr_priority:31102340 nativerepl2:31139839 refactort:31108082 pythonrstrctxt:31112756 flighttreat:31134774 wkspc-onlycs-t:31132770 nativeloc2:31134642 wkspc-ranged-t:31151552 cf971741:31144450 defaultse:31146405 notype1cf:31151524 cc771715:31146322 What do you mean by a GitHub remote? Is this a Codespace? a remote connection into a compute instance of AzureML or a remote connection to a github repository, and this happens: remote connection to a github repository Is this github.dev or vscode.dev? These don't have compute behind them, so what are you expecting to show in the Ports view? I can repro with AzureML Turns out it's a bug in the Azure ML extension. In VS Code, we had a bug for at least a year where we showed the Ports view too eagerly. I fixed that last month, which exposed an issue in the Azure ML extension: they aren't setting the context required to show the Ports view. I've discussed with the Azure ML folks and they know how to fix it.
gharchive/issue
2024-10-05T17:57:31
2025-04-01T06:44:59.981327
{ "authors": [ "alexr00", "oscarfloo" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/230601", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
359867308
Disabling Emmet doesnt stop some of the Emmet commands from showing up I would like to disable Emmet.. And I mean, Disable ALL of it.. As if it's not in VS code at all.. It just pollutes the commands list. If Emmet was an extension, I could just uninstall it.. but it seems to be built in and not able to remove it. @WORMSS, If you open the extensions tab and type @builtin to the search box, Emmet is a built in extension that will appear and you can disable it in a specific workspace or entirely: Ahh, thank you @lannonbr I had no idea you could list the built in.. The irony, now that I know extensions can show extra stuff. I have noticed the ... dots to list everything.. I am sorry I feel so dumb.. @lannonbr it seems it doesn't disable it enough.. 2 commands are still added.. And if you try to call them, they throw an error.. @octref The 2 commands in https://github.com/Microsoft/vscode/issues/58600#issuecomment-421003237 are contributed by the core and not the built-in extensions. Since extensions have no way of knowing the language under the cursor, we use the core command Emmet: Expand Abbreviation to figure out the language and then call the corresponding command from the built-in extension. This was done to avoid regression when we moved the Emmet features out to an extension. The way to fix this bug is for the core to somehow figure out that the built-in extension is disabled, and then disable the above 2 commands Why is Emmet even built-in anyway? I doubt even 10% of VS Code users use it. Verifier: Disable the Emmet extension Open the command palette and search for Emmet commands Ensure no Emmet commands show in the results @rzhao271 Lol @WORMSS you're too fast. The issue is currently labelled as "unreleased". Please wait for the next Insiders release tomorrow, when this bot labels the issue as "insiders-released". Is the issue resolved for you now? You'll need to download the Insiders version to try it out: https://code.visualstudio.com/insiders/ Seems like moving the Expand Abbreviations command from workbench to Emmet broke keybinding precedence, so I'll have to revert this change for now. I think vscode has reached a point were removing features is better than adding them. Emmet being one of them 😄
gharchive/issue
2018-09-13T12:08:28
2025-04-01T06:44:59.990943
{ "authors": [ "WORMSS", "balibebas", "cesarvarela", "lannonbr", "ramya-rao-a", "rzhao271" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/58600", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
440642568
Installing extension from extension page "Install" button keeps the notification baloon in bottom right Issue Type: Bug I noticed when I install extension by clicking on the green "Install" button from within the VScode extension page, as opposed to the "Would you like to install..." notification/chat bubble in the lower right corner of the editor, the chat bubble stays there, asking me if I want to install the extension I just installed. Would be great if the state was in sync and the bubble would be dismissed when I installed the extension, no matter how. Screenshot after installation VS Code version: Code 1.33.1 (51b0b28134d51361cf996d2f0a1c698247aeabd8, 2019-04-11T08:22:55.268Z) OS version: Darwin x64 18.5.0 System Info Item Value CPUs Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz (12 x 2600) GPU Status 2d_canvas: enabledchecker_imaging: disabled_offflash_3d: enabledflash_stage3d: enabledflash_stage3d_baseline: enabledgpu_compositing: enabledmultiple_raster_threads: enabled_onnative_gpu_memory_buffers: enabledrasterization: enabledsurface_synchronization: enabled_onvideo_decode: enabledwebgl: enabledwebgl2: enabled Load (avg) 2, 2, 2 Memory (System) 16.00GB (0.79GB free) Process Argv Screen Reader no VM 0% Extensions (19) Extension Author (truncated) Version project-manager ale 10.5.1 solargraph cas 0.19.6 bracket-pair-colorizer Coe 1.0.61 vscode-eslint dba 1.8.2 es7-react-js-snippets dsz 2.2.2 gitlens eam 9.7.1 prettier-vscode esb 1.9.0 rails-snippets Hri 1.0.8 rest-client hum 0.21.2 vscode-codemetrics kis 1.18.0 vscode-language-babel mgm 0.0.22 ruby-rubocop mis 0.8.0 sublime-keybindings ms- 4.0.0 debugger-for-chrome msj 4.11.3 JavaScriptSnippets nat 0.2.0 ruby reb 0.22.3 code-settings-sync Sha 3.2.9 change-case wma 1.0.0 JavaScriptSnippets xab 1.7.2 @sandy081 , I would like to try this , Some starter and code pointers would be helpful :) It depends on how @vfonic got this notification. @vfonic can you please let us know how you got this? It shouldn't depend on that. I got it by clicking install button in VS Code Extension Marketplace website, in the browser. On Thu, May 16, 2019, 01:15 Sandeep Somavarapu notifications@github.com wrote: It depends on how @vfonic https://github.com/vfonic got this notification. @vfonic https://github.com/vfonic can you please let us know how you got this? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode/issues/73341?email_source=notifications&email_token=AAAQO3JVP64PZG4N26BCTFTPVRHNHA5CNFSM4HK67US2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVPP4KA#issuecomment-492764712, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAQO3OZNBWANLVHJ7DSLYLPVRHNHANCNFSM4HK67USQ . @skprabhanjan This notification comes from here - https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/contrib/extensions/node/extensionsWorkbenchService.ts#L1083 @sandy081 , I checked the code but just wanted to discuss on one thing . Is that notification needed in the first place , clicking on install button on top will do the same job , Also removing that notification will keep the two scenarios consistent and same (Normally opening that extension page and opening the extension page from browser) We can remove the notification prompt to fix the inconsistency . @sandy081 , were you able to look into this ? I can remove the notification bubble and send a PR, please confirm :) @skprabhanjan Yeah it look unnecessary for me. Please remove it.
gharchive/issue
2019-05-06T10:52:52
2025-04-01T06:45:00.011249
{ "authors": [ "sandy081", "skprabhanjan", "vfonic" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/73341", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
459047902
webpack aliases doesn't work in a multi-folder workspace VSCode Version: 1.35.1 OS Version: Win10 x64 single folder, alias works and vscode has IntelliSense but for multi-folder, it's not work and no IntelliSense # my jsconfig.json { "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["./src/*"] } }, "exclude": [ "node_modules" ] } Please start by filing this issue against your vue extension
gharchive/issue
2019-06-21T07:11:32
2025-04-01T06:45:00.014603
{ "authors": [ "daizhan", "mjbvz" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/75878", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
465566715
extension post-install/post-update processes occur in multiple windows Upon update to VS Code 1.36, (Windows 10 18932) I caught the C/C++ extension performing a post install process in each window that was open, each window reporting different errors. VS Code should only trigger the post install process in a single window. After I closed all windows one at a time and then restarted VS Code so that only one window opened, the extensions post install process successfully completed. This is specific to C++ extension. Please file issue against it. I don't think this is specific. What mechanism does VS Code implement to insure IT does not tell an extension to start its post install operations in multiple Windows? There is no reason this should occur, ever, for any extension.
gharchive/issue
2019-07-09T04:45:50
2025-04-01T06:45:00.016745
{ "authors": [ "msftrncs", "sandy081" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/76927", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
473545770
Document fixing tslint with update to @types/vscode With the update to @types/vscode, the extension lint settings, which I pulled from another extension, causes the following error every time vscode is imported. Module 'vscode' is not listed as dependency in package.json I am not a JS developer normally, so I had no clue how to fix this, and the release notes showed no way on how to do this either. Looking around, it looks like adding "no-implicit-dependencies": [true, "dev"], to my tslist settings, but I realized I already had that, and that doesn't work. What is the right way to solve this issue, and can a solution be added to either the release notes or documentation on building extensions? I think this would be an issue with the tslint extension you have. If running npx tslint locally doesn't yield any error, that's probably due to extension not resolving the config correctly. Open an issue for https://marketplace.visualstudio.com/items?itemName=eg2.tslint or https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin, whichever you are using. (Also, try the deprecated one if the new one doesn't work). @octref Its not caused by an extension, actually running npm lint directly from the command line causes the error. Its more of a documentation error for VS Code, because it updated how it provides itself to extensions, but not common issues that could occur, not this one. From other thread I saw "no-implicit-dependencies": [true, "dev"] was working. Is it not working for you? Then you should probably report an issue for tslint. Some global extension runtime such as vscode, chrome doesn't have direct dependencies as they are provided by the tool's runtime. same here for me. "no-implicit-dependencies": [true, "dev"] is not working.
gharchive/issue
2019-07-26T21:39:22
2025-04-01T06:45:00.021176
{ "authors": [ "Eskibear", "ThadHouse", "octref" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/78019", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
529434384
Keyboard shortcuts to toggle debugger "All Exceptions" and "Uncaught Exceptions"? Version: 1.40.2 (user setup) Commit: f359dd69833dd8800b54d458f6d37ab7c78df520 Date: 2019-11-25T14:54:45.096Z Electron: 6.1.5 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8: 7.6.303.31-electron.0 OS: Windows_NT x64 10.0.18362 When debugging Jest unit tests using the excellent vscode-jest extension, I find myself constantly toggling the checkboxes All Exceptions and Uncaught Exceptions, and I can't find any keyboard shortcuts for these. I uncheck these boxes before starting the debugger, and when my breakpoint is hit for the unit test that fails, I check these boxes again, and continue running. The debugger will stop when something crashes, or when an expect fails. Then I can easily inspect the variables and callstack to see what went wrong. I need to uncheck these boxes before running because JEST/webpack/etc seem to throw a lot of exceptions when starting. If these shortcuts are indeed missing, this might be a good way to start my firstt vscode PR, but maybe a workaround already exists? An ideal workflow would be to automate this of course :) Thanks! Peter There are no keyboard shortcuts for this. The issue here is that vscode ui is language agnostic, which means that vscode is not aware of caught and uncaught exceptions, extensions contribute this. The best way to do this via keyboard is to Focus Breakpoints View and press down and then space to toggle. So just assign a shortcut for the Focus Breakpoints View I will still leave this feature request open. Even though we do not want to tackle it right now. Thanks!
gharchive/issue
2019-11-27T15:55:08
2025-04-01T06:45:00.024819
{ "authors": [ "Ziriax", "isidorn" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/85700", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
555314706
On Mac changing "select+all" and other key bindings doesn't work inside "Find" Widget VSCode Version: 1.41.1 OS Version: macOS Mojave 10.14.6 Steps to Reproduce: On Mac on keybindings change the "select all" command to "ctrl+a" by adding this in the array: { "key": "ctrl+a", "command": "editor.action.selectAll", "when": "textInputFocus" }, { "key": "ctrl+a", "command": "editor.action.webvieweditor.selectAll", "when": "!editorFocus && !inputFocus && activeEditor == 'WebviewEditor'" }, { "key": "ctrl+a", "command": "list.selectAll", "when": "listFocus && listSupportsMultiselect && !inputFocus" }, { "key": "ctrl+a", "command": "workbench.action.terminal.selectAll", "when": "terminalFocus" } Open a document, click Edit > Find, write something, try to select it all by pressing ctrl+a, doesn't work. Does this issue occur when all extensions are disabled?: Yes/No Yes cmd+a > ctrl+a @dataf3l reported for spam Thanks, I didn't know having my opinions on things were considered SPAM, I'll keep this in mind. I hope you are able to resolve your editor issue, since VSCode is open-source, have you considered fixing the issue yourself ?, do you have time to contribute to this project?. Thanks, I didn't know having my opinions on things were considered SPAM, I'll keep this in mind. I hope you are able to resolve your editor issue, since VSCode is open-source, have you considered fixing the issue yourself ?, do you have time to contribute to this project?. Github issues marked as bug are not the places to express your opinion on key bindings; my time is extremely limited so the only way I could place some time to use it is if someone pays me to do it? Perhaps as I have a public Paypal account (ivanca@gmail.com) you want to pay me yourself= Dig into this and found it's actually because how Electron menu works: { "key": "ctrl+a", "command": "editor.action.selectAll", "when": "textInputFocus" } when we have about keybindings, ctrl+a will be the keybinding for editor.action.selectAll and it will not respect the when clause. The blocking issue is tracked in https://github.com/microsoft/vscode/issues/40389 .
gharchive/issue
2020-01-27T00:48:22
2025-04-01T06:45:00.032374
{ "authors": [ "Ivanca", "dataf3l", "rebornix" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/89309", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
569445492
some help tip I want it show like that 'a.b (property) b: number 这个是备用属性' /question
gharchive/issue
2020-02-23T06:21:18
2025-04-01T06:45:00.034150
{ "authors": [ "gjsjohnmurray", "spitWind" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/91219", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
571223886
API for extensions to know the symbol kind of a range or position. Every person who has used the GitHub issue suggestions has asked if we can only show the suggest if position is a comment. The API would only need to work on the currently active editor. https://github.com/microsoft/vscode-pull-request-github/issues/1521 If wanted to go there I think this should be a context for the completion provider. The original issue cannot be fixed by new API. Even if new API is added and the provider returns an empty array in this case, the fact that # is a trigger character will still lead to the suggestions popping up, and then closing down again... i.e. flicker So IMHO the fix for the original issue is to not register # as a trigger character, at least not for python. New API would still help for detecting links (ex #1234 should link to issue 1234). I removed the link detection because it was very annoying to have links showing in colors and in code, when links like that should only show in comments. The original issue cannot be fixed by new API. Even if new API is added and the provider returns an empty array in this case, the fact that # is a trigger character will still lead to the suggestions popping up, and then closing down again... That's not correct. When suggestions are triggered automatically, e.g by a trigger character or by "just typing", then the UI only shows with results, e.g no loading-message, no no-results-message etc. I do have mixed feelings about exposing this API because we can only expose the standard token types (comment, string, other) and maybe the current language but not what most users want - textmate tokens... Anways, we can propose something but then I wouldn't hide it inside some context but make it a separate function inside vscode.languages, maybe export enum TokenType { Comment, String, Other } export interface TokenInformation { type: TokenType; range: Range; languageId: string; } export namespace languages { // add bail out path? return undefined, throw error, or starve caller when invoked at a bad time? export function getTokenInformationAtPosition(document: TextDocument, position: Position): Thenable<TokenInformation>; } We just introduced token types for semantic highlighting, including tokens to comments, strings, so another TokenType can be confusing. The semantic token types were added with the goal to serve as a better abstraction than TextMate scopes. And the semantic token types come along with a mapping to TextMate scopes. So it's thinkable to use these new token types as the way to provide more information. We could even make use of the semantic information that we now get. But I'm not sure that is really helpful for code completions. There are limited use when you know a token at a location. What you want in code completion is not a token, but a context. Am I at a place where I complete a statement, a parameter, a regex, or comment part. There's not necessary a token there already. Maybe there's no content or just a /, but you want to complete a regex. So +1 for a simpler way to learn about the context you are in. I still think its the best to add it to the code completion context. It's also what we had in JDT. I still think its the best to add it to the code completion context. I don't understand how that would change the information that we expose? It would still be the same, right? It would be something like this. export enum TokenType { Comment, String, Other } export interface TokenInformation { type: TokenType; range: Range; languageId: string; } export interface CompletionContext { tokenInformation: TokenInformation } Or a more minimal version like this export enum TokenType { Comment, String, Other } export interface CompletionContext { type: TokenType; } But overall it doesn't change the kind and extend of information that we are exposing. @jrieken I like more the minimal proposal. I think the data can't be safely fetched via an async call because that would be a source of subtle bugs, like perhaps the file was changed in the meantime between the suggest provider's invocation and the time the async token type reply comes back... That's why we always try to have read APIs be synchronous... But we don't want to always push all the tokens in the file to the extension host... I like the last one, but don't call it TokenType, maybe CompletionContextType. I wonder if it's a good idea to make it an enum, maybe better an object: interface CompletionContextInfo { inComment: boolean; } That way it can be extended without breakage, accepting that some of the properties are overlapping/excluding. interface CompletionContextInfo { inComment: boolean; inDocComment: boolean; inString: boolean; atNewDeclaration: boolean; ... } It' a way to give out context information in a synthesized way and avoids giving out TextMate scopes or tokens or ASTs. We can have a mapping from TextMate scopes to context info, or even have the LS compute it. Really just an idea, needs more thinking. An object or an enum transports the same information and the enum has the advantage that it cannot express invalid states, like { inComment: true, inString: true, inDocComment: true, etc} @jrieken I like more the minimal proposal. Yeah, the minimal proposal has value but my argument is that folks want this information in various places, like for link detection etc. Then would mean we eventually add this to more and more places we live with a well-known hack that goes like this: register fake completion provider, invoke it via api-command, capture context, use it. The consistency argument makes sense but I would actually spec this API to be inconsistent or false at times, e.g we don't to be forced to fully tokenise files before invoking a completion item provider. I agree with you, but I don't know how to give out this information even if I wanted to. IMHO an async read API has the potential to introduce very many bugs in extensions because most people will not check their state after an await. e.g. //... const lineText = document.lineAt(5).text; const tokens = await vscode.getTokenAtPosition(document, 5, 10); // is lineText really equal to document.lineAt(5).text now? To make matters slightly worse, most of the times (under low CPU load or when testing patiently), things will be fast enough such that a user edit would never "sneak in" in with the await. So I think there will be very many difficult to reproduce bugs in extensions and these bugs will make their way to us and bother us forever :). a sync read API is also very problematic because it is not smart to push MB and MB of tokens to the extension host from the renderer, especially since there might be nobody there to read them. also, exposing TM scopes is by itself problematic, and while we are a bit locked into them due to themes which assume TM scopes, maybe there is a future where we can have a non-TM syntax highlighting story, at least when using our default themes. In conclusion, I think it is prudent to expose only the standard token types and keeping things small to help this very important feature is IMHO the easiest way forward. (btw I have also thought about perhaps creating an npm library that can tokenize a language and give out standard token types very quickly. I started some time ago and wrote one for TS over here -- https://github.com/microsoft/vscode/blob/master/src/vs/editor/common/modes/tokenization/typescript.ts -- but I got distracted and didn't finish that work ) An object or an enum transports the same information No, the object can eventually express overlapping information: interface CompletionContextInfo { atNewStatement: true atNewDeclaration: true; } meaning, the current location is good to complete a declaration (e.g. a new function), and it is also good to complete a new statement (a log statement). A snippet would then new able to specify for which contexts it wants to show up. { inComment: true, inDocComment: true} is a similar, valid example. inDocComment could have been added at a later release, without breaking any users of inComment. { inComment: true, inString: true} might be invalid, but maybe there's a crazy language that has 'comment strings'. In conclusion, I think it is prudent to expose only the standard token types Just to clarify that I am 💯% for that - I don't think we should leak TM tokens anymore. Talking about shortcuts, we could simply continue in the spirt of emmet which found it own very "pragmatic" workaround: https://github.com/microsoft/vscode/blob/85d983391a3c1ff65db6746b8c6994ec0833b3d8/src/vs/workbench/contrib/emmet/browser/emmetActions.ts#L86 Despite ongoing discussion, I have implemented the getTokenInformationAtPosition proposal because that's fit for completions (position-based requests) and link detection. The alternatives, context or registration-time data, don't work for the link provider case and therefore I went with an explicit function. This has the problem of its data being likely out of sync. Overall, this needs more thinking and "problem-scoping" How about if the link provider returns a link collection and says something like "only apply these links on comments" and then the UI side takes the incoming links and removes the ones which are not on comments? And how does this really work? Do we really want to make 50 cross renderer-extension host requests in a file with 50 occurences of #123 ? And that on each keystroke since each keystroke invokes the link computer? IMHO that is a very bad solution. This looks to be quite serious. I have created https://github.com/microsoft/vscode/issues/99356 This looks to be quite serious. I'd say it serious if it freezes the UI but generally this is as severe as any API call that's being invoked many, many times, e.g in a loop. If we think the sample in #99356 is realistic then we can easily debounce calls the API-layer. However, as I have repeatedly said this is temporary solution to get us off the start line. The API is proposed and we have no plans to finalise it. closing this as duplicate of https://github.com/microsoft/vscode/issues/580. tho, no further action planned
gharchive/issue
2020-02-26T10:20:49
2025-04-01T06:45:00.055242
{ "authors": [ "aeschli", "alexdima", "alexr00", "jrieken" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/91555", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
597608699
Whitespace collapse with "PMingLiU" font VSCode Version: 1.43.2 (user setup) OS Version: Windows_NT x64 10.0.18363 Bug description: With the "PMingLiU" font, there is no whitespace in the text. Which is really disappointing, because of system fonts, besides Times New Roman, there are very few readable fonts. But Times New Roman, for some reason is not rendered very good, it appears a bit too thin (related https://github.com/microsoft/vscode/issues/84214) and worse compared to how it looks say in Notepad++. So the closest available font, but with more contrast, I would use "PMingLiU bold" which gives a bit better reading experience. Steps to Reproduce: Set the option: "editor.fontFamily": "PMingLiU", Observe: All whitespace characters, i.e. tabs and spaces, disappear. should be: Does this issue occur when all extensions are disabled?: Yes VS Code is built with Electron, which is built with Chromium. The editor delegates all font rendering to the underlying browser. How does the following fiddle render for you in Chrome? https://jsfiddle.net/z1sLjcrd/ VS Code is built with Electron, which is built with Chromium. The editor delegates all font rendering to the underlying browser. How does the following fiddle render for you in Chrome? https://jsfiddle.net/z1sLjcrd/ Shows up correctly in Chrome, and everywhere besides VSCode. Similar issue is with the SimSun font, but spaces and tabs are 2x wider than should be. @Mikhail22 In this case, I believe this was a Chromium issue that was fixed in the meantime. VS Code currently uses Chromium v78, while Chrome is at v81. It is possible that a font rendering issue was solved in Chromium between v78 and v81 in the meantime. I see. Anyway I am more worried about the font rendering in general. Currently in VSCode (and also Chrome browser) all normal weight fonts appear too thin and pale, which causes eye strain. Despite I'm on a high DPI display, many strokes are hardly even 1 full pixel. And if it is up to the Chromium component then it is unfortunate. Only left to wish it will change or that VSCode was build with other rendering library. Now only "medium" weight fonts look readable in VSCode. The only good alternative to Times New Roman I've found so far is Andada from Googlefonts. We closed this issue because we don't plan to address it in the foreseeable future. If you disagree and feel that this issue is crucial: we are happy to listen and to reconsider. If you wonder what we are up to, please see our roadmap and issue reporting guidelines. Thanks for your understanding, and happy coding!
gharchive/issue
2020-04-09T23:23:11
2025-04-01T06:45:00.065044
{ "authors": [ "Mikhail22", "VSCodeTriageBot", "alexdima" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/94839", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
615766070
Can't connect to the extensions Marketplace Issue Type: Bug 1- Launch Vs Code 2- Click on Tab Extensions => Message received : "We cannot connect to the Extensios Marketplace at this time, please try again later" N.B : I'm not behind a proxy - I re-installed VSCode VS Code version: Code 1.45.0 (d69a79b73808559a91206d73d7717ff5f798f23c, 2020-05-07T16:18:48.860Z) OS version: Windows_NT x64 10.0.17134 System Info Item Value CPUs Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz (8 x 2904) GPU Status 2d_canvas: enabledflash_3d: enabledflash_stage3d: enabledflash_stage3d_baseline: enabledgpu_compositing: enabledmultiple_raster_threads: enabled_onoop_rasterization: disabled_offprotected_video_decode: enabledrasterization: enabledskia_renderer: disabled_off_okvideo_decode: enabledviz_display_compositor: enabled_onviz_hit_test_surface_layer: disabled_off_okwebgl: enabledwebgl2: enabled Load (avg) undefined Memory (System) 7.88GB (1.66GB free) Process Argv Screen Reader no VM 0% Extensions: none Please follow these steps Help -> Toggle Developer Tools -> Network Then check for any network failed requests while browsing and installing the extensions if found all requests fails then its probably a proxy or DNS issue at your end. To confirm its a DNS issue check if you can access this page https://ms-python.gallerycdn.vsassets.io/extensions/ms-python/python/2019.8.29288/1565127378610/Microsoft.VisualStudio.Services.Icons.Default, if you cannot please try configuring your DNS like pointing to 1.1.1.1 as suggested here? https://1.1.1.1/dns/. Otherwise please contact your network administrator. If it is not a network issue, please share the logs from the following locations Help -> Toggle Developer Tools -> Console View -> Command Pallette... -> Toggle Shared Process -> Console View -> Open View… -> Log (Shared) View -> Open View… -> Log (Window) For me it only happens when I'm in a certain workspace. When I open a regular window and am not in that workspace, I'm able to see extensions. Based on the error messages, it looks like it might have something to do with the workplace extension recommendation logic. Console log from Help -> Toggle Developer Tools -> Console. Nothing from the second bullet. Log (Window): [2020-05-11 18:31:51.941] [renderer5] [error] Cannot read property 'important' of undefined: TypeError: Cannot read property 'important' of undefined at e.fetch (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6606:708) at processTicksAndRejections (internal/process/task_queues.js:85:5) at async e.doActivate (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6606:343) at async Promise.all (index 2) at async e.activateProactiveRecommendations (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6724:681) [2020-05-11 18:31:55.772] [renderer5] [error] No application in the Launch Services database matches the input criteria.: Error: No application in the Launch Services database matches the input criteria. [2020-05-11 18:32:58.679] [renderer5] [error] No application in the Launch Services database matches the input criteria.: Error: No application in the Launch Services database matches the input criteria. [2020-05-11 18:33:09.043] [renderer5] [error] Cannot read property 'important' of undefined: TypeError: Cannot read property 'important' of undefined at e.fetch (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6606:708) at processTicksAndRejections (internal/process/task_queues.js:85:5) at async e.doActivate (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6606:343) at async Promise.all (index 2) at async e.activateProactiveRecommendations (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6724:681) [2020-05-11 18:33:17.299] [renderer5] [error] Cannot read property 'important' of undefined: TypeError: Cannot read property 'important' of undefined at e.fetch (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6606:708) at processTicksAndRejections (internal/process/task_queues.js:85:5) at async e.doActivate (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6606:343) at async Promise.all (index 2) at async e.activateProactiveRecommendations (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6724:681) [2020-05-11 18:33:19.361] [renderer5] [error] Cannot read property 'important' of undefined: TypeError: Cannot read property 'important' of undefined at e.fetch (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6606:708) at processTicksAndRejections (internal/process/task_queues.js:85:5) at async e.doActivate (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6606:343) at async Promise.all (index 2) at async e.activateProactiveRecommendations (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6724:681) Log (Shared): [2020-05-11 18:27:50.719] [sharedprocess] [info] main {"machineId":"6c9d2bc8f91b89624add29c0abeae7fb42bf539fa1cdb2e3e57cd668fa9bcead","windowId":2} [2020-05-11 18:27:51.094] [sharedprocess] [info] Deleted from disk ms-vsliveshare.vsliveshare /Users/lrosen/.vscode/extensions/ms-vsliveshare.vsliveshare-1.0.2104 [2020-05-11 18:27:51.199] [sharedprocess] [info] Deleted from disk johnpapa.vscode-peacock /Users/lrosen/.vscode/extensions/johnpapa.vscode-peacock-3.7.0 [2020-05-11 18:27:51.204] [sharedprocess] [info] Deleted from disk esbenp.prettier-vscode /Users/lrosen/.vscode/extensions/esbenp.prettier-vscode-4.5.0 [2020-05-11 18:28:30.742] [sharedprocess] [info] Starting to clean up unused language packs. The specific problematic line of code appears to be here, at least for my case. cc @sandy081 Fixed by 1b9cd97 To repro/verify: Open a workspace that has .git/config that has remote other than github.com When such a workspace is opened, recommendations in the extensions viewlet shows this message. @sandy081 Hi Sandeep, I follow each and every step you mentioned in the above post and attaching the result for the same. I am also not able to download "Salesforce Extension Pack", getting error "We can not connect to extension market place this time". Please help me on this. Help -> Toggle Developer Tools -> Network To confirm its a DNS issue check if you can access this page https://ms-python.gallerycdn.vsassets.io/extensions/ms-python/python/2019.8.29288/1565127378610/Microsoft.VisualStudio.Services.Icons.Default, Yes I am able to open the link and see the image. Help -> Toggle Developer Tools -> Console Failed to load resource: net::ERR_TIMED_OUT workbench.desktop.main.js:1642 ERR net::ERR_TIMED_OUT: Error: net::ERR_TIMED_OUT at SimpleURLLoaderWrapper.<anonymous> (electron/js2c/browser_init.js:2623:21) at SimpleURLLoaderWrapper.emit (events.js:203:13) marketplace.visualstudio.com/_apis/public/gallery/extensionquery:1 Failed to load resource: net::ERR_TIMED_OUT 2workbench.desktop.main.js:6668 Error querying extensions gallery Canceled (anonymous) @ workbench.desktop.main.js:6668 workbench.desktop.main.js:6668 Error querying extensions gallery XHR timeout: undefinedms (anonymous) @ workbench.desktop.main.js:6668 marketplace.visualstudio.com/_apis/public/gallery/extensionquery:1 Failed to load resource: net::ERR_TIMED_OUT View -> Command Pallette... -> Toggle Shared Process -> Console 2az764295.vo.msecnd.net/extensions/marketplace.json:1 Failed to load resource: net::ERR_TIMED_OUT Log (shared) [2020-06-10 11:50:32.933] [sharedprocess] [info] main {"machineId":"48fe33e62508cacf66f14a567d671e76e5f2563e2186c3f7681e1ce13e22add6","windowId":2} [2020-06-10 11:51:13.033] [sharedprocess] [info] Starting to clean up unused language packs. log(window) [2020-06-10 11:51:03.595] [renderer1] [error] net::ERR_TIMED_OUT: Error: net::ERR_TIMED_OUT at SimpleURLLoaderWrapper.<anonymous> (electron/js2c/browser_init.js:2623:21) at SimpleURLLoaderWrapper.emit (events.js:203:13) Thanks solution that work for me
gharchive/issue
2020-05-11T10:16:16
2025-04-01T06:45:00.085468
{ "authors": [ "Astero-H", "ayeza-khan", "loganrosen", "ravi0725", "sandy081" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/97484", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
799324145
Revert do not show compare for markdown preivew Fixes https://github.com/microsoft/vscode/issues/115580 This is a simple revert I have verified this indeed fixes the issue
gharchive/pull-request
2021-02-02T14:19:59
2025-04-01T06:45:00.087214
{ "authors": [ "isidorn" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/pull/115611", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1799203996
Make content hover text use full possible width Fixes https://github.com/microsoft/vscode/issues/186318 The max width of the text within the content hover is changed so that the content hover text uses the full possible width. The new behavior can be seen in the following gif: https://github.com/microsoft/vscode/assets/61460952/443b83aa-be90-4f48-8067-8e60dfcbd239 Please hold off from merging until tomorrow.
gharchive/pull-request
2023-07-11T15:30:47
2025-04-01T06:45:00.088881
{ "authors": [ "aiday-mar", "alexdima" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/pull/187597", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2019473644
fix: accepting terminal completions cursor positions Description This PR adjusts the cursor positioning when accepting suggestions and improves the disabling behavior of the suggestion modal. It also adjusts the positioning of the suggestion modal when the user is providing input as it currently trails the user's cursor by 1 position. Testing Before https://github.com/microsoft/vscode/assets/35637443/7f9e8211-d414-41ee-97f2-b9f5c5533ae7 After https://github.com/microsoft/vscode/assets/35637443/e10ea65a-4d11-452b-bf7c-3628a626137e @Tyriar for review
gharchive/pull-request
2023-11-30T20:38:59
2025-04-01T06:45:00.091698
{ "authors": [ "cpendery" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/pull/199706", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2438683486
fix tab issues in actionbar fixes #219199 https://github.com/user-attachments/assets/6359e0d0-c714-4e8c-8679-9ae400bdddf6 I can help test but I really don't know anything about this code This predates my memory, would it help to blame it to its origin, possibly from our older DevOps repo? I found via gitlens that @connor4312 introduced the forceFocus concept, so he would be a good reviewer. Looking at his PR now https://github.com/microsoft/vscode/pull/136398 It seems re-adding forceFocus is fine as long as that's passed in as true for the focusNext call I notice that since your PR, there's been a change where this used to be getting set to undefined, but is now set to this.focusedItem https://github.com/microsoft/vscode/blob/0bdf4c00861d440943b6e391a250000d066c0b4d/src/vs/base/browser/ui/actionbar/actionbar.ts#L212 I think the issue is here: https://github.com/microsoft/vscode/blob/0bdf4c00861d440943b6e391a250000d066c0b4d/src/vs/base/browser/ui/actionbar/actionbar.ts#L285 the update of the focused item's index is occurring before the actually focusing has taken place, which then prevents the focus from occurring
gharchive/pull-request
2024-07-30T21:08:02
2025-04-01T06:45:00.096605
{ "authors": [ "bpasero", "meganrogge", "roblourens" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/pull/224340", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
483133113
Simplify tests to build faster Predominantly modifies tests to move more stuff under the WIL_EXHAUSTIVE_TEST condition. Most of the things moved are mostly redundant (e.g. no need to test calling QueryInterface more than once). Other changes were to avoid doing things that were unnecessary (e.g. no need to test com_ptr_t::operator& or com_raw_ptr for all specializations). There's still room for improvement, but this is a good start. Also changes Azure pipelines file to include relwithdebinfo now that we should be able to build everything within the allotted time limit. Also adds the option to the init script to use lld-link in place of link.exe, though speed impact isn't that huge since template instantiation/Catch2 accounts for the vast majority of build time. fixes #9 TestPointerConversion<IUnknown, IUnknown, ComObject>(); The additional ones with duplicate types are also probably redundant Refers to: tests/ComTests.cpp:994 in 11269e5. [](commit_id = 11269e54b4a7d65659330b786d4cc4caaab887f0, deletion_comment = False) Well, sadly relwithdebinfo takes ~2x the time to build that debug took before, so pipeline builds now take ~twice what they did before. But the good news is that I figured out how to increase the timeout, so going over an hour doesn't fail the build any more. I'll keep it like this for now; there's typically no significant urgency to submit changes
gharchive/pull-request
2019-08-20T23:48:54
2025-04-01T06:45:00.106435
{ "authors": [ "dunhor" ], "repo": "microsoft/wil", "url": "https://github.com/microsoft/wil/pull/87", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1419108948
Android Studio - GT instead of LT? Brief description of your issue I have Android Studio installed (Dolphin - 2021-3) as well as a couple of the pre-release (canary/beta) versions (Eel and Flamingo). They are all completely up-to-date based in the built-in update process. However, starting this week, I see that "WinGet Upgrade" is saying Android Studio needs to be updated. However, I see that there is a GreaterThan sign instead of a LessThan sign, so I think the WinGet database is incorrect regarding Android Studio. From my Windows Admin command line: Name Id Version Available Source Android Studio Google.AndroidStudio > 2021.3.1.16 2021.3.1.17 winget Looking at Windows 10->Settings->Apps, I see a "2022.2" version of Android Studio. Steps to reproduce Open a Windows Administrator command prompt, issues the "winget upgrade" command. Expected behavior Have it not list Android Studio as being out of date. Actual behavior It complains about canary/beta versions of Android Studio. Environment Windows Package Manager v1.3.2691 Copyright (c) Microsoft Corporation. All rights reserved. Windows: Windows.Desktop v10.0.19045.2130 System Architecture: X64 Package: Microsoft.DesktopAppInstaller v1.18.2691.0 You will see a ">" symbol when marketing versions are being used for packages. These are often used when the version reported in the registry and displayed via Windows Apps & Features is not what is used publicly to describe the version of the package. See the example for the .NET SDK in the blog. You may have a newer version of the software on your machine than what is in the repository with respect to the "2022.2" version.
gharchive/issue
2022-10-22T05:56:41
2025-04-01T06:45:00.122912
{ "authors": [ "SATO1414", "denelon" ], "repo": "microsoft/winget-cli", "url": "https://github.com/microsoft/winget-cli/issues/2623", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1580831705
[Package Issue]: mozilla.thunderbird upgrade technology error Please confirm these before moving forward [X] I have searched for my issue and not found a work-in-progress/duplicate/resolved issue. [X] I have not been informed if the issue is resolved in a preview version of the winget client. Category of the issue Different install technology. Brief description of your issue when installing thunderbird, the package will report the following error: "A newer version was found, but the install technology is different from the current version installed. Please uninstall the package and install the newer version." Steps to reproduce attempt to upgrade mozilla thunderbird from version 102.7.1 to 102.7.2 from winget. Actual behavior the installer errors reporting "A newer version was found, but the install technology is different from the current version installed. Please uninstall the package and install the newer version." Expected behavior the upgrade to be installed. Environment Windows Package Manager v1.4.10173 Copyright (c) Microsoft Corporation. All rights reserved. Windows: Windows.Desktop v10.0.19045.2546 System Architecture: X64 Package: Microsoft.DesktopAppInstaller v1.19.10173.0 Logs: %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir User Settings: %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json Links --------------------------------------------------------------------------- Privacy Statement https://aka.ms/winget-privacy License Agreement https://aka.ms/winget-license Third Party Notices https://aka.ms/winget-3rdPartyNotice Homepage https://aka.ms/winget Windows Store Terms https://www.microsoft.com/en-us/storedocs/terms-of-sale Screenshots and Logs WinGet-2023-02-11-12-59-50.656.log Is it possible, that you initially installed Thunderbird using one of the exe-installers Mozilla provides? The current manifests only contain the MSI-installers due to the amount of different languages, installer-types and system-architectures. @denelon , according to the last post of the reporter, the issue was solved by using an msi-installer. So I suppose the issue can be closed?! I have run into this same issue, twice. First time I solved it by the suggested solution here: winget remove Mozilla.Thunderbird && winget install Mozilla.Thunderbird But the issue returned after a while, probably when a new version became available. I suspect that Thunderbird automatically updates itself using a different technology than MSI. I wonder if Thunderbird has automatic updates enabled if it is first installed with Winget? My installation was done by different means before I started using Winget, so perhaps it is just this installation that has the bad auto-update setting enabled, and fresh installations work correctly. I will monitor what happens when the next version is out (I am now at 102.8.0). I am not sure if this issue should be reopened, any opinions that are welcome. I will monitor what happens when the next version is out (I am now at 102.8.0). I am not sure if this issue should be reopened, any opinions that are welcome. Two further updates to 102.9.0 and 102.9.1 went without issues, so it seems that everything is working now.
gharchive/issue
2023-02-11T13:03:27
2025-04-01T06:45:00.131159
{ "authors": [ "borque", "otto-liljalaakso-nt", "tranquilcarbon" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/issues/96253", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1794489024
New package: Talkdesk.WorkspacesMSI version 1.10.0.2504 [x] Have you signed the Contributor License Agreement? [x] Have you checked that there aren't other open pull requests for the same manifest update/change? [x] This PR only modifies one (1) manifest [x] Have you validated your manifest locally with winget validate --manifest <path>? [x] Have you tested your manifest locally with winget install --manifest <path>? [x] Does your manifest conform to the 1.4 schema? Note: <path> is the name of the directory containing the manifest you're submitting. Microsoft Reviewers: codeflow:open?pullrequest=https://github.com/microsoft/winget-pkgs/pull/111633&drop=dogfoodAlpha @1eyeITguy please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information. @microsoft-github-policy-service agree [company="{your company}"] Options: (default - no company specified) I have sole ownership of intellectual property rights to my Submissions and I am not making Submissions in the course of work for my employer. @microsoft-github-policy-service agree (when company given) I am making Submissions in the course of work for my employer (or my employer has intellectual property rights in my Submissions by contract or applicable law). I have permission from my employer to make Submissions and enter into this Agreement on behalf of my employer. By signing below, the defined term “You” includes me and my employer. @microsoft-github-policy-service agree company="Microsoft" Contributor License Agreement Contribution License Agreement This Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”), and conveys certain license rights to Microsoft Corporation and its affiliates (“Microsoft”) for Your contributions to Microsoft open source projects. This Agreement is effective as of the latest signature date below. Definitions. “Code” means the computer software code, whether in human-readable or machine-executable form, that is delivered by You to Microsoft under this Agreement. “Project” means any of the projects owned or managed by Microsoft and offered under a license approved by the Open Source Initiative (www.opensource.org). “Submit” is the act of uploading, submitting, transmitting, or distributing code or other content to any Project, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Project for the purpose of discussing and improving that Project, but excluding communication that is conspicuously marked or otherwise designated in writing by You as “Not a Submission.” “Submission” means the Code and any other copyrightable material Submitted by You, including any associated comments and documentation. Your Submission. You must agree to the terms of this Agreement before making a Submission to any Project. This Agreement covers any and all Submissions that You, now or in the future (except as described in Section 4 below), Submit to any Project. Originality of Work. You represent that each of Your Submissions is entirely Your original work. Should You wish to Submit materials that are not Your original work, You may Submit them separately to the Project if You (a) retain all copyright and license information that was in the materials as You received them, (b) in the description accompanying Your Submission, include the phrase “Submission containing materials of a third party:” followed by the names of the third party and any licenses or other restrictions of which You are aware, and (c) follow any other instructions in the Project’s written guidelines concerning Submissions. Your Employer. References to “employer” in this Agreement include Your employer or anyone else for whom You are acting in making Your Submission, e.g. as a contractor, vendor, or agent. If Your Submission is made in the course of Your work for an employer or Your employer has intellectual property rights in Your Submission by contract or applicable law, You must secure permission from Your employer to make the Submission before signing this Agreement. In that case, the term “You” in this Agreement will refer to You and the employer collectively. If You change employers in the future and desire to Submit additional Submissions for the new employer, then You agree to sign a new Agreement and secure permission from the new employer before Submitting those Submissions. Licenses. Copyright License. You grant Microsoft, and those who receive the Submission directly or indirectly from Microsoft, a perpetual, worldwide, non-exclusive, royalty-free, irrevocable license in the Submission to reproduce, prepare derivative works of, publicly display, publicly perform, and distribute the Submission and such derivative works, and to sublicense any or all of the foregoing rights to third parties. Patent License. You grant Microsoft, and those who receive the Submission directly or indirectly from Microsoft, a perpetual, worldwide, non-exclusive, royalty-free, irrevocable license under Your patent claims that are necessarily infringed by the Submission or the combination of the Submission with the Project to which it was Submitted to make, have made, use, offer to sell, sell and import or otherwise dispose of the Submission alone or with the Project. Other Rights Reserved. Each party reserves all rights not expressly granted in this Agreement. No additional licenses or rights whatsoever (including, without limitation, any implied licenses) are granted by implication, exhaustion, estoppel or otherwise. Representations and Warranties. You represent that You are legally entitled to grant the above licenses. You represent that each of Your Submissions is entirely Your original work (except as You may have disclosed under Section 3). You represent that You have secured permission from Your employer to make the Submission in cases where Your Submission is made in the course of Your work for Your employer or Your employer has intellectual property rights in Your Submission by contract or applicable law. If You are signing this Agreement on behalf of Your employer, You represent and warrant that You have the necessary authority to bind the listed employer to the obligations contained in this Agreement. You are not expected to provide support for Your Submission, unless You choose to do so. UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING, AND EXCEPT FOR THE WARRANTIES EXPRESSLY STATED IN SECTIONS 3, 4, AND 6, THE SUBMISSION PROVIDED UNDER THIS AGREEMENT IS PROVIDED WITHOUT WARRANTY OF ANY KIND, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTY OF NONINFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. Notice to Microsoft. You agree to notify Microsoft in writing of any facts or circumstances of which You later become aware that would make Your representations in this Agreement inaccurate in any respect. Information about Submissions. You agree that contributions to Projects and information about contributions may be maintained indefinitely and disclosed publicly, including Your name and other information that You submit with Your Submission. Governing Law/Jurisdiction. This Agreement is governed by the laws of the State of Washington, and the parties consent to exclusive jurisdiction and venue in the federal courts sitting in King County, Washington, unless no federal subject matter jurisdiction exists, in which case the parties consent to exclusive jurisdiction and venue in the Superior Court of King County, Washington. The parties waive all defenses of lack of personal jurisdiction and forum non-conveniens. Entire Agreement/Assignment. This Agreement is the entire agreement between the parties, and supersedes any and all prior agreements, understandings or communications, written or oral, between the parties relating to the subject matter hereof. This Agreement may be assigned by Microsoft. @microsoft-github-policy-service agree Sorry, I'm not sure how to provide validation for the URL. This is my first time contributing here. The site I've received the download link from is https://talkdesk.mytalkdesk.com/atlas/download, and downloading the .MSI package. It get's if from the URL in the manifest. Also it's the same URL in the Talkdesk.Talkdesk package that is older and the .EXE version. @wingetbot waivers Add Validation-Domain Hello @Trenly, I first was thinking that as well. However, the MSI package of this application does have a difference over the .EXE version that is in the Talkdesk.Talkdesk package. The .EXE version has a self-updating mechanism built in, and the .MIS does not. It's a manual update for organizations that want to control when the application updates. That's why I thought it would be better to have it in a different package that calls out it's the .MSI version. I see the .MSI installer was added as a installerType in the manifest of Talkdesk.Talkdesk. How do you specify to use the .MSI over the .EXE? I don't see that in any documentation, and "winget install Talkdesk.Talkdesk --installertype wix" did not work. I see the .MSI installer was added as a installerType in the manifest of Talkdesk.Talkdesk. How do you specify to use the .MSI over the .EXE? I don't see that in any documentation, and "winget install Talkdesk.Talkdesk --installertype wix" did not work. https://github.com/microsoft/winget-cli/issues/1166
gharchive/pull-request
2023-07-07T22:35:02
2025-04-01T06:45:00.156546
{ "authors": [ "1eyeITguy", "Trenly", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/111633", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1834179796
New package: ddev.ddev version 1.22 [ ] Have you signed the Contributor License Agreement? [x] Have you checked that there aren't other open pull requests for the same manifest update/change? [ ] This PR only modifies one (1) manifest [x] Have you validated your manifest locally with winget validate --manifest <path>? [ ] Have you tested your manifest locally with winget install --manifest <path>? [ ] Does your manifest conform to the 1.4 schema? Note: <path> is the name of the directory containing the manifest you're submitting. Microsoft Reviewers: codeflow:open?pullrequest=https://github.com/microsoft/winget-pkgs/pull/114945&drop=dogfoodAlpha @wingetbot run [Policy] Needs-Author-Feedback Hi @tyler36, This PR is ready to merge, if you'll accept the CLA. @microsoft-github-policy-service agree company="DDEV" Running this in a VM, the installer failed. This might be due to needing to accept the new root certificate: I'm not sure why it passed Automated Validation but failed here. Sorry @tyler36, I wasn't expecting a certificate. @stephengillie Thanks for the feedback. Does this prevent the package from being accepted? What needs to be done? /AzurePipelines run @stephengillie Thanks for the feedback. Does this prevent the package from being accepted? What needs to be done? Hi @tyler36, Apparently we just had to wait a day. With no changes, it works today - the installer completed without error, and the CLI application provides a response before exiting: PS C:\Users\User\Desktop> &"C:\Program Files\DDEV\sudo.exe" Error: Already running as the specified user/permission-level (and no command specified). Exiting... @stephengillie Thank you for the update. It wasn't clear to me if there was something actionable or there was additional steps in the pipeline. I appreciate your follow-up. Hi @tyler36, are there plans to continue pushing updated DDEV versions to winget? This configuration is not aligned with what the DDEV installers get from choco, e.g. https://github.com/ddev/ddev/blob/master/scripts/install_ddev_wsl2_docker_inside.ps1#L40 Also, this is missing the patch version number, which may be causing an issue: winget is giving me the following and stating my version is outdated, despite the installer URL here being set to "v1.22.0" (which is what I have installed). Version: v1.22.0 Available: 1.22 (winget tries to do an update, and fails) Hi @adamgross42. I attempted to add it to the build process but was unsuccessful. There wasn't much interest in supporting another install process so I think it might be best to remove it before it gets painfully out of sync. I'm not sure how I can get the package de-listed though. Thanks for the quick reply, that makes sense. Hopefully it is close to a simple revert of the commit in this PR... Thanks for the quick reply, that makes sense. Hopefully it is close to a simple revert of the commit in this PR... Hi @adamgross42, Please submit another PR with the manifest deleted. That will remove it from WinGet.
gharchive/pull-request
2023-08-03T02:45:58
2025-04-01T06:45:00.169650
{ "authors": [ "ItzLevvie", "Trenly", "adamgross42", "stephengillie", "tyler36" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/114945", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2045602920
Add zigtools.zls [ ] Have you signed the Contributor License Agreement? [x] Have you checked that there aren't other open pull requests for the same manifest update/change? [x] This PR only modifies one (1) manifest [x] Have you validated your manifest locally with winget validate --manifest <path>? [x] Have you tested your manifest locally with winget install --manifest <path>? [x] Does your manifest conform to the 1.5 schema? Note: <path> is the name of the directory containing the manifest you're submitting. Microsoft Reviewers: Open in CodeFlow @microsoft-github-policy-service agree
gharchive/pull-request
2023-12-18T02:37:21
2025-04-01T06:45:00.174017
{ "authors": [ "colin-heffernan" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/130821", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2145380460
New package: Minion.MMOUI version 3.0 Pull request has been created with komac v2.0.4 :rocket: Microsoft Reviewers: Open in CodeFlow Automatic Validation ended with: --- End of inner exception stack trace --- (Automated response - build 776.) Automatic Validation ended with: (Automated response - build 788.) This package installs and launches normally on a Windows 10 VM. @Barradel, The package was previously submitted under GoodGameMods.Minion and that PackageIdentifier seems more approriate. What do you think? @stephengillie, you are right, I think it seems more appropriate. Automatic Validation ended with: 2024-02-21T03:10:35.7687394Z ##[error] One or more errors occurred. (Manifest: The manifest file path must match PackageIdentifier and PackageVersion properties from manifest. actual 'manifests\m\Minion\GoodGameMods\3.0', expected 'manifests\g\GoodGameModsLLC\Minion\3.0') Manifest: The manifest file path must match PackageIdentifier and PackageVersion properties from manifest. actual 'manifests\m\Minion\GoodGameMods\3.0', expected 'manifests\g\GoodGameModsLLC\Minion\3.0' (Automated response - build 792.) the URLs for the installer are correct, that would help us to validate and approve this PR. The URL for the installer is correct and can be verified just visiting the site: https://minion.mmoui.com/?download @wingetbot waivers Add Validation-Executable-Error @wingetbot waivers Add Validation-Domain
gharchive/pull-request
2024-02-20T22:13:10
2025-04-01T06:45:00.179803
{ "authors": [ "Barradel", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/140279", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2199941138
RabidViperProductions.AssaultCube version 1.3.0.2 Checklist for Pull Requests [ ] Have you signed the Contributor License Agreement? [ ] Is there a linked Issue? Manifests [ ] Have you checked that there aren't other open pull requests for the same manifest update/change? [ ] This PR only modifies one (1) manifest [ ] Have you validated your manifest locally with winget validate --manifest <path>? [ ] Have you tested your manifest locally with winget install --manifest <path>? [ ] Does your manifest conform to the 1.6 schema? Note: <path> is the name of the directory containing the manifest you're submitting. Microsoft Reviewers: Open in CodeFlow Close with reason: No files changed;
gharchive/pull-request
2024-03-21T11:35:41
2025-04-01T06:45:00.184374
{ "authors": [ "Trenly", "vedantmgoyal9" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/145784", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2389567116
Add version: taers232c.GAMADV-XTD3 version 6.77.05 Pull request has been created with WinGet Releaser v2 :rocket: Microsoft Reviewers: Open in CodeFlow /azp run /azp run
gharchive/pull-request
2024-07-03T22:03:14
2025-04-01T06:45:00.186174
{ "authors": [ "hackean-msft", "taers232c" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/161415", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
634195958
add IObit.Unlocker Microsoft Reviewers: Open in CodeFlow @KevinLaMS You were assigned to my other pull request, so I mentioned you here. I'm not sure what's going on with this one, but it's been running for almost 24 hours straight. I think the process should have errored or succeeded by now. /AzurePipelines run /AzurePipelines run @KevinLaMS So this runs fine locally, just hangs in the automated process? Any ideas on how we push this through? /AzurePipelines run /AzurePipelines run /AzurePipelines run
gharchive/pull-request
2020-06-08T05:56:16
2025-04-01T06:45:00.188678
{ "authors": [ "KevinLaMS", "VagyokC4", "ashpatil-msft" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/1677", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2540644741
New package: SamsungSDS.BrityMessenger version 2.1.37.6 Checklist for Pull Requests [x] Have you signed the Contributor License Agreement? [x] Is there a linked Issue? Manifests [x] Have you checked that there aren't other open pull requests for the same manifest update/change? [x] This PR only modifies one (1) manifest [x] Have you validated your manifest locally with winget validate --manifest <path>? [x] Have you tested your manifest locally with winget install --manifest <path>? [x] Does your manifest conform to the 1.6 schema? Note: <path> is the directory's name containing the manifest you're submitting. Microsoft Reviewers: Open in CodeFlow Verify:
gharchive/pull-request
2024-09-22T05:13:28
2025-04-01T06:45:00.193867
{ "authors": [ "alexkoala", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/174642", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2567393049
Revert "Remove version: GnuWin32.Make version 3.81" Reverts microsoft/winget-pkgs#140010 Resolves microsoft/winget-pkgs#177602 @stephengillie - The package which was added as a "replacement" is actually a different piece of software and is not from GnuWin32, as it comes from a different SourceForge project. Ref https://sourceforge.net/projects/gnuwin32/files/make/ and note that 3.81 is still the latest version Microsoft Reviewers: Open in CodeFlow Automatic Validation ended with: Executable C:\Program Files\GnuWin32\bin\make.exe returned exit code: 2 (Automated response - build 896.)
gharchive/pull-request
2024-10-04T21:06:25
2025-04-01T06:45:00.196446
{ "authors": [ "Trenly", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/178042", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2622622541
Remove version: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition version 8.14.2 [Automated] It returns code over 400 in all urls Microsoft Reviewers: Open in CodeFlow URL: https://osdn.net/frs/redir.php?m=ipconnect&f=crystaldiskinfo%2F76547%2FCrystalDiskInfo8_14_2Shizuku.exe Response Error: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. (Automated message - build 923)
gharchive/pull-request
2024-10-30T01:10:28
2025-04-01T06:45:00.198682
{ "authors": [ "Exorcism0666", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/186921", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1000394193
Added CherryTree version 0.99.41.0. [x] Have you signed the Contributor License Agreement? [x] Have you checked that there aren't other open pull requests for the same manifest update/change? [x] Have you validated your manifest locally with winget validate --manifest <path>? [x] Have you tested your manifest locally with winget install --manifest <path>? [x] Does your manifest conform to the 1.0 schema? Note: <path> is the name of the directory containing the manifest you're submitting. Microsoft Reviewers: Open in CodeFlow /azp run
gharchive/pull-request
2021-09-19T19:11:25
2025-04-01T06:45:00.202383
{ "authors": [ "jedieaston", "ryfu-msft" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/28088", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1125999508
MMSOFTDesign.Pulseway version 8.9.1 [ ] Have you signed the Contributor License Agreement? [ ] Have you checked that there aren't other open pull requests for the same manifest update/change? [ ] Have you validated your manifest locally with winget validate --manifest <path>? [ ] Have you tested your manifest locally with winget install --manifest <path>? [ ] Does your manifest conform to the 1.0 schema? Note: <path> is the name of the directory containing the manifest you're submitting. Microsoft Reviewers: Open in CodeFlow https://github.com/microsoft/winget-pkgs/pull/45157
gharchive/pull-request
2022-02-07T13:29:30
2025-04-01T06:45:00.206495
{ "authors": [ "solomoncyj" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/45156", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1357216266
Remove SmartSoft.SmartFTP 10.0.3003.0 null Microsoft Reviewers: Open in CodeFlow @wingetbot run
gharchive/pull-request
2022-08-31T11:44:38
2025-04-01T06:45:00.207934
{ "authors": [ "Trenly" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/76379", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1360011116
Make Multi-line Field Exclude ending Newline null Microsoft Reviewers: Open in CodeFlow @wingetbot run
gharchive/pull-request
2022-09-02T10:35:11
2025-04-01T06:45:00.209096
{ "authors": [ "Trenly" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/77546", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1533014158
Add MSBuild.CommunityTasks 1.5 [ x ] Have you signed the Contributor License Agreement? [ x ] Have you checked that there aren't other open pull requests for the same manifest update/change? [ x ] Have you validated your manifest locally with winget validate --manifest <path>? [ x ] Have you tested your manifest locally with winget install --manifest <path>? [ x ] Does your manifest conform to the 1.2 schema? Note: <path> is the name of the directory containing the manifest you're submitting. Microsoft Reviewers: Open in CodeFlow @wingetbot waivers Add Validation-No-Executables
gharchive/pull-request
2023-01-13T22:59:21
2025-04-01T06:45:00.212697
{ "authors": [ "FernandoNunes", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/93684", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
868524366
Unable to snap WSLg window like native one Is your feature request related to a problem? Please describe. Windows opened in WSLg could not be snapped as Windows native windows - see this post for more information about the native behavior: https://support.microsoft.com/en-us/windows/snap-your-windows-885a9b1e-a983-a3b1-16cd-c531795e6241 Describe the solution you'd like I'd like to be able to: maximize the window by "move to the top screen border gesture" snap the window to the left/right half of the screen by "move to the left/right screen border gesture" unmaximize window by dragging it Describe alternatives you've considered At this time it's possible to resize the window or move it to one side of the screen manually. @ Same problem with PowerToys - fancyzones but the window is freeze. For unfreeze maxmize the window. Thanks for the suggestion, local window move and resize in the RDP client, which allows for more natural and performance window move and resize and enable such scenario such as snap/fanyzones, is high on our priority list of new feature to add in the future. This particular request is already tracked with #22, resolving as a duplicate.
gharchive/issue
2021-04-27T06:57:24
2025-04-01T06:45:00.217094
{ "authors": [ "V-kremenlieva", "miloshavlicek", "spronovo", "totolook" ], "repo": "microsoft/wslg", "url": "https://github.com/microsoft/wslg/issues/111", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }