About 7,900,000 results
Open links in new tab
  1. VS Code Intellisense loading forever in typescript project

    Nov 14, 2024 · Switch Intellisense typescript version from vs code version to workspace version --> works temporarily after restarting VS Code alone Switch Intellisense typescript version to use the …

  2. VS Code finds problems in GitHub Copilot Chat code blocks. Why?

    When using GitHub Copilot Chat within Visual Studio Code, I've encountered an issue where TypeScript attempts to type check "temporary files" generated by Copilot. These files, identifiab...

  3. tsc throws `TS2307: Cannot find module` for a local file

    May 31, 2016 · In VS2019, the project property page, TypeScript Build tab has a setting (dropdown) for "Module System". When I changed that from "ES2015" to CommonJS, then VS2019 IDE stopped …

  4. CodeQL in Github not showing found issues for custom queries

    Jan 14, 2025 · It is working good for default queries. The queries security-extended and security-and-quality are executed, results are written to PullRequests as comments and I can see issues also in …

  5. GitHub Actions - How To Work With TypeScript - Stack Overflow

    Dec 10, 2020 · The Problem I'm doing a custom GitHub Action for the Marketplace, to make it easier to use in other projects. The Action is made with TypeScript, and uses some packages, like typescript, …

  6. why is my github copilot not working all of a sudden? [closed]

    Apr 9, 2022 · Create a GitHub account (if you don’t have one already). Go to GitHub Copilot and click on “Start my free trial”. Follow the sign-up steps and make sure to cancel before your 60-day free trial is …

  7. typescript - ESlint fails in Github Actions but works locally - Stack ...

    Aug 12, 2023 · I have a Node TypeScript project with 2 main subdirectories: /client and /server. Currently, the /client folder is empty. Linting the /server folder works fine locally. However, it fails …

  8. How to have npm install a typescript dependency from a GitHub url ...

    Jun 28, 2018 · The library is written in TypeScript and the typescript code is published in GitHub. The package.json file has a build script which creates JavaScript files based on the TypeScript code and …

  9. typescript - TSC build errors during github-action but compiles fine ...

    Jan 28, 2023 · TSC build errors during github-action but compiles fine locally Asked 2 years, 10 months ago Modified 1 year, 3 months ago Viewed 7k times

  10. javascript - How do you publish a typescript website to GitHub Pages ...

    Mar 20, 2016 · So I made a Typescript project with Visual Studio. It works fine when I launch it with Visual Studio, but if I try to push it to my GitHub Pages site, it will put the index.html in a subfolder and...