Azure / Azure/azure-functions-vscode-web
[Bug]: Deployed TypeScript projects don't have all relevant files
- Dominant language
- No language data
- Stars
- 1
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
### Steps to Reproduce
1. Create a TypeScript project locally in VS Code
2. Deploy to a flex app
3. Open that app in VS Code for the web
### Expected Behavior *
In an ideal world, I could debug/edit/run my TypeScript code in VS Code for web
### Actual Behavior *
Only the JavaScript code is deployed
### Additional Information
The simple fix is to remove `*.ts`/`tsconfig.json`/etc. from the `.funcignore` files in tooling. I guess it just depends if we think the benefits of limelight outweigh the slightly larger deployment package that would affect all users (even if they don't use limelight).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.