Check API / Network request on VSCode IDE
Can Service request be checked using VS code console or some tool, when working with typescript, without using browser.
View ArticleHow to copy a certain value in users input to another channel?
Hi i'm currently making a chatbot that solves problems for a school project. So I have no idea how to do this part, I want to copy a certain value in the users input to another channel. Lets say that I...
View ArticleImports cannot be resolved - Visual Studio Code for Java
I am working on a Java project which is managed by Maven.The project actually is composed of three sub-projects: - Backend - Builder - FrontendEvery single of those projects is Maven based and the...
View ArticleFullstack - Benifits of using both Intellij and VS code instead of just...
I'm currently working as a full-stack engineer. Both my Angular and my Java/Spring boot projects are developed using IntelliJ (separate projects, not a monolith) which my company supplies.Since I'm new...
View ArticleHiding Visual Studio Code markdown preview button
How can I hide the Visual Studio Code markdown preview button ?
View Articlereact-native run-android build successful but Does not work with Access Denied
I'm a developer developing react-native using VSC on Windows. The build succeeds, but it turns out not to runThe react-native run-android command printed BUILD SUCCESSFUL.But unfortunately in the next...
View ArticleHow to call Java class from other file in Visual Studio Codes
For example: I have in VS Code two Java classes in two different files.File X.javapackage PackageName; public class X { public static main(String[] args) { //What I want to do var x = new Y("Hello...
View Articlevscode format reactnative code and eslint conflict
Create project:react-native init AwesomeProject code:import {createDrawerNavigator} from 'react-navigation'; Press: Shift + Alt + Fcode: import { createDrawerNavigator } from 'react-navigation'; error...
View ArticleError in importing existing React-native Project in mobile development?
I'm a newbie to react native mobile development, I am importing an existing react native project in my visual studio code. I go through all the basic steps like installing nodeJS, set environmental...
View ArticleVS Code - Is there a way you can make the Minimap bigger?
I have enabled the MiniMap in Visual Studio Code (VSCODE) with the following code: "editor.minimap.enabled": trueBut can I make it bigger? It's so small at the right.
View ArticleActivating Anaconda Environment in VsCode
I have Anaconda working on my system and VsCode working, but how do I get VsCode to activate a specific environment when running my python script?
View ArticleVisual Studio Code user snippets not working
I've enabled the default "log" snippet in VS Code. I also added another snippet. Neither show up when I type their prefixes. I have set editor.tabCompletion to true.Any idea why these don't work?
View ArticleSome headers of pandas dataframe are shown as attributes but no all in Debug...
I'm trying to debug a dataframe df that has a lot of columns (809) and one row. I've created it like this :df = pd.DataFrame([prepared_line], columns=headers) where prepared_line and headers are list....
View ArticlePHP executable not found. Install PHP 7 and add it to your PATH or set the...
I'm running windows 10 fresh copy and I just installed visual studio code. I was trying to develop a PHP project using VS Code. But I'm having trouble in setting up the environment.I saw a blog post...
View ArticleUnity 2019.3.0f1 Intellisense not working on vscode, OS: Ubuntu 18.04
I recently install Unity 2019.3.0f1 on Ubuntu 18.04 everything working fine but Intellisense not working on vscode. The error is recommending me to download NETFramework Version=v4.7.1 and according to...
View ArticleAngular search after click event
I'm working with Angular recently and I need a help. I have a table with Angular Material and in this table I have a lot of items and I have a "search box" like this:<mat-form-field> <input...
View ArticleHow do I set an API_KEY in Windows terminal?
I'm having trouble running my flask based web app that uses an api key from IEX. Normally in my Linux based cloud IDE I run:export API_KEY=[keyhere]in the command line and the program works fine. But I...
View ArticleVSCode behaves differently when try to auto import and auto complete in...
When I try to add <Button tag the auto complete and auto import suggestions is showing different in different projects in the same VSCode. As you can see at the below, Image-A is not showing auto...
View ArticleVisual Studio Code Client Capabilities: What about FoldingRange?
I am working on an extension for Visual Studio Code, and I am using the "new" and fancy LanguageServerProtocol. The initialize request of the client (i.e., VS Code) informs the server (i.e., my...
View ArticleHow to show image in jupyter through vscode
I am using the vscode jupyter extension to edit ipynb file. However, the image that can be successfully shown in jupyter through browser can not be shown through vscode. I have put the image in the...
View Article