microsoft / microsoft/TypeScript-Sublime-Plugin
the plugin doesn't work properly with the very first opened/created file every time st2 restarts
Open
Nobody has claimed this yet.
Needs More Info
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 236
- Avg merge
- 21d 13h
- Merged PRs (30d)
- 1
Description
repro:
- quit ST2 WITHOUT any
tsfile opening - open ST2 and create a new file, save it as
a.ts, and write some code, you'll find it's laggy, and you can not build it with Cmd + B (nothing with the plugin works, actually) - create another file saved as
b.ts, it's working properly. - keep
b.tsas the current active file, and quit ST2 with Cmd + Q - reopen ST2 and you'll find the issues come with
b.ts, buta.tsworks properly. - close
b.tsand reopen it, you'll find it working properly.
| Item | Version |
|---|---|
| ST | 2.0.2 build 2221 |
| plugin | 0.1.14 |
| System | OS X 10.11.5 |
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file, test, or entry point is named. Start by reproducing the restart sequence in Sublime Text 2 with the listed plugin and system versions, comparing the first restored file with a newly reopened file. Done means the first opened or created TypeScript file behaves like the second file, including building with Cmd+B and normal plugin features.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100