Issue Im getting the following message when start debugging in VSC debugger. Error when trying to require webpack.config.js file from path ‘/Volumes/T7/Documents/1.Sources/app/webpack.config.js’. Error is: TypeError: host.onUnRecoverableConfigFileDiagnostic is not a function Anyone who knows how to fix this? Thanks in advance!
Continue readingTag: visual-studio-code
VSCode Native script – Don't recognise breakpoints
Issue I’m using native script angular in vscode with nativescript extension. When I try to debug the application (ios) it doesn’t stop in the breakpoints and the editor doesn’t recognise the breakpoint. In the debug console I can see the
Continue readingSvelte TypeScript is missing the following properties component
Issue import Component1 from ‘./Component1.svelte’; import Component2 from ‘./Component2.svelte’; interface complexObject { comp1 : Component1 comp2: Component2 } let newComplexObj:complexObjects = { comp1: Component1, <—— This is where error happens comp2: Component2 <——- This is where error happens } Type
Continue readingHTMLDialogElement Typescript autocompletetion not working in VS Code
Issue I wanted to use HTMLDialogElement in a typescript project in VS Code. But when using this class, it first shows a deprecation "this is not available in most browsers". However when looking at MDN browser compatibility, it looks commonly
Continue readingHow to make Visual Studio Code check entire project for errors?
Issue I’m using VS Code for TypeScript/JavaScript development. When I open a file it will check that file for errors. The problem is if I’m refactoring (like I move some shared code to a new location or change a name)
Continue readingVisual Studio code Organize imports feature
Issue On version 1.23 of visual studio code, the ‘Organize imports’ feature was added. This is a very helpful feature as it handles the imports itself, but I’d like to be able to configure it. The functionalities I’d like to
Continue readingcodium + pcmanfm-qt == 70+ CWD and SIZE commands per second
Issue Local: Kubuntu 21.10, VSCodium 1.65.2, PCManFM-qt 0.17.0 Server: Windows Server 2016, FileZilla FTP Server I use VSCodium (the MS telemetry free version of Visual Studio Code) as my editor, PCManFM-qt as my FTP client. It’s a great combination because
Continue readingHow to upload multiple files using rest-client in vscode
Issue I have a post API call, which allows me to upload multiple images within form-data parameter in Postman. As you can see below, I’m sending multiple images having the key images I wanna implement the same thing using the
Continue readingCode Folding for CSS in VSCode
Issue I can’t get code folding to work in the editor in Css. In both html and js I can fold code according to comments, which enables me to create neat groups. But in Css you can’t fold comments. Does
Continue readingVSCode not auto completing HTML
Issue I’m having trouble with my new installed Visual Studio Code on Windows 7. On Mac the editor automatically closes html tags but on my Win7 not. I assume there must be some option to turn it on but I
Continue readingDoes Visual Studio Code have a builtin formatter for CSS?
Issue VS Code’s builtin language features can format HTML, JS, TS, and JSON. You can use these settings: "[html]": { "editor.defaultFormatter": "vscode.html-language-features" }, "[javascript, javascriptreact, typescript]": { "editor.defaultFormatter": "vscode.typescript-language-features" }, "[json, jsonc]": { "editor.defaultFormatter": "vscode.json-language-features" } I saw in the
Continue readingFailed to load plugin 'import' declared in '… » eslint-config-standard': Cannot find module 'eslint-plugin-import'
Issue I’ve been trying to use ESLint along with Standard and I haven’t been able to get it to work. I’ve tried setting it up through eslint –init, uninstalling eslint globally and having all the packages locally, installing each package
Continue readingparameter implicitly has an 'any' type
Issue I’m using visual studio code for a typescript project, where I use some 3rd party npm js libraries. Some of them don’t provide any ts types (types.d.ts file), so whenever I use parameters or variables without specifying their type,
Continue readingWhat's the correct way to self-host a Deno library?
Issue I’ve set up an apache2 server and have located my library at http://example.com/lib/deno/test@1.0.0/ and then created a 301 redirect from http://example.com/lib/deno/test/ to the former. In VS Code (using deno plugin) I noticed that when I import something like https://deno.land/std/http/server.ts
Continue readingvscode typescript: 'Add all missing imports' shortcut
Issue I am working on a typescript project (typescript3.x). I recently noticed the Add all missing imports when I click on the bulb which comes when I am using more than one types which are not yet imported as shown
Continue readingIs it possible to use EaselJS (CreateJS) with TypeScript using parceljs?
Issue I’m trying to make a game with EaselJS, and since it’s [current year], I’m using TypeScript. There are "official" types that I’m using from here, but I can’t get it working together with parceljs. If I import the types,
Continue readingjsconfig path alias is not working Sveltekit
Issue I am using svelte kit (with typescript) and have some created some shortlinks and cannot get the new link "$base" to work. I added the shortlink here ./jsconfig.json { "compilerOptions": { "module": "commonjs", "baseUrl": ".", "paths": { "$lib": ["src/lib"],
Continue readingI have a problem my localstorage service is string but i need to use number how i do that
Issue this is my service import { Injectable } from ‘@angular/core’; @Injectable({ providedIn: ‘root’, }) export class LocalStorageService { constructor() {} setItem<T>(key: string, object: T) { localStorage.setItem(key, JSON.stringify(object)); } getItem(key: string) { return JSON.parse(localStorage.getItem(key)!); } removeItem(key: string) { localStorage.removeItem(key); }
Continue readingVSCode prettier adds `value` to imports in TypeScript React
Issue After configuring prettier with the plugin in VSCode the format on save function adds weird value keywords to every non-default import in my React+TS code. Like this: import { value ApolloProvider } from ‘@apollo/client’; import { value BrowserRouter as
Continue readingMy Users datas are coming in html but html page does not show users data
Issue İ trying to do when some one open users page Person will see the users details but this html page is not working like this.Users details are coming in database to html page like firstname,id or email but when
Continue readingHow to get VSCode to show TypeScript errors for files *not* open in the editor?
Issue In my create-react-app@2.1.8 TypeScript/React app, TS compiler errors are only shown in the Problems pane for files I have open in the VS Code editor. As a result I sometimes don’t catch errors until I actually run the app.
Continue reading"Ctrl + click to follow link" in VSCode terminal does not jump to source file but opens new browser tab
Issue I’m using Visual Studio Code (version 1.40.1) to work on my Angular 8 project and run Karma/Jasmine tests from its terminal through the command ng test. When a test failed, I was always able to jump to the related
Continue readingHow to debug Serverless Offline in Visual Studio Code using another port?
Issue I have two Serverless Offline “servers” which I need to run locally at same time. So I need to change the port of one of the servers. I run a server using Visual Studio Code debugger. The configs of
Continue readingHow is it possible to debug an AWS Lambda function from remote?
Issue We are taking over a whole application from another company, and they have built the whole pipeline for deploying, but we still don’t have access to it. What we know, that there’s a lambda function is running triggered by
Continue readingCSS transition-property does not select font-size inside VScode
Issue Font-size is white, as can be seen in the picture below. I’m assuming the transition property doesn’t select font-size because it does not recognize it inside VScode as a selectable property. On an online editor the transition-property: font-size; rule
Continue readingVisual Studio Code error TS2305 with moment.js example from angular material design tutorial
Issue I tried the following code from https://material.angular.io/components/datepicker/overview#choosing-a-date-implementation-and-date-format-settings (see below). It complies and I can run the code but I get an error in visual studio code which says that ‘default is not an exported member of moment. I am
Continue readingMy Angular application doesn't hit breakpoint when debugging?
Issue Kinda new to Visual Studio Code and Angular applications with a C# Web API back-end. No problem hitting a breakpoint in C#, just not hitting it in Angular app in VS Code! I can run both apps just fine
Continue readingUnable to use npm in VSCode
Issue I have followed available tutorials and searched around for answers but cannot find them. I have just added the npm package via the extensions tab and restarted the computer. I cannot get npm to be recognized in the terminal:
Continue readingHow to login using openid in VSCode extension?
Issue I need some inputs/suggestions on how to login into VSC extension. I have already done similar stuff for web application in angular using https://www.npmjs.com/package/angular-auth-oidc-client library. I am developing VSC extension(typescript language) in which I have to authenticate users before
Continue readingHow to access context.globalState inside a refresh() function of a TreeView class?
Issue I’m trying to access context.globalState.get(‘data’); inside a TreeView refresh() function. My refresh() looks like this: refresh(offset?: number): void { this.ctmInfrastructureCache = getGlobalStateData(); this.parseTree(); if (offset) { this._onDidChangeTreeData.fire(offset); } else { this._onDidChangeTreeData.fire(undefined); } } The global state data is supposed
Continue readingProblem with VSC , live server and media queries
Issue simple video of my problem My media queries wont work at all so I create the most simple test to show up my issue. but its work here with the snippet … but not locally with VSC … Why
Continue readingHow to refresh vscode.TreeDataProvider based TreeView?
Issue the TreeView is initially populated and the TreeView instantiated. the ‘refresh’ button invokes the custom refresh function to gather updated data. This new information is stored in context.globalState() The ctmInfrastructureProvider.refresh(); does not update the TreeView. I’ve added the event
Continue readingWhy does VSCode not pick up path aliases in tsconfig?
Issue I had a jsconfig.json which I replaced with a tsconfig.json. Following the replacement, VSCode doesn’t pick up path aliases and reports an import error: Example: Cannot find module ‘@Components/Title’ or its corresponding type declarations.ts(2307) jsconfig.json // https://code.visualstudio.com/docs/languages/jsconfig { "compilerOptions":
Continue readingVSCODE Jump to the JS file definition (not the .d.ts file)
Issue I’m sure thousands of other JS devs are feeling the pain I’m feeling. I love jumping to function definitions in .d.ts files while browsing code in VS Code. However, sometimes instead of going to the .d.ts file, I’d like
Continue readingTypescript path aliases not resolved correctly at runtime
Issue I’m running VS Code and I am currently trying to set up some aliases on my typescript project. My dev setup rest on nodemon and ts-node, the code gets compiled to a dist folder. So far, I succeeded to
Continue readingHow to see remote console of my bot at VPS?
Issue I have my discord bot, and i hosted it at VPS. I writing my js scripts for bot (node.js) via VS Code, and I have “Remote SSH” plugin for applying changes immediately. I have ftp and ssh options for
Continue readingVS Code "gyp ERR! find VS"
Issue althogh I’ve searched to get this error solved I couldn’t find any proper solution. Visual Studio 2019 with complete C++ developer tools is installed as well as Python. Anyhow I get this error when I install bcryptjs in VSCode:
Continue readingstyled components extension is not Working in new update of Vs-code
Issue I’ve updated vscode to 1.64, the styled-components extension is not suggesting anything. It was working correctly before this new update. is there any solution for that? I am using react with typescript. Solution This issue has been solved in
Continue readingImage won't show up in html extension in VS Code
Issue I have this code: <!DOCTYPE html> <html> <head> <h1 title="First Heading">Heading 1</h1> <h6 title="Second Heading">Heading 2</h6> </head> <body> <p title="First Paragraph">Paragraph 1</p> <p title="Second Paragraph">Paragraph 2</p> <a href="https://www.w3schools.com/html/html_basic.asp" >W3schools</a> <img src="C:\Users\yorda\OneDrive\Gambar\Aseprite\.jpeg\Canyon.jpeg" alt="Pixel Art" width="320" height="180" </body> </html> If I
Continue readingProblem with Visual Studio Code using "react-jsx" as jsx value with create-react-app
Issue I’m struggling with following "error" in VSCode : Argument for ‘–jsx’ option must be: ‘preserve’, ‘react-native’, ‘react’ Hence, react-scripts (create-react-app) automatically sets the jsx key to react-jsx value, when react value seems to work. Actually, the code works perfectly
Continue readingProblem with Visual Studio Code using "react-jsx" as jsx value with create-react-app
Issue I’m struggling with following "error" in VSCode : Argument for ‘–jsx’ option must be: ‘preserve’, ‘react-native’, ‘react’ Hence, react-scripts (create-react-app) automatically sets the jsx key to react-jsx value, when react value seems to work. Actually, the code works perfectly
Continue readingVisual studio code terminal, how to run a command with administrator rights?
Issue The new version 1.2.0 include a terminal, but when I try to install any pack with node I get the npm ERR! code EPERM that I usually solve right clicking and running it as administrator. So how I do
Continue readingRunnign open source code locally – vscode
Issue I decided I wanted to get started in open source code, as an almost beginner. One of the projects that has been suggested to me is vscode. So, I am following the instructions in the following link: https://github.com/microsoft/vscode/wiki/How-to-Contribute I
Continue readingCannot find module 'vscode' in language server extension
Issue We made a copy of the lsp sample project, and in server.ts we are importing the @types/vscode package to access the Range interface when creating Diagnostic instances. However, when launching the client we get this error from the server:
Continue reading(Angular) Watchpack Error (watcher): Error: ENOSPC: System limit for number of file watchers reached
Issue I’m trying to make a project in angular but when I try to compile it shows me these errors over and over till my IDE closes. Watchpack Error (watcher): Error: ENOSPC: System limit for number of file watchers reached,
Continue readingVSCode is adding space and slash in ending tag of html code, how can I disable it?
Issue In html file, if I save file with <br> it turns into… <br /> I just want first one without slash and space, how can I do it? (I use Prettier if that’s the reason) Solution Found the solution,
Continue readingHow to get liveserver to render django templates?
Issue I’ve been messing around with a tutorial site, and I found that my VS Code LiveServer plugin doesn’t work properly when I try to open Django templates. The CSS I applied is missing (although everything renders correctly in my
Continue readingDo I have to install Node for using npm for react?
Issue I had uninstalled Node js recently since I didn’t have enough space in my drive and I was not doing any back-end projects. But when I tried to run npm commands on VS Code terminal for using react, I
Continue readingalphabetically sort TypeScript interface keys
Issue Is there a way to automatically sort TypeScript interface keys? I’m already using Prettier and VSCode so ideally the solution would be with those but I’m open to any solutions. For example, // before interface MyInterface { foo: number;
Continue readingEverything on my pages works fine on VScode's live server but not on local
Issue When previewing my pages with a live server everything works fine. but when I tried to open my index file from local it didn’t show CSS or anything. and when click on navigation that links to another page it
Continue readingWhy TypeScript gives me a duplicated identifier error without reason?
Issue Why TypeScript gives me a duplicated identifier error without reason? That was pretty strange. That only happen when I compiled ts: How could that possible to get a duplicated identifier error if I only have one class? But when
Continue readingVSCode Snippet – Dynamically generating characters based on user input length
Issue I have this basic snippet for vue-html { "BANNER1": { "prefix": "banner", "body": ["<!– —————-", "/// $1", "——————— –>"] } } It render this <!– —————- /// ADD VALUES ——————— –> Right now, I hardcoded 16 dashes – Can
Continue readingVisual Studio Code unbound breakpoint Node JS React TypeScript
Issue When I try to put a breakpoint and start debugging, the breakpoint becomes hollow and unbound. Does someone know how to fix this problem? I’ve already looked around and tried and nothing helped so far… I’m using VSCODE NODEJS
Continue readingChrome debugger breaks at launch even without a breakpoint when started from Node.js VS Code project
Issue Every time I launch my application, the Chrome Debugger immediately stops. I don’t have any breakpoints. This is a really annoying behavior. I launch my app with node –inspect-brk and launch the debugger (once) with chrome://inspect/ and click on
Continue readingWhy local images/links don't work on HTML on VS Code?
Issue I’m currently having problems with linking things on VS Code. I created a folder for a project and put all files really organized inside, linked everything right and still get nothing. Folder with all the files The code is
Continue readingHow to enable latest TypeScript Language Service in VS Code?
Issue Visual Studio Code runs whatever TypeScript version that it’s shipped with (currently v1.5). If I use some experimental compiler features such as AsyncFunctions then it will complain. Some other answers on SO say how to make VS Code to
Continue readingNPM install gyp errors in vscode while gyp seems to be looking for visual studio
Issue I am trying to run npm install on a project that I am trying to run locally, however every time I run npm install I run into errors. Luckily, some posts on here regarding gyp and python allowed me
Continue readingCustom emmet snippets not working in vscode
Issue I am trying to set custom emmet snippets, but it is not working. My snippets.json file { "html": { "snippets": { "testing": "div{Hello World}" } } } My file is certainly ‘HTML’ format and I tried to relaunch vscode.
Continue readingvscode html autoformat on django template
Issue I love VSCode on save autoformat until it messed up with my template code. It wrongly formats my django template syntax into one line code (sometimes really long line). So instead of having this code {% for row in
Continue readingvscode html autoformat on django template
Issue I love VSCode on save autoformat until it messed up with my template code. It wrongly formats my django template syntax into one line code (sometimes really long line). So instead of having this code {% for row in
Continue readingHow to disable "'flex' is not supported by Internet Explorer < 11. Add '-ms-flex' to support Internet Explorer 10+." in VS code?
Issue My react project has a couple of "flex" compatibility errors. How to remove these errors in VS code? I already used postcss in my project. ‘flex’ is not supported by Internet Explorer < 11. Add ‘-ms-flex’ to support Internet
Continue readingHow to copy a file in node.js?
Issue I’m learning Node.js and using the Hyper Terminal and Visual Studio Code. I want to copy a file through Hyper Terminal and notice that const fs = require("fs"); doesn’t work in CommonJS. So I try to use the import
Continue readingHow to compile a third party extension from github?
Issue I have never work in any vscode extension neither witch nodejs/npm im trying to compile this extension: gutter-preview I have download nodejs, installed, then i download the extension source, open cmd: cd ‘folder where is the extension src’ >
Continue readingWhen running "ng lint" in a clean Angular project eslint gives errors for a completely different project in another folder
Issue I have a very strange issue with Eslint and Angular. Every time I run ng lint I get errors such as: An unhandled exception occurred: Cannot read config file: [COMPLETELY_DIFFERENT_PROJECT_PATH]\node_modules\eslint-config-prettier@typescript-eslint.js Error: "prettier/@typescript-eslint" has been merged into "prettier" in eslint-config-prettier
Continue readingVisual Studio Code HTML snippets no longer working
Issue I’ve been using HTML Snippets extension for HTML snippets in VSC for a while, however in my most recent project these have stopped working. I’ve tried researching why this is, and I can’t find a straight answer on how
Continue readingHow can I fold or collapse multiple CSS rules in VS Code?
Issue I have several CSS rules that are related (ie 30 rules regarding a CSS Loading Spinner) I would like to be able to lump all of these rules together so that I can collapse the section and be able
Continue readingTypeScript function overloading. IDE argument type confusion
Issue I’m trying to achieve good developer experience for my TypeScript API, but I’m facing unexpected issue. When overloading function like shown below: /** Comment 1 */ function a(key: ‘key1’, args: { arg1: number }): string /** Comment 2 */
Continue readingHide .js.map files in Visual Studio Code: File Nesting
Issue I am working on a typescript project in Visual Studio code and would like to hide the .js.map (and maybe even the .js) files from appearing in the file explorer. Is it possible to display only the .ts files
Continue readingVS Code terminal appearing on the side and not the bottom
Issue My VS Code Terminal/Problems/Output/Debug is appearing on the side like this – However, I want it to appear at the bottom like this – How do I make it appear at the bottom? Solution Right Click on Terminal Step1
Continue readingTypeScript optional properties not accepting undefined value
Issue <MyCustomField type={props.type} MyCustomField’s type type definition: type?: string; props.type‘s type definition: type?: string; For some reason, I get this error: It feels like I accidentally turned on some setting. My tsconfig: { "compilerOptions": { "target": "es5", "lib": [ "dom",
Continue readingWhy live share not work on visual-studio code-oss?
Issue I have installed in my arch system code-oss following this guide https://wiki.archlinux.org/title/Visual_Studio_Code i have also modified product.json ,installed code-features and code-marketplace but doesn’t work, i read a lot of thread about this topic but i don’t found any solution
Continue readingDeclaring multiple custom css properties in :root causes error
Issue I’ve been trying to create multiple custom properties to use in my CSS files, after searching I discovered they should be prefixed with a double-dash and usually go inside of :root, like so: :root { –server-primary: #c38c00; –server-secondary: #9d7100;
Continue readingHow to fix error- nodemon.ps1 cannot be loaded because running scripts is disabled on this system, (without security risk)?
Issue Error on terminal: nodemon.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.2 I have a solution to fix the issue by this way: 1. Open Windows PowerShell with Run
Continue readingHide .js.map files in Visual Studio Code: File Nesting
Issue I am working on a typescript project in Visual Studio code and would like to hide the .js.map (and maybe even the .js) files from appearing in the file explorer. Is it possible to display only the .ts files
Continue readingTypeScript optional properties not accepting undefined value
Issue <MyCustomField type={props.type} MyCustomField’s type type definition: type?: string; props.type‘s type definition: type?: string; For some reason, I get this error: It feels like I accidentally turned on some setting. My tsconfig: { "compilerOptions": { "target": "es5", "lib": [ "dom",
Continue readingVisual Studio Code HTML snippets no longer working
Issue I’ve been using this extension for HTML snippets in VSC for a while, however in my most recent project these have stopped working. I’ve tried researching why this is, and I can’t find a straight answer on how to
Continue readingHow can I fold or collapse multiple CSS rules in VS Code?
Issue I have several CSS rules that are related (ie 30 rules regarding a CSS Loading Spinner) I would like to be able to lump all of these rules together so that I can collapse the section and be able
Continue readingTypeScript type cast & D3.js errors
Issue Now, how should I solve this/typecast this? import { useEffect, useState } from "react"; import { arc, pie, DSVRowArray, csv, PieArcDatum } from "d3"; const CSVURL = "https://gist.githubusercontent.com/mzs21/df0621d1ca5a25fa6baeeae93562c1a1/raw/CSSNamedColors.csv"; const width = 960; const height = 500; const centerX =
Continue readingHow do I delete all unused imports in the active file with one command in VS Code (typescript)?
Issue Previously, I used to be able to do CMD+SHIFT+p > Organize imports and this would both sort and delete unused imports. This functionality seems to have broken. How can I delete unused imports quickly with one command? Current workaround
Continue readingGo to the TypeScript source file instead of the type definition file in VS Code
Issue I created a custom npm library that is used in some root projects. This library is written in TypeScript. All sources are under a /src folder. The tsconfig.json of the library contains those compiler options : “sourceMap”: true “outDir”:
Continue readingUninstalling Extension Dependent on Another Extension in Visual Studio Code
Issue I am trying to uninstall an extension in VSCode on which another extension is dependent. Could anyone please assist on how this can be done? P.S. the extension to be uninstalled has been defined in the extensionDependancies part of
Continue readingHow to remove the duplicate words in vs code
Issue How can I remove all this code at once? Solution One of many ways would be to search and replace. Highlight the parts you want to replace and press ctrl + H. A dialog will open in the top
Continue readingVSC: HTML language not supported or defined
Issue Type: HTML On a Visual Studio Code page I wrote some HTML code (I have it linked to a separate CSS file though I don’t think that has any relationship to my problem), and when I click the "Run
Continue readingJavascript functions stop working when using import at top of script, even without trying to use what's imported
Issue I’m trying to recreate a simple program of mine using lit instead of just basic js, but adding import statements seems to break every function. Things seem to work just fine with "type": "module" alone in my package.json, but
Continue readingRun JavaScript in Visual Studio Code
Issue Is there a way to execute JavaScript and display the results using Visual Studio Code? For example, a script file containing: console.log(‘hello world’); I assume that Node.js would be needed but can’t work out how to do it? By
Continue readingUnable to display an image using React JS
Issue I’m starting out with React JS with a code to display a picture, a header tag and an ordered list. Here’s the JS code: import React from ‘react’ import ReactDOM from "react-dom" const test = ( <div> <img src="./balloons.png"
Continue readingError: ENOENT: no such file or directory, stat … .steampath
Issue I am trying to start the development server on a React project that I have not worked on for a long time. Upon running npm install and npm start I received the title error message. I tried manually updating
Continue readingWhy does Visual Studio Code mark a false error in my PHP script?
Issue Everything is running well but I ‘m still getting this red underline in the scripts. Any one to explain why and how to remove it? Solution Switch to using the Inteliphense plugin. The built in PHP language features have
Continue readingJavascript functions stop working when using import at top of script, even without trying to use what's imported
Issue I’m trying to recreate a simple program of mine using lit instead of just basic js, but adding import statements seems to break every function. Things seem to work just fine with "type": "module" alone in my package.json, but
Continue readingJavascript functions stop working when using import at top of script, even without trying to use what's imported
Issue I’m trying to recreate a simple program of mine using lit instead of just basic js, but adding import statements seems to break every function. Things seem to work just fine with "type": "module" alone in my package.json, but
Continue readingBundler & Minifier error 0: Expected closing parenthesis, found ','
Issue I am getting some really annoying errors when debugging my ASP .NET Core application in VSCode. It seems to be related to my css bundler/minifier, but I have no idea how this is possible as it was working fine
Continue readingVSC: HTML language not supported or defined
Issue Type: HTML On a Visual Studio Code page I wrote some HTML code (I have it linked to a separate CSS file though I don’t think that has any relationship to my problem), and when I click the "Run
Continue readingVSC: HTML language not supported or defined
Issue Type: HTML On a Visual Studio Code page I wrote some HTML code (I have it linked to a separate CSS file though I don’t think that has any relationship to my problem), and when I click the "Run
Continue readingEditing Prettier options in Vscode
Issue I need to enable .tpl files to be formatted like HTML by Prettier. I’ve found on GitHub this block of code who should do it : overrides: [ { files: ‘*.html.tpl’, options: { parser: ‘html’ }, }, ], How
Continue readingEditing Prettier options in Vscode
Issue I need to enable .tpl files to be formatted like HTML by Prettier. I’ve found on GitHub this block of code who should do it : overrides: [ { files: ‘*.html.tpl’, options: { parser: ‘html’ }, }, ], How
Continue readinghow to use multiple tsconfig files (with conflicting compiler options)?
Issue My codebase contains two typescript projects: for a react web app for web workers The web worker codebase is part of my public/ folder. Which means that there are two typescript projects in the same workspace. How can I
Continue readinghow to use multiple tsconfig files (with conflicting compiler options)?
Issue My codebase contains two typescript projects: for a react web app for web workers The web worker codebase is part of my public/ folder. Which means that there are two typescript projects in the same workspace. How can I
Continue readingWhat is jsconfig.json?
Issue If I search the same question on the Internet, then I’ll get only links to Visual Studio Code website and some blogs which implements it. I want to know that is jsconfig.json is specific to Visual Studio Code or
Continue readingWhat is jsconfig.json?
Issue If I search the same question on the Internet, then I’ll get only links to Visual Studio Code website and some blogs which implements it. I want to know that is jsconfig.json is specific to Visual Studio Code or
Continue readingReact Native: 'Component' cannot be used as a JSX component. Type '{}' is not assignable to type 'ReactNode'
Issue I just started a new project but i’m getting the following error with various packages, for example React Native Reanimated and React Navigation Stack. This is my package.json. { "name": "foodmatch", "version": "1.0.0", "main": "index.js", "scripts": { "start": "expo
Continue reading