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 |
|---|---|---|---|---|---|
919686475 | Crash on RDP connection
Windows Terminal version (or Windows build number)
1.8.1521.0
Other Software
Microsoft Windows [Version 10.0.19042.1055]
Steps to reproduce
Start Terminal (either from local session or RDP)
Connect a new RDP session
Observe Terminal (and any child processes) is no longer running.
Expected Beha... | gharchive/issue | 2021-06-13T00:23:36 | 2025-04-01T04:57:33.014462 | {
"authors": [
"Dan-Albrecht",
"shuffle2",
"zadjii-msft"
],
"repo": "microsoft/terminal",
"url": "https://github.com/microsoft/terminal/issues/10417",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1476001534 | AreSame/AreNotSame should use generic instead of object
By using generics, we are sure we can only compare two instances of the same type (including inheritance) while today it's possible to write Assert.AreSame(0, "foo"); which would obviously return false.
Marked as breaking change as it's a binary breaking chang... | gharchive/issue | 2022-12-05T08:26:52 | 2025-04-01T04:57:33.016076 | {
"authors": [
"Evangelink"
],
"repo": "microsoft/testfx",
"url": "https://github.com/microsoft/testfx/issues/1431",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
308299770 | tfx extension create causes "error: Error: EISDIR: illegal operation on a directory, read".
I am creating an extension for our company containing multiple build/release tasks. They have some shared code which I wanted to make available to my co-workers as an NPM package as well as use in my own tasks.
I therefor crea... | gharchive/issue | 2018-03-24T21:19:41 | 2025-04-01T04:57:33.019475 | {
"authors": [
"Vossekop",
"dtzar",
"marcopelegrini",
"tiulpin"
],
"repo": "microsoft/tfs-cli",
"url": "https://github.com/microsoft/tfs-cli/issues/265",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2412551656 | User-friendly way to initialize the submodule
Original line from the documentation:
git clone --recurse-submodules https://github.com/microsoft/triton-shared.git triton_shared
uses https to clone triton_shared, while "git@" is used explicitly by the submodule configuration which makes it fail if "git@" is not config... | gharchive/pull-request | 2024-07-17T03:29:42 | 2025-04-01T04:57:33.027038 | {
"authors": [
"nhat-nguyen",
"parsifal-47"
],
"repo": "microsoft/triton-shared",
"url": "https://github.com/microsoft/triton-shared/pull/148",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2408218596 | Update emitter to set extensions at the root of the document
Clear and concise description of the problem
This feature request proposes adding extensions defined on a Namespace at the root of an OpenApi document.
Typespec sample:
@service({
title: "Suno"
})
@route("/createSong")
namespace Suno {
@get op createSon... | gharchive/issue | 2024-07-15T08:59:48 | 2025-04-01T04:57:33.030449 | {
"authors": [
"MaggieKimani1",
"markcowl"
],
"repo": "microsoft/typespec",
"url": "https://github.com/microsoft/typespec/issues/3837",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2606572928 | Update assignment of Json ReadOnlyMemory Property
Fixes: https://github.com/microsoft/typespec/issues/4778
API change check
API changes are not detected in this pull request.
| gharchive/pull-request | 2024-10-22T21:38:57 | 2025-04-01T04:57:33.032002 | {
"authors": [
"azure-sdk",
"nisha-bhatia"
],
"repo": "microsoft/typespec",
"url": "https://github.com/microsoft/typespec/pull/4829",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
983146217 | Linear probing or KNN evaluation of BEiT
Hello,
Thanks for the great work!
When I read the paper I found the results are fine-tuned end-to-end, and I am curious how BEiT performs on KNN evaluation or linear probing, like done with other pretraining methods such as contrastive learning.
I am recently playing with the ... | gharchive/issue | 2021-08-30T19:53:10 | 2025-04-01T04:57:33.044967 | {
"authors": [
"JegZheng",
"LiweiPeng",
"addf400",
"donglixp",
"leonsick"
],
"repo": "microsoft/unilm",
"url": "https://github.com/microsoft/unilm/issues/419",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
754126743 | [nethost] update to 2020-10-19
Library name: nethost
New version number: 2020-10-19
Nethost should be updated to the version provided with .Net 5.
It would probably be better at this point to upgrade to the latest point release 5.0.7 which is revision 556582d964cc21b82a88d7154e915076f6f9008e on Jun 8th 2021
| gharchive/issue | 2020-12-01T07:37:54 | 2025-04-01T04:57:33.046914 | {
"authors": [
"davidhunter22",
"fedarovich"
],
"repo": "microsoft/vcpkg",
"url": "https://github.com/microsoft/vcpkg/issues/14867",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
768625655 | OPTIONS in vcpkg_configure_cmake can not override variables in CMakeLists.txt
The line OPTIONS -DCMAKE_CXX_STANDARD=${CXX_STANDARD} take effect only if 0005-remove-CMAKE_CXX_STANDARD.patch (i.e. remove set(CMAKE_CXX_STANDARD 14) in the original CMakeLists.txt) is applied.
Why can't it override the variables defined i... | gharchive/issue | 2020-12-16T09:24:35 | 2025-04-01T04:57:33.052420 | {
"authors": [
"playgithub",
"vicroms"
],
"repo": "microsoft/vcpkg",
"url": "https://github.com/microsoft/vcpkg/issues/15157",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1071480093 | [New Port Request] licensecc
Library name : licensecc
Library description : Copy protection, licensing library and license generator for Windows and Linux.
Source repository URL:
https://github.com/open-license-manager/licensecc
https://github.com/open-license-manager/lcc-license-generator
http://open-license-manage... | gharchive/issue | 2021-12-05T14:59:40 | 2025-04-01T04:57:33.054908 | {
"authors": [
"IshaanKarnik",
"PhoebeHui"
],
"repo": "microsoft/vcpkg",
"url": "https://github.com/microsoft/vcpkg/issues/21868",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1561390572 | [boost-serialization] setting vcpkg to use dynamic libraries causes compiler error in DLL project
Package: boost:x86-windows-static -> 1.81.0
Describe the bug
when creating a windows DLL project, linking boost as a dynamic library is not possible and gives the following compiler errors.
however, linking as a static l... | gharchive/issue | 2023-01-29T17:48:21 | 2025-04-01T04:57:33.063045 | {
"authors": [
"Adela0814",
"danyhm"
],
"repo": "microsoft/vcpkg",
"url": "https://github.com/microsoft/vcpkg/issues/29251",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
547428115 | Error: Building package vtk:x64-windows failed with: BUILD_FAILED
Describe the bug
Instaling the package vtk:x64-windows causes a cmake error
Environment
OS: Windows 10
Package: vtk:x64-windows
Vcpkg version: 2019.09.12-nohash
To Reproduce
Steps to reproduce the behavior:
.\vcpkg install pcl[openni2,qt,pcap]:x64-wi... | gharchive/issue | 2020-01-09T11:44:19 | 2025-04-01T04:57:33.069126 | {
"authors": [
"SLAMFuture",
"jonohribar",
"larshg"
],
"repo": "microsoft/vcpkg",
"url": "https://github.com/microsoft/vcpkg/issues/9604",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
639486014 | [date] Update to 3.0.0
Update to version 3.0.0 to fix issue #9082.
Hi @acgetchell, could you test this PR?
Thanks.
Question:
after updating to 3.0 date offers to use date::tz in cmake as link_library, but that doesn't work. You need to use date::date-tz.
Is that another cmake bug (aliases broken) or is there ano... | gharchive/pull-request | 2020-06-16T08:44:48 | 2025-04-01T04:57:33.073485 | {
"authors": [
"JackBoosY",
"acgetchell",
"yamcenutzer"
],
"repo": "microsoft/vcpkg",
"url": "https://github.com/microsoft/vcpkg/pull/11968",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
671695086 | [vcpkg_fixup_pkgconfig] skip checks on paths with spaces
skip checks on paths with spaces
introduce VCPKG_SKIP_PKGCONFIG_CHECK to skip the pkg-config if set to true|on
some additional string replacements which might make spaces in paths work if a native pkg-config is used.
closes #12689
pbc issue would be fixed ... | gharchive/pull-request | 2020-08-02T21:43:12 | 2025-04-01T04:57:33.077516 | {
"authors": [
"JackBoosY",
"Neumann-A",
"PhoebeHui"
],
"repo": "microsoft/vcpkg",
"url": "https://github.com/microsoft/vcpkg/pull/12703",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
812415323 | [scripts audit] vcpkg_copy_pdbs
See scripts-audit, issue #16188
/azp run
Hey @PhoebeHui, do you know what's going on with itpp:*-uwp? did that just break or something?
@strega-nil. I will take a look the failures.
@strega-nil, I could repro this issue locally, it can't find the fft package, FFT_INCLUDES was s... | gharchive/pull-request | 2021-02-19T22:59:50 | 2025-04-01T04:57:33.080020 | {
"authors": [
"PhoebeHui",
"strega-nil"
],
"repo": "microsoft/vcpkg",
"url": "https://github.com/microsoft/vcpkg/pull/16309",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
957234571 | [oatpp-openssl] new port
This is a new port for the oatpp suite of ports. Oat++ added an openssl module and this port provides access to that module.
This port can be helpful for those that wanted to use the openssl port and the oatpp-libressl port at the same time which is difficult because of conflicts between the ... | gharchive/pull-request | 2021-07-31T12:15:35 | 2025-04-01T04:57:33.083744 | {
"authors": [
"mheyman",
"ras0219-msft"
],
"repo": "microsoft/vcpkg",
"url": "https://github.com/microsoft/vcpkg/pull/19265",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1006944501 | [rsm-mmio] Add new port
Describe the pull request
What does your PR fix?
Adds a new port mmio
Which triplets are supported/not supported? Have you updated the CI baseline?
Only supports Linux/Windows + static linkage
Does your PR follow the maintainer guide?
Yes
If you have added/updated a port: Have you run ... | gharchive/pull-request | 2021-09-25T03:21:48 | 2025-04-01T04:57:33.087311 | {
"authors": [
"PhoebeHui",
"Ryan-rsm-McKenzie"
],
"repo": "microsoft/vcpkg",
"url": "https://github.com/microsoft/vcpkg/pull/20336",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1501671306 | [cpuinfo] fix arm64-osx build
Closes #28271
Thank you!
| gharchive/pull-request | 2022-12-18T00:34:42 | 2025-04-01T04:57:33.088101 | {
"authors": [
"JavierMatosD",
"autoantwort"
],
"repo": "microsoft/vcpkg",
"url": "https://github.com/microsoft/vcpkg/pull/28409",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1666149528 | [cdt] fix boost build
Otherwise cdt[core,boost] fails with
CMake Error at CMakeLists.txt:133 (target_link_libraries):
INTERFACE library can only be used with the INTERFACE keyword of
target_link_libraries
Thanks for the fix!
| gharchive/pull-request | 2023-04-13T10:27:57 | 2025-04-01T04:57:33.089058 | {
"authors": [
"BillyONeal",
"autoantwort"
],
"repo": "microsoft/vcpkg",
"url": "https://github.com/microsoft/vcpkg/pull/30821",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1813221658 | [curl] update to 8.2.0
Fixes #32640
Update port curl to the latest version 8.2.0.
[x] Changes comply with the maintainer guide
[x] SHA512s are updated for each updated download
[ ] The "supports" clause reflects platforms that may be fixed by this new version
[ ] Any fixed CI baseline entries are removed from that f... | gharchive/pull-request | 2023-07-20T06:02:24 | 2025-04-01T04:57:33.093564 | {
"authors": [
"BillyONeal",
"JonLiu1993"
],
"repo": "microsoft/vcpkg",
"url": "https://github.com/microsoft/vcpkg/pull/32656",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1885257545 | [canvas-ity] New port
[x] Changes comply with the maintainer guide
[x] The name of the port matches an existing name for this component on https://repology.org/ if possible, and/or is strongly associated with that component on search engines.
[x] Optional dependencies are resolved in exactly one way. For example, if... | gharchive/pull-request | 2023-09-07T07:12:44 | 2025-04-01T04:57:33.102989 | {
"authors": [
"Adela0814",
"BillyONeal",
"a-e-k",
"xiaozhuai"
],
"repo": "microsoft/vcpkg",
"url": "https://github.com/microsoft/vcpkg/pull/33629",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
530822288 | [fftwpp] Update to latest commit
Fixed a tab/space mix as well
Hi @Outurnate, can you please correct the Version field in the CONTROL file?
Pushed new commit with updated version string
| gharchive/pull-request | 2019-12-02T00:09:25 | 2025-04-01T04:57:33.104231 | {
"authors": [
"LilyWangL",
"Outurnate"
],
"repo": "microsoft/vcpkg",
"url": "https://github.com/microsoft/vcpkg/pull/9169",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1844652446 | The setting "FUNCTIONS_WORKER_RUNTIME" is "dotnet-isolated" after creating a C# project with .NET 6.0 LTS runtime
OS: Win10/M1
Build Version: 20230808.1
.NET Version: 7.0.306 & 6.0.412
Repro Steps:
Create a C# project with .NET 6.0 LTS runtime.
Check the local.setting.json file.
Expect:
The setting "FUNCTIONS_WORKE... | gharchive/issue | 2023-08-10T08:09:12 | 2025-04-01T04:57:33.109186 | {
"authors": [
"nturinski",
"v-xinda"
],
"repo": "microsoft/vscode-azurefunctions",
"url": "https://github.com/microsoft/vscode-azurefunctions/issues/3795",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
736490295 | Check for no remote branches
Fixes https://github.com/microsoft/vscode-azurestaticwebapps/issues/117
While ideally, we could just create a remote branch for the user, it's a complicated UI experience due to the fact that we can't guarantee that the repo they selected is what they currently have in the local workspace... | gharchive/pull-request | 2020-11-04T23:26:45 | 2025-04-01T04:57:33.111761 | {
"authors": [
"nturinski"
],
"repo": "microsoft/vscode-azurestaticwebapps",
"url": "https://github.com/microsoft/vscode-azurestaticwebapps/pull/244",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1125200779 | Revise effectiveKitEnvironment to fixes #2354 and #2364
Signed-off-by: Yonggang Luo luoyonggang@gmail.com
@bobbrow Can you help me, why the CI are failed?
I'm not sure, but it's not your fault. Other PR's all seem to be hitting this suddenly.
| gharchive/pull-request | 2022-02-06T13:16:24 | 2025-04-01T04:57:33.113115 | {
"authors": [
"bobbrow",
"lygstate"
],
"repo": "microsoft/vscode-cmake-tools",
"url": "https://github.com/microsoft/vscode-cmake-tools/pull/2360",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2593260907 | 4d1d9dd2-1e83-4578-8ea6-a15a0d2d975f
Type: Bug
Sorry, your request failed. Please report the following request id 4d1d9dd2-1e83-4578-8ea6-a15a0d2d975f and try again
Extension version: 0.21.2
VS Code version: Code 1.94.2 (384ff7382de624fb94dbaf6da11977bba1ecd427, 2024-10-09T16:08:44.566Z)
OS version: Darwin x64 24.0.0... | gharchive/issue | 2024-10-16T23:35:24 | 2025-04-01T04:57:33.119713 | {
"authors": [
"kashifdesigns",
"lramos15"
],
"repo": "microsoft/vscode-copilot-release",
"url": "https://github.com/microsoft/vscode-copilot-release/issues/1899",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2754158806 | Code was given in the chat instead of being applied on my file
Type: Bug
Send a request with a file attached in the Edit with Copilot window
Watch the LLM randomly refuse to edit the given code directly within the IDE, and instead give the code in the text response
Extension version: 0.24.2024122001
VS Code version... | gharchive/issue | 2024-12-21T15:37:25 | 2025-04-01T04:57:33.126812 | {
"authors": [
"MAXOUXAX",
"joyceerhl"
],
"repo": "microsoft/vscode-copilot-release",
"url": "https://github.com/microsoft/vscode-copilot-release/issues/3464",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
531470802 | add insertion support for monikers (MVP)
Add a "Moniker" option to the Docs Markdown menu.
Add sub-options
"range equals"
"range greater than or equal"
"range less than or equal"
Add behavior as follows if cursor is in the YAML metadata block:
"range equals" inserts monikerRange metadata with value "= " and th... | gharchive/issue | 2019-12-02T19:13:49 | 2025-04-01T04:57:33.212847 | {
"authors": [
"bharney0",
"meganbradley"
],
"repo": "microsoft/vscode-docs-authoring",
"url": "https://github.com/microsoft/vscode-docs-authoring/issues/362",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2185190678 | multiple windows everytime i click the icon of vscode, like the unsaved or closed files kept appearing
Environment (please complete the following information):
OS (e.g., Windows 10):
Extension version (e.g., 1.2.3):
Describe the bug:
Repro steps:
Expected behavior:
Additional context:
This feedback should... | gharchive/issue | 2024-03-14T01:18:02 | 2025-04-01T04:57:33.221552 | {
"authors": [
"captainbrosset",
"mniez"
],
"repo": "microsoft/vscode-edge-devtools",
"url": "https://github.com/microsoft/vscode-edge-devtools/issues/2069",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2408857215 | unable to go live my code
Environment (please complete the following information):
OS (e.g., Windows 10):
Extension version (e.g., 1.2.3):
Describe the bug:
Repro steps:
Expected behavior:
Additional context:
Closing as incomplete. Please feel free to add more information if you have any and we can re-ope... | gharchive/issue | 2024-07-15T14:15:24 | 2025-04-01T04:57:33.224866 | {
"authors": [
"VARNIKAAGGARWAL1711",
"captainbrosset"
],
"repo": "microsoft/vscode-edge-devtools",
"url": "https://github.com/microsoft/vscode-edge-devtools/issues/2296",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2555208876 | won't let me close instance. just stays there until I restart my pc
Environment
OS: Windows 11
Extension version 2.1.6
Describe the bug:
when I go into the sidebar in vs code, click on the edge icon, and try to close out an instance. it won't let me.
Repro steps:
open the sidebar
click the edge icon
open an in... | gharchive/issue | 2024-09-29T23:11:30 | 2025-04-01T04:57:33.229325 | {
"authors": [
"dimitri84-git",
"vidorteg"
],
"repo": "microsoft/vscode-edge-devtools",
"url": "https://github.com/microsoft/vscode-edge-devtools/issues/2457",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1578442430 | Imports are incorrectly sorted and/or formatted.isort(E)
Error
If I add a space the issue is fixed, who decided import statements needs to separate?
This is the isort tool which handles import sorting. The default is to separate python standard libraries and any user libraries. This extension does not make that ... | gharchive/issue | 2023-02-09T19:08:30 | 2025-04-01T04:57:33.235876 | {
"authors": [
"Phatlynx",
"karthiknadig"
],
"repo": "microsoft/vscode-isort",
"url": "https://github.com/microsoft/vscode-isort/issues/237",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1297865014 | Jupyter notebook does not connect to kernel
It's that time again: What time is it? The time when VS Code's Jupyter extension randomly fails on the user! Hooray! Everyone's favorite time!!!!
Running VS Code locally connecting to our work server over SSH using the VS Code - Remote SSH extension.
Was working fine un... | gharchive/issue | 2022-07-07T18:04:11 | 2025-04-01T04:57:33.558655 | {
"authors": [
"PixlRainbow",
"cpoptic"
],
"repo": "microsoft/vscode-jupyter",
"url": "https://github.com/microsoft/vscode-jupyter/issues/10721",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1394002389 | File :5, in shape(name)
Applies To
[X] Notebooks (.ipynb files)
[X] Interactive Window and/or Cell Scripts (.py files with #%% markers)
What happened?
import turtle as ttl
ttl.shape('turtle')
ttl.speed(0)
# draw a line
ttl.forward(200)
ttl.mainloop()
print('done')
If you run it twice, it will report an error. T... | gharchive/issue | 2022-10-03T01:45:53 | 2025-04-01T04:57:33.571146 | {
"authors": [
"DonJayamanne",
"amunger",
"ydmykr"
],
"repo": "microsoft/vscode-jupyter",
"url": "https://github.com/microsoft/vscode-jupyter/issues/11509",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2121919992 | Unable to connect to localhost notebook server in vscode.dev
Environment data
VS Code version: 1.86.0 (vscode.dev)
Jupyter Extension version (available under the Extensions sidebar): v2024.1.2024012502
Python Extension version (available under the Extensions sidebar): v2024.0.1
OS (Windows | Mac | Linux distro) and... | gharchive/issue | 2024-02-07T00:21:39 | 2025-04-01T04:57:33.608220 | {
"authors": [
"DonJayamanne",
"amunger",
"pwang347"
],
"repo": "microsoft/vscode-jupyter",
"url": "https://github.com/microsoft/vscode-jupyter/issues/15147",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2136281641 | kernel crash after closing external plot window
Applies To
[X] Notebooks (.ipynb files)
[X] Interactive Window and/or Cell Scripts (.py files with #%% markers)
What happened?
Hi!
When working on a Jupyter notebook, when making a plot outside the notebook itself (pop up window) using PIL, PyVista and other types of ... | gharchive/issue | 2024-02-15T11:22:45 | 2025-04-01T04:57:33.620057 | {
"authors": [
"DonJayamanne",
"guytangzz"
],
"repo": "microsoft/vscode-jupyter",
"url": "https://github.com/microsoft/vscode-jupyter/issues/15189",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2139504176 | Intellisense / Autocomplete stops working when trying to call a pandas method
Environment data
VS Code version: 1.86.2
Jupyter Extension version (available under the Extensions sidebar): v2024.1.1
Python Extension version (available under the Extensions sidebar): v2024.0.1
OS (Windows | Mac | Linux distro) and vers... | gharchive/issue | 2024-02-16T21:21:00 | 2025-04-01T04:57:33.664621 | {
"authors": [
"DonJayamanne",
"guyguyguy1234",
"jorregoo"
],
"repo": "microsoft/vscode-jupyter",
"url": "https://github.com/microsoft/vscode-jupyter/issues/15194",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
952209177 | UI error in jupyter notebook when terminal maximize
Issue Type: Bug
Open a jupyter notebook (with new UI). Open Terminal panel --> Maximize Panel size. There is a UI bug at the top of the window.
Extension version: 2021.8.1054968649
VS Code version: Code 1.58.2 (c3f126316369cd610563c75b1b1725e0679adfb3, 2021-07-14T22... | gharchive/issue | 2021-07-25T06:39:09 | 2025-04-01T04:57:33.674690 | {
"authors": [
"lehoanganh298",
"scsleal"
],
"repo": "microsoft/vscode-jupyter",
"url": "https://github.com/microsoft/vscode-jupyter/issues/6797",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1223321179 | Active/Live Remote Kernel instance is not selected after it is started
While testing https://github.com/microsoft/vscode-jupyter/issues/9768, I was quite confused by the kernel picker UI.
I select "Python 3" unstarted (the only kernel at the start)
I run a cell
The kernel picker says the unstarted kernel is the curr... | gharchive/issue | 2022-04-27T16:16:10 | 2025-04-01T04:57:33.677105 | {
"authors": [
"DonJayamanne",
"sbatten"
],
"repo": "microsoft/vscode-jupyter",
"url": "https://github.com/microsoft/vscode-jupyter/issues/9865",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1448792525 | Experimental MRU setting from core
It's bad code smell that we are reading this setting in dozens of files, indicating we might need to see how to decouple them a bit. With that said, this PR doesn't try to solve this but only introducing a global place for checking if we are using the new kernel picker.
[x] Pull r... | gharchive/pull-request | 2022-11-14T21:32:18 | 2025-04-01T04:57:33.692925 | {
"authors": [
"codecov-commenter",
"rebornix"
],
"repo": "microsoft/vscode-jupyter",
"url": "https://github.com/microsoft/vscode-jupyter/pull/12025",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1658110910 | Expanding PR from All Open section does nothing
Extension version: Prerelease v0.63.2023040609
VSCode Version:
Version: 1.78.0-insider (user setup)
Commit: 3e0b354932b8ddeb099c68ed3b7dfac25350dde2
Date: 2023-04-06T05:20:25.265Z
Electron: 22.4.3
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
O... | gharchive/issue | 2023-04-06T22:14:09 | 2025-04-01T04:57:33.698726 | {
"authors": [
"alexr00",
"bamurtaugh"
],
"repo": "microsoft/vscode-pull-request-github",
"url": "https://github.com/microsoft/vscode-pull-request-github/issues/4706",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
888854836 | Cannot "Run in Terminal" due to & (Git Bash)
Issue: Using Git Bash on a Windows Machine, the terminal will always begin with & and get a "syntax error". This happened on several different Windows machines today trying to set up their coding environment.
Environment data
VS Code version: 1.56.1
Extension version (av... | gharchive/issue | 2021-05-11T22:07:35 | 2025-04-01T04:57:33.705665 | {
"authors": [
"gateslm",
"karthiknadig"
],
"repo": "microsoft/vscode-python",
"url": "https://github.com/microsoft/vscode-python/issues/16219",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
465772018 | Rename symbol not working
Issue Type: Bug
Rename of class variable doesn't work. References to class variables are updated on after renaming.
Extension version: 2019.6.22090
VS Code version: Code 1.36.0 (0f3794b38477eea13fb47fbe15a42798e6129338, 2019-07-03T13:25:46.372Z)
OS version: Windows_NT x64 10.0.14393
System ... | gharchive/issue | 2019-07-09T13:10:29 | 2025-04-01T04:57:33.712365 | {
"authors": [
"DonJayamanne",
"ankugarg"
],
"repo": "microsoft/vscode-python",
"url": "https://github.com/microsoft/vscode-python/issues/6508",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
494413243 | python debug报错
f5调试 直接报错
Traceback (most recent call last):
File "c:\Users\Administrator.vscode\extensions\ms-python.python-2019.9.34911\pythonFiles\lib\python\ptvsd_vendored\pydevd_pydevd_bundle\pydevd_trace_dispatch_regular.py", line 440, in call
file_type = py_db.get_file_type(frame, abs_path_real_path_and_base) ... | gharchive/issue | 2019-09-17T05:45:25 | 2025-04-01T04:57:33.716837 | {
"authors": [
"DonJayamanne",
"Troot8550"
],
"repo": "microsoft/vscode-python",
"url": "https://github.com/microsoft/vscode-python/issues/7429",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
532909317 | Pylint not working
Environment data
VS Code version: 1.40.2
Extension version (available under the Extensions sidebar): 2019.11.50794
OS and version: MacOS and also Windows 7
Python version (& distribution if applicable, e.g. Anaconda): conda python version 3.6.9
Type of virtual environment used (N/A | venv | virtua... | gharchive/issue | 2019-12-04T20:15:11 | 2025-04-01T04:57:33.725524 | {
"authors": [
"PhilipMay",
"ericsnowcurrently"
],
"repo": "microsoft/vscode-python",
"url": "https://github.com/microsoft/vscode-python/issues/8903",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
569035733 | Fix to return env variables of interpreter that is not current interpreter
For #10250
Codecov Report
Merging #10251 into master will increase coverage by 0.01%.
The diff coverage is 100%.
@@ Coverage Diff @@
## master #10251 +/- ##
=======================================... | gharchive/pull-request | 2020-02-21T15:51:43 | 2025-04-01T04:57:33.736041 | {
"authors": [
"DonJayamanne",
"codecov-io"
],
"repo": "microsoft/vscode-python",
"url": "https://github.com/microsoft/vscode-python/pull/10251",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
642707078 | 双击文件会重新自动编译
点开未展开的文件夹,双击下面的vue文件。vue项目会自动编译。我以为是webpack的问题。但我换到idea时,不会发生这样的情况
Closing issue since needed information was not provided.
| gharchive/issue | 2020-06-22T02:44:12 | 2025-04-01T04:57:33.790979 | {
"authors": [
"dbaeumer",
"junMoXiaozzz"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/100718",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
654132523 | File associations do not accept extensionless files
When defining the associated language to a file it is impossible to define a default language or a language to be used for files not which the extension is not given. For example if a file is called "CONFIG_H" I cannot tell VS code to treat it as C code because the ... | gharchive/issue | 2020-07-09T15:03:08 | 2025-04-01T04:57:33.792823 | {
"authors": [
"CedT83",
"tristan957"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/102003",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
691654443 | Mouse wheel first scroll is ignored in VSCode editor
Indepenently on system settings, when scrolling code up and down using mouse scroll wheel after a longer pause in user input, the first scroll rib move is being ignored by VSCode and text does not scroll anywhere.
This seems to be be associated with some kind of ti... | gharchive/issue | 2020-09-03T05:31:36 | 2025-04-01T04:57:33.797553 | {
"authors": [
"alexdima",
"botekp"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/106002",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
715379018 | Editor: links leak
Steps to Reproduce:
open a large JSON file (https://github.com/json-iterator/test-data/blob/master/large-file.json)
close the file
run a snapshot
=> 🐛 links.activeLinksList has thousands of entries still
https://github.com/microsoft/vscode/blob/7506b2ba5ae3ee1052bff44d2f5129a61312b37b/src/vs/edi... | gharchive/issue | 2020-10-06T06:22:13 | 2025-04-01T04:57:33.800768 | {
"authors": [
"alexdima",
"bpasero",
"jrieken"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/108162",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
721263878 | Blocklist for intellisense suggestions
The Storybook project has recently started exporting hook functions from its @storybook/addons modules that shadow the names of the core hook functions exported by React project.
The result of this is that VSCode intellisense often suggests importing these hook functions ins... | gharchive/issue | 2020-10-14T08:43:26 | 2025-04-01T04:57:33.803567 | {
"authors": [
"jonrimmer",
"mjbvz"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/108653",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
721883308 | vscode freezen
Issue Type: Bug
vscode is installed in the host windows 10 pc. It is freezed when i login from guest machine by remote desktop, It also keep the same state when i logout from guest pc. It return to normal state after I restart vscode.
... | gharchive/issue | 2020-10-15T00:36:06 | 2025-04-01T04:57:33.817067 | {
"authors": [
"chrmarti",
"deepak1556",
"ycj"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/108696",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
766876647 | TS Server fatal error: Debug Failure.
Issue Type: Bug
❗️❗️❗️ Please fill in the sections below to help us diagnose the issue ❗️❗️❗️
TypeScript Version: 4.1.2
Steps to reproduce crash
1.
2.
3.
TS Server Log
❗️Server logging disabled. To help us fix crashes like this, please enable logging by setting:
"typescript.tsse... | gharchive/issue | 2020-12-14T20:01:32 | 2025-04-01T04:57:33.832192 | {
"authors": [
"mjbvz",
"piotr-kwiatek"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/112497",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
776485433 | console.log issues (urgent)
We have written the needed data into your clipboard because it was too large to send. Please paste.
Issue Type: Performance Issue
visual studio code will not let me console.log anything or fn f8 anything as well.
email is ragnarok769@gmail.com
VS Code version: Code 1.52.1 (ea3859d4ba2f3e57... | gharchive/issue | 2020-12-30T14:35:09 | 2025-04-01T04:57:33.843055 | {
"authors": [
"Mbowman1221",
"weinand"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/113595",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
782786240 | Webview does not paste clipboard text correctly by pressing Shift+Insert
VSCode Version: 1.52.1 and earlier
OS Version: Linux Ubuntu 20.04
OS Version: Windows 10
The problem can be observed with any Webview panel.
Steps to Reproduce:
Checkout Webview sample: vscode-extension-samples/webview-sample
In file src... | gharchive/issue | 2021-01-10T10:14:41 | 2025-04-01T04:57:33.848003 | {
"authors": [
"serge1"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/114103",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
785117148 | "Auto Sync is disabled."
Second day cant use a sync. When i try to enable Sync and auth by Microsoft account i get this
[2021-01-13 18:16:00.915] [userDataSync] [info] Using settings sync service https://vscode-sync.trafficmanager.net/
[2021-01-13 18:16:00.915] [userDataSync] [info] Auto Sync is disabled.
[2021-01-13... | gharchive/issue | 2021-01-13T13:45:18 | 2025-04-01T04:57:33.850958 | {
"authors": [
"IllusionMH",
"lostcodder"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/114281",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
791756884 | Add an api for extensions to detect/observe Zen mode
It would be nice for extensions to be able to adapt when Zen mode is active.
Refs: https://github.com/eamodio/vscode-gitlens/issues/1338
@eamodio this makes good sense! Let's see if there are more extensions that would benefit from this and if yes we could look i... | gharchive/issue | 2021-01-22T07:02:10 | 2025-04-01T04:57:33.853417 | {
"authors": [
"Yash-Singh1",
"eamodio",
"isidorn",
"ytx222"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/114741",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
833376078 | No autosuggestion / autocompletion for Chinese variables / identifiers
VS Code Version: 1.54
OS Version: Windows 10 1909
I am using lots of Chinese variables in writing Python codes, but early this month, I found these is no more autosuggestion / autocompletion for variables / identifiers started with Chinese... | gharchive/issue | 2021-03-17T03:53:36 | 2025-04-01T04:57:33.855993 | {
"authors": [
"dbaeumer",
"laowu2019"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/119154",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
839645650 | macOS entitlements and entries for Info.plist disallow developing and running certain types of apps via VSCode
VS Code Version: 1.54.3
OS Version: macOS 10.15.7 (19H524)
Steps to Reproduce:
macOS specific
Develop a project in VSCode that somewhere down the chain uses call to NSAppleScript. In my case it is a... | gharchive/issue | 2021-03-24T11:53:45 | 2025-04-01T04:57:33.873625 | {
"authors": [
"deepak1556",
"kroko",
"paulvonallwoerden"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/119787",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
875317555 | Document new colors
The following colors need to be documented at https://raw.githubusercontent.com/microsoft/vscode-docs/vnext/api/references/theme-color.md
[ ] "button.border: Button border color." @aeschli
[ ] ~"editorInlineHint.foreground: Foreground color of inline hints" @jrieken~
[ ] ~"editorInlineHint.backgr... | gharchive/issue | 2021-05-04T10:19:08 | 2025-04-01T04:57:33.880127 | {
"authors": [
"alexdima",
"jrieken",
"sbatten"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/122911",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
939036554 | unbound breakpoint for Angular project
I just created a new Angular project per (https://code.visualstudio.com/docs/nodejs/angular-tutorial), but once I click green debug and run button, all breakpoints became unbound. beside that, the app run well.
I have tried downgrade vscode to 1.55, tried javascript debug ni... | gharchive/issue | 2021-07-07T15:56:09 | 2025-04-01T04:57:33.885600 | {
"authors": [
"Richardxp",
"connor4312"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/128141",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
964140544 | [Inlay hints] Enforce minimal text contrast
Theme to reproduce: https://marketplace.visualstudio.com/items?itemName=usernamehw.prism
Version: 1.60.0-insider (user setup)
Commit: 1ee61f368ee0570feeb220605578a8768d99e762
OS: Windows_NT x64 10.0.19043
@misolori Can you help me find good colors for inlay hints? Curr... | gharchive/issue | 2021-08-09T15:57:50 | 2025-04-01T04:57:33.889327 | {
"authors": [
"jrieken",
"misolori",
"usernamehw"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/130413",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
990248347 | Extension properties' scope: machine attr have behavior that's different with the docs
VS Code Version: yarn web, or server-linux-x64-web
OS Version: Fedora 34
Docs says:
machine - Machine specific settings that can be set in user or remote settings. For example, an installation path which shouldn't be shared acro... | gharchive/issue | 2021-09-07T18:39:41 | 2025-04-01T04:57:33.895498 | {
"authors": [
"kkocdko",
"roblourens",
"sandy081"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/132575",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1019261596 | Issue reporter does nothing when "Create on GitHub" is pressed
Does this issue occur when all extensions are disabled?: Yes
VS Code Version:
1.60.2
OS Version:
Windows 11 x64 22000
Steps to Reproduce:
Help -> Report Issue
Fill out the report as shown:
Click "Create on GitHub"
(nothing happens)
Signing... | gharchive/issue | 2021-10-06T21:24:09 | 2025-04-01T04:57:33.900237 | {
"authors": [
"0xabu",
"altano",
"justschen"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/134530",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1077039961 | Update failed, now VS Code is gone!
Does this issue occur when all extensions are disabled?: Unknown, sure extensions where installed at the time but unable to test without now.
VS Code Version: November version
OS Version: 1909 build 18363.1916
Steps to Reproduce:
Click restart to update
VS Code closes a... | gharchive/issue | 2021-12-10T16:49:20 | 2025-04-01T04:57:33.955892 | {
"authors": [
"joaomoreno",
"neflu",
"wolf99"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/138865",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1145070260 | Files from linux home folder not always properly opened (wsl2 to windows 11 path translation)
Does this issue occur when all extensions are disabled?: Yes
VS Code Version:
Version: 1.64.2 (user setup)
Commit: f80445acd5a3dadef24aa209168452a3d97cc326
Date: 2022-02-09T22:02:28.252Z
Electron: 13.5.2
Chromium: ... | gharchive/issue | 2022-02-20T16:37:14 | 2025-04-01T04:57:33.967632 | {
"authors": [
"aeschli",
"alkesander"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/143504",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1184824285 | Keep seeing .attach_pidXXXXX files
Issue Type: Bug
While developing on my Java application I see .attach_pid240305 and other files with the same pattern appear and disappear in the root of my project. On multiple occations I have accedentally added them to my git repository because of it. I assume they should be loca... | gharchive/issue | 2022-03-29T12:53:42 | 2025-04-01T04:57:33.992364 | {
"authors": [
"IvoLimmen",
"VSCodeTriageBot",
"weinand"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/146247",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1215227263 | VSCode no longer opens default browser correctly (Ubuntu 20.04)
Issue Type: Bug
Normally when ctrl-clicking URLs within VSCode, VSCode will open my default browser.
For approximately the last two weeks (since ~2022-04-16), VSCode now launches links in a new browser session, which does not have any of my cookies/exten... | gharchive/issue | 2022-04-26T01:22:10 | 2025-04-01T04:57:34.020344 | {
"authors": [
"GigglePocket",
"McToel",
"deepak1556",
"nijek",
"oof2win2",
"seamuslowry",
"willhughes-au"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/148097",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1242648495 | 10
We have written the needed data into your clipboard because it was too large to send. Please paste.
2
1
4
455555555555555555
55555555556454667524273
0000214
| gharchive/issue | 2022-05-20T05:46:18 | 2025-04-01T04:57:34.023758 | {
"authors": [
"KaniSuhan"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/149996",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1254173688 | Search results inaccurate after resizing terminal panel
Testing #150554
Create a new integrated terminal
Type in echo "foo" and hit enter
Type in echo "foo" and hit enter again
Ctrl+F and search for "foo", you should see four results
Resize the integrated terminal so the first echo "foo" is out of view
Ctrl+F again
... | gharchive/issue | 2022-05-31T17:27:34 | 2025-04-01T04:57:34.026408 | {
"authors": [
"Tyriar",
"joyceerhl"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/150886",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1288989532 | unable to minimize window
Issue Type: Bug
the minimize screenwindow function doesnt work. using the latest version for windows os.
VS Code version: Code 1.68.1 (30d9c6cd9483b2cc586687151bcbcd635f373630, 2022-06-14T12:48:58.283Z)
OS version: Windows_NT x64 10.0.19044
Restricted Mode: No
System Info
Item
Value
... | gharchive/issue | 2022-06-29T16:42:45 | 2025-04-01T04:57:34.037128 | {
"authors": [
"VSCodeTriageBot",
"deepak1556",
"lionofera"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/153720",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1289826471 | Commit Action button - tweak button for rebase
Testing #153317
[ ] Update label accordingly
[ ] Remove secondary actions
Pushing this out to the next milestone as there are some things I need to investigate first related to the rebase flow.
Decided to keep the "Commit" label for the button to keep things simple... | gharchive/issue | 2022-06-30T09:04:47 | 2025-04-01T04:57:34.039065 | {
"authors": [
"lszomoru"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/153788",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1303869879 | "Virtual Folders" like those in Visual Studio, to help organize multi-project solutions
"Virtual Folders" or some similar feature would help to better organize the project structure in the Explorer tab.
In the image, the comparison of the same solution opened in Visual Studio and VS Code:
Yeah, it would be gre... | gharchive/issue | 2022-07-13T19:52:21 | 2025-04-01T04:57:34.040764 | {
"authors": [
"LazieWouters",
"afrizal0"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/155105",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1350235940 | Doesn't stop on breakpoins
Does this issue occur when all extensions are disabled?: Yes/No
VS Code Version: 1.70.2 (Universal)
OS Version: MacOS (M1)
Python Extension Version: v2022.12.1
Pylance Extension Version: v2022.8.40
Python Version: 3.10
Steps to Reproduce:
Open the django project.
Create lunch.j... | gharchive/issue | 2022-08-25T02:33:28 | 2025-04-01T04:57:34.044952 | {
"authors": [
"VSCodeTriageBot",
"gjsjohnmurray",
"sthz31"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/159133",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1525613065 | Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
Error: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
at s.lb in src/vs/editor/browser/widget/diffEditorWidget.ts:443:11
at s.setModel in src/vs/editor/browser/widget/diffEdit... | gharchive/issue | 2023-01-09T13:39:09 | 2025-04-01T04:57:34.046623 | {
"authors": [
"VSCodeTriageBot",
"hediet"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/170855",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1577187017 | TS Server fatal error: Debug Failure. False expression.
Type: Bug
❗️❗️❗️ Please fill in the sections below to help us diagnose the issue ❗️❗️❗️
TypeScript Version: 4.9.5
Steps to reproduce crash
Global TypeScript Server Plugins
❗️ Please test with extensions disabled. Extensions are the root cause of most TypeS... | gharchive/issue | 2023-02-09T03:51:01 | 2025-04-01T04:57:34.062643 | {
"authors": [
"itsorivera"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/173893",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1816927932 | Can't select text with mouse
Type: Bug
Anytime I open vscode I am unable to drag and select text in the editor with mouse. I tried fresh install and still the same.
Settings don't seem to indicate anything set improperly. Not sure what other info I can provide unfortunately.
VS Code version: Code 1.80.1 (74f6148eb9ea... | gharchive/issue | 2023-07-22T23:51:01 | 2025-04-01T04:57:34.069756 | {
"authors": [
"VSCodeTriageBot",
"kyleflett"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/188587",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1821533995 | bracket pair color flickers if large text is comment and then uncomment
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.81.1
OS Version: Windows
Steps to Reproduce:
comment a text from large file and uncomment it
bracket's pair color is flickring
https://github.com/microsoft/vscode... | gharchive/issue | 2023-07-26T04:00:06 | 2025-04-01T04:57:34.072744 | {
"authors": [
"VSCodeTriageBot",
"abhijit-chikane",
"hediet"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/188888",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1846501912 | Interactive rebase - Commit Msg cannot be edited while doing "Edit"
Type: Bug
When using Interactive and selecting Edit, the commit is waiting for amending. However, changing the commit message is not possible from GUI.
The current workaround is to use the command line (git commit --amend) or do another interactive ... | gharchive/issue | 2023-08-11T09:30:46 | 2025-04-01T04:57:34.075343 | {
"authors": [
"BlakeTheAwesome",
"dzid26"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/190236",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1895708268 | Unexpected space between PowerLine Symbols on Integrated Terminal
Type: Bug
Install starship
Use this starship config
format = """
[](#182C61)\
$username\
[](fg:#182C61 bg:#01579B)\
$directory\
[](fg:#01579B bg:#16a085)\
$git_branch\
$git_status\
[](fg:#16a085 bg:#1B5E20)\
$c\
$python\
$elixir\
$elm\
$golang\
$... | gharchive/issue | 2023-09-14T05:21:43 | 2025-04-01T04:57:34.088438 | {
"authors": [
"fluentmoheshwar",
"manuth",
"pfmoore"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/193073",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1968392625 | Aux window: revisit IEditorService / IEditorGroupService users global assumptions
In some cases we should make sure to use a scoped service if needed.
This is way too large to go through all uses. Will tackle specific issues as they are raised.
| gharchive/issue | 2023-10-30T13:41:25 | 2025-04-01T04:57:34.089925 | {
"authors": [
"bpasero"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/196980",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2050895193 | CSP on Web breaks "Install Extension from Location..." Command
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: web (insiders.vscode.dev)
OS Version: Google Chrome
Steps to Reproduce:
Open a repository in vscode web insiders. (I was using https://insiders.vscode.dev/github/Ada... | gharchive/issue | 2023-12-20T16:25:22 | 2025-04-01T04:57:34.095667 | {
"authors": [
"AdamRaichu",
"sandy081"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/201317",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2084920484 | SCM view no longer refreshes when discarding changes
Make a change in an existing file that is tracked by the SCM view
Use the SCM view to discard the change
🐛 The entry either takes a while to go away or is sticky.
This used to be instant, not sure when it regressed as I realize this has been an issue for the pas... | gharchive/issue | 2024-01-16T21:01:40 | 2025-04-01T04:57:34.099654 | {
"authors": [
"lramos15",
"lszomoru"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/202614",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2118734454 | Adopt the multi-file diff editor for rendering refactor previews
This feature request is about using the multi-diff editor in order to render the preview from the refactor preview view. Currently each change is shown in its own diff editor. We have decided to adopt the following approach to implement this:
On click ... | gharchive/issue | 2024-02-05T14:45:36 | 2025-04-01T04:57:34.102010 | {
"authors": [
"aiday-mar",
"hediet",
"tjx666"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/204370",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2144482174 | "Always" showing incoming changes doesn't always show incoming changes
I just set both incoming and outgoing to always using the git menu like this:
However, no incoming changes are shown. git log:
Some git logs too:
2024-02-20 15:11:14.619 [trace] [swf] Scan workspace folders: []
2024-02-20 15:11:15.143 [info] ... | gharchive/issue | 2024-02-20T14:15:30 | 2025-04-01T04:57:34.108241 | {
"authors": [
"alexr00",
"lszomoru"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/205680",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2306986515 | Project Tabs on Windows
The most important reason I keep circling back to Mac OS is that VsCode still does not allow tabbed opening of multiple projects on Windows...
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move i... | gharchive/issue | 2024-05-20T23:42:11 | 2025-04-01T04:57:34.111709 | {
"authors": [
"ArchUser123",
"VSCodeTriageBot",
"hassanali-eon",
"philkunz"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/213110",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2360283306 | The size of the vertical scroll bar in the integrated terminal does not match the size of the editor scroll bars
Type: Bug
Steps to Reproduce:
Open Visual Studio Code.
Open the integrated terminal (usually accessible via View > Terminal).
Compare the vertical scroll bar size of the integrated terminal to the vertica... | gharchive/issue | 2024-06-18T16:42:21 | 2025-04-01T04:57:34.127673 | {
"authors": [
"Tyriar",
"meganrogge",
"s-h-a-d-o-w",
"uRohan"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/216521",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2491933875 | Source Control Not Picking changes as and when files are updated
Type: Bug
Make some changes in files, click on view -> source control
File changes are not picked up in source control unless we disable and enable Git extension
Once extension is enabled again, latest changes are picked up but if we make more changes,... | gharchive/issue | 2024-08-28T12:23:44 | 2025-04-01T04:57:34.151671 | {
"authors": [
"Honey20",
"ianldgs",
"lszomoru"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/226958",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2515364349 | editor.experimentalEditContextEnabled doesn't work well with editor.acceptSuggestionOnEnter
Version: 1.94.0-insider
Commit: dc9412125d4e0a480593962ae2687e74e64af728
Date: 2024-09-09T17:10:54.809Z
Electron: 30.4.0
ElectronBuildId: 10073054
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Darwin... | gharchive/issue | 2024-09-10T04:22:32 | 2025-04-01T04:57:34.155832 | {
"authors": [
"aiday-mar",
"tamuratak"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/228062",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2540831448 | about work of css properties
Type: Performance Issue
in my account live server is work once,if i made changes not react if i press refresh,i go and again start from first,and css properties is also not working
VS Code version: Code 1.93.1 (38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40, 2024-09-11T17:20:05.685Z)
OS versi... | gharchive/issue | 2024-09-22T08:30:40 | 2025-04-01T04:57:34.165500 | {
"authors": [
"IllusionMH",
"reddygariabbai-surendra"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/229303",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2605053575 | Tools declaration still supports toolReferenceName
When declaring a tool in package.json I can still define toolReferenceName which should
not exist?
be combined with the canBeReferencedInPrompt property
How about naming it shortName as if it's independent? And maybe we'll find another use for it.
Or we would do ... | gharchive/issue | 2024-10-22T10:42:10 | 2025-04-01T04:57:34.168847 | {
"authors": [
"jrieken",
"roblourens"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/231927",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2733836834 | Reactivation of terminals, loads all the time and everything does not work, + intelliCode does not work with a bunch of python extension Pack
Type: Bug
I tried to reinstall VSC several times, watched the solution to the problem on YouTube and nothing helps
VS Code version: Code 1.96.0 (138f619c86f1199955d53b4166bef66... | gharchive/issue | 2024-12-11T19:48:24 | 2025-04-01T04:57:34.180156 | {
"authors": [
"Chel1-nc",
"meganrogge"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/235859",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
321587521 | Uncaught Error: Model is disposed!
Issue Id: 945795f9-17b3-9ace-787a-2b4a32586f34Versions - 1.23.0- b8475d1dc68bfee70c3fbe3e7fc39f6e0003803bStack Error: Model is disposed!/vs/editor/common/model/textModel.ts#364:9 (_assertNotDisposed)/vs/editor/common/model/textModel.ts#684:7 (getVersionId)/vs/editor/common/viewMode... | gharchive/issue | 2018-05-09T14:12:33 | 2025-04-01T04:57:34.187152 | {
"authors": [
"alexandrudima",
"vscodeerrors"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/49547",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
337652268 | [erb] provide html instellisense in erb files
VSCode Version: 1.24.1
OS Version: MacOS 10.13.3
Steps to Reproduce:
Create an html.erb file with some html in it.
Click in a tag, it should select the matching tag, but it doesn't
Does this issue occur when all extensions are disabled?: Yes
I really like all the feat... | gharchive/issue | 2018-07-02T20:29:05 | 2025-04-01T04:57:34.191411 | {
"authors": [
"aeschli",
"beastdestroyer",
"jonfer",
"mothinx"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/53462",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
448752013 | Extensions list should ignore openMode and enablePreview settings
Currently if you set "workbench.list.openMode": "doubleClick" or "workbench.editor.enablePreview": false it also affects the extensions list, making it more inconvenient to browse extensions. I think it would be better if extensions were still previewe... | gharchive/issue | 2019-05-27T09:18:31 | 2025-04-01T04:57:34.194038 | {
"authors": [
"georgir",
"sandy081"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/74394",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
462836006 | Files watcherExclude doesnt work correctly in multi root workspaces
When using multi root work-spaces, the watcherExclude doesn't work as expected, it seems to exclude the files correctly but will still watch folders and sub folders under the excluded folder.
Note: In a project with large number of files and direct... | gharchive/issue | 2019-07-01T17:50:45 | 2025-04-01T04:57:34.198978 | {
"authors": [
"artbycrunk",
"bpasero"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/76418",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
482820613 | FR: Generate custom cheat sheets
TL;DR: Consider allowing to locally generate keyboard cheat sheet PDFs with the currently used shortcuts from within vscode.
It's nice to have beautifully designed cheat sheets for the keaboard shortcuts (#14071).
Unfortunately they neither take into account localization nor customiza... | gharchive/issue | 2019-08-20T12:06:38 | 2025-04-01T04:57:34.201721 | {
"authors": [
"chrmarti",
"myfairsyer"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/79503",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
520731143 | Switch Chinese and English input mode inflict IDE can't work correctly
VSCode Version: 1.40.0
OS Version: win10
Steps to Reproduce:
Under Chinese mode, try to input something without enter.
Switch to English mode, can't delete this line, and many operations are odd.
Just clarify some points:
"Chinese Mode"... | gharchive/issue | 2019-11-11T04:18:24 | 2025-04-01T04:57:34.225161 | {
"authors": [
"Eve-1995",
"Mr-Eve",
"abc1236762",
"byyxx128",
"ck97756",
"doggy8088",
"jasonlyu123",
"peienxie",
"rebornix"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/84449",
"license": "MIT",
"license_type": "permissive",
"licens... |
535116888 | Git: LFS support for image diffing
Steps to Reproduce:
In a repository with git LFS enabled (such as the VS Code docs repo)
Open a modified image diff
Bug
Left hand side shows an image load error. Here's the content for a git lfs file we get:
version https://git-lfs.github.com/spec/v1
oid sha256:65ccfe99efef1afc4bb... | gharchive/issue | 2019-12-09T18:30:47 | 2025-04-01T04:57:34.229068 | {
"authors": [
"5c077yP",
"lszomoru",
"mjbvz"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/86611",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
540393837 | Lack of santa hat and holiday spirit on vscode is very offensive to me
The settings gear on vscode insiders and lack of holiday spirit is very offensive to me, additionally loss of xmas spirit has cost millions of developers their lives over the centuries, yet even if that was not the case, lacking holiday spirit ... | gharchive/issue | 2019-12-19T15:43:14 | 2025-04-01T04:57:34.234499 | {
"authors": [
"Isuru-Nanayakkara",
"MACIEKBAKI",
"brandonmarino",
"chrisdias",
"kakolisgay",
"tjkays"
],
"repo": "microsoft/vscode",
"url": "https://github.com/microsoft/vscode/issues/87418",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.