About 50 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 …

  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 …

  3. typescript - TSC build errors during github-action but compiles …

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

  4. 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, …

  5. How to have npm install a typescript dependency from a GitHub …

    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 …

  6. javascript - How do you publish a typescript website to GitHub …

    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 …

  7. typescript - Angular App Fails to Build using GitHub Actions …

    Nov 25, 2020 · Angular App Fails to Build using GitHub Actions ('Cannot find module') Asked 5 years, 1 month ago Modified 4 years, 9 months ago Viewed 3k times

  8. 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 …

  9. Playwright E2E Tests Passing Locally but Failing in GitHub Actions …

    Aug 26, 2024 · I’m running into an issue where my Playwright end-to-end tests work perfectly fine on my local machine but fail consistently when executed in GitHub Actions. My setup involves …

  10. How to run TypeScript files from command line? - Stack Overflow

    Nov 5, 2015 · None of the other answers discuss how to run a TypeScript script that uses modules, and especially modern ES Modules. First off, ts-node doesn't work in that scenario, …