Flutter--':generateDebugBuildConfig'. error. Unable to read package name...
last errorI tried changing the default application ID and so forth, based on the other answers.
View ArticleCan't deploy MEAN stack app to Azure App Service
I'm unable to deploy my app to azure app service. I have a mean stack app and everytime I deploy I get Application Error or the nodejs welcome screen. I've changed the appService.deploySubpath to the...
View ArticleMy PHP file wont insert HTML data into a MySql database table
In Visual Studio Code, I am working on creating a website. An HTML page I have has a form that gets the user data: <form action="Data.php" style="position: fixed; top: 60px; left: 5px;"...
View ArticleProgrammatically Changing VsCode Extension Setting [closed]
One can install/uninstall/list VsCode extensions programmatically, but how does one change a setting of a VsCode extension programmatically?
View ArticleVS Code asks for password on ech CSS save
I have been using VS Code for many months. Recently, I get asked for my password each time I save changes to html or css stylesheet: [localhost]: Enter your password (Press 'Enter' to confirm or 'ESC'...
View Articledecrease compile time for complex algorithms by using more CPU [closed]
Executing a JAVA program is taking a lot of time. There is nothing wrong in large compile time as I was working on large data sets for competitive coding. Is there any way to fasten up my Java compile...
View ArticleCannot open saved workspace in vscode
I have created a workspace with five folders in it. It works fine whenever I first create it. I go File > Save Workspace as and save it in my Documents directory. Then I close and reopen VSCode and...
View ArticleLaunch remotely VSCode
I am building my sample application locally; set in task.json, Now I am trying to launch remotely"configurations": [ { "name": "(gdb) Launch", "type": "cppdbg", "request": "launch", "program": "enter...
View ArticleShortcut for joining two lines
What's the keyboard shortcut for joining two lines in VS Code?If the cursor is anywhere in the first line of f(foo, bar) then when I hit the shortcut, I want to get f(foo, bar)
View ArticleTerminal setting like tail in vscode windows
I want my prompt remain fixed and always on above(no top) to output. i have tried to create the demo screenshot.Thanks for : online.visual-paradigm.com, https://www.lipsum.com/user@host: ipconfig...
View ArticleRemote Debugging Scala Spark Jobs with VsCode
I'd like to have the ability to remote debug a Spark job written in Scala running in a docker container with VsCode. This is what I have so far,VsCode with scala-metals v0.8 installedThis debug launch...
View ArticleHide other windows (CMD + Option + H) shortcut for VS Code on macOS
In proper mac applications you can use command+option+H to hide all apps except the currently active program. This does not work in VS Code for some reason. Is there a way to get this functionality?
View ArticleIn VS Code, disable error "Comments are not permitted in JSON"
I sometimes use Visual Studio Code to edit JSON files that include comments. VS Code displays an error saying, "Comments are not permitted in JSON." It would be nice to disable that error message...
View ArticleFlow intellisense not working with higher order components
I am using flow types in vscode and have trouble with the intellisense feature when dealing with higher order components, like connect from react-redux or withRouter from react-router.When I want to...
View Articlewebpack can't find module vscode, 'vscode-debugadapter', and...
I'm following the guide bellow as suggested by vscode as my extension is getting apparently large: https://code.visualstudio.com/api/working-with-extensions/bundling-extensionI followed the...
View ArticleHow can I disable `Initializing JS/TS Language Features` in a specific project?
I have a Laravel project developing it inside the Visual Studio Code. Also I have the front-end with Angular 8 in a separate project which also use VSC. I build the Angular project and push the build...
View ArticleVisual Code always marking undefined word after
Today suddenly my visual code on MAC always adding undefined word in my laravel project after code <?php so it become <?phpundefined also with html tag at the first line. i have try to uninstall...
View Articlevscode debug angular8 can't hit breakpoint [closed]
I want to debug angular(v8.2.14) app in vscode with Debugger for Chrome(v4.12.6). launch.json file content:{ "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name":...
View ArticleHow to disable Peek problem in VS Code on a MAC?
I'm not sure how I got this, maybe via some extension that was installed on my VS Code, but I need to disable this.
View Articlejava.lang.UnsatisfiedLinkError: org.opencv.core.Core
I'm trying for too long to setup a Java env with OpenCV, I was able to do it for Android but not for a simple Java project.I have vscode with all the extensions, and set up a project with the jar in...
View Article