visual-studio-code

why does vscode intercepts git push command on terminal?

会有一股神秘感。 提交于 2021-01-05 07:40:17
问题 Today I was going to execute git push from the vscode terminal and a dialog popup saying: extension 'GitHub' wants to sign in using GitHub. I've checked and turns out that I don't have any extension called GitHub installed on vscode. The question is why this is showing for me? If I wanted to push using an extension I would not typing on terminal git push . Is vscode intercepting what I type in terminal? Besides that it also opens a user/password dialog like this: This is invasive. Is there

why does vscode intercepts git push command on terminal?

你。 提交于 2021-01-05 07:39:08
问题 Today I was going to execute git push from the vscode terminal and a dialog popup saying: extension 'GitHub' wants to sign in using GitHub. I've checked and turns out that I don't have any extension called GitHub installed on vscode. The question is why this is showing for me? If I wanted to push using an extension I would not typing on terminal git push . Is vscode intercepting what I type in terminal? Besides that it also opens a user/password dialog like this: This is invasive. Is there

How to link to native libraries in a Visual Studio Code project?

独自空忆成欢 提交于 2021-01-05 07:24:05
问题 I am learning OpenGl and I am new to ms Visual Studio Code. I want to add GLEW and GLFW to visual studio code. I have been only able to add header files and it's been 2 weeks from then and I still haven't been able to figure out how to add libraries of GLEW and GLFW to vscode. All the tutorials on the Internet are made for past versions of the visual studio by creating an empty project. But this empty project option is not available in Visual Studio Code. So, please help me to figure this out

.NET Core 3.1 CreateHostBuilder Cannot parse JSON file

∥☆過路亽.° 提交于 2021-01-05 06:00:05
问题 I am experiencing an error when trying to run my ASP.Net Core 3.1 project. The error is at CreateHostBuilder within Program.cs public class Program { public static void Main(string[] args) { CreateHostBuilder(args).Build().Run(); } public static IHostBuilder CreateHostBuilder(string[] args) => Host.CreateDefaultBuilder(args).ConfigureWebHostDefaults(webBuilder => { webBuilder.UseStartup<Startup>(); }); } which has not been edited from the default ASP.NET Core Web application template from

.NET Core 3.1 CreateHostBuilder Cannot parse JSON file

徘徊边缘 提交于 2021-01-05 05:59:18
问题 I am experiencing an error when trying to run my ASP.Net Core 3.1 project. The error is at CreateHostBuilder within Program.cs public class Program { public static void Main(string[] args) { CreateHostBuilder(args).Build().Run(); } public static IHostBuilder CreateHostBuilder(string[] args) => Host.CreateDefaultBuilder(args).ConfigureWebHostDefaults(webBuilder => { webBuilder.UseStartup<Startup>(); }); } which has not been edited from the default ASP.NET Core Web application template from

In VSCode, Python debugger launches a new Terminal every time I debug [duplicate]

痞子三分冷 提交于 2021-01-05 05:46:05
问题 This question already has answers here : VS Code opens a new debug console every time I build/run (3 answers) Closed 7 months ago . When debugging in Python, in VS Code, it is creating a new terminal every time I debug. Code just keeps adding a terminal every time to the dropdown list in the terminal window. I have to manually delete each terminal, or delete a bunch of them after a while - otherwise it eventually hangs. Is there an option setting to stop this? Is it expected behavior or a

In VSCode, Python debugger launches a new Terminal every time I debug [duplicate]

旧时模样 提交于 2021-01-05 05:45:06
问题 This question already has answers here : VS Code opens a new debug console every time I build/run (3 answers) Closed 7 months ago . When debugging in Python, in VS Code, it is creating a new terminal every time I debug. Code just keeps adding a terminal every time to the dropdown list in the terminal window. I have to manually delete each terminal, or delete a bunch of them after a while - otherwise it eventually hangs. Is there an option setting to stop this? Is it expected behavior or a

In VSCode, Python debugger launches a new Terminal every time I debug [duplicate]

生来就可爱ヽ(ⅴ<●) 提交于 2021-01-05 05:44:25
问题 This question already has answers here : VS Code opens a new debug console every time I build/run (3 answers) Closed 7 months ago . When debugging in Python, in VS Code, it is creating a new terminal every time I debug. Code just keeps adding a terminal every time to the dropdown list in the terminal window. I have to manually delete each terminal, or delete a bunch of them after a while - otherwise it eventually hangs. Is there an option setting to stop this? Is it expected behavior or a

visual studio code ctrl + tab not working as it was used to

懵懂的女人 提交于 2021-01-04 07:39:12
问题 I used to have an old VSCode version, where i used ctrl + tab to navigate through recently opened tabs. when i pressed the combination a dropdown will appear where i could see the recently opened tabs. Then, if i pressed ctrl + tab again, it would cycle through those tabs. Recently, I updated VSCode to a newer version. Now, if i press ctrl + tab the dropdown appears like it used to. But, when i press it again, it doesn't cycle through tabs anymore. Instead, it will open the last tab that I've

How to resolve VScode terminal lag / choppiness when typing?

最后都变了- 提交于 2021-01-04 05:40:22
问题 Not sure if this is from Big Sur, installing the Docker extension or what else it could be but in the last week, I have noticed that when typing in the VScode terminal, every single time that I've done my git add. , git commit -m "etc", git push origin master, there is always once or twice where the terminal visually shows that I'm not typing anything for a brief moment. It essentially lags and shows the typing white square icon and in 1 second after a brief "pause" what I was actually typing