microsoft / microsoft/TypeScript-Sublime-Plugin
Package configuration and how to turn things off for none typescript projects
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 1.7k
- 派生
- 236
- 平均合并
- 21 天 13 小时
- 30 天内合并 PR
- 1
描述
I have other projects in Sublime that do not do anything with TypeScript. But my console logs a lot of TS messages (assuming that is indeed TypeScript). So how do I turn this off?
How can I make one project use the TypeScript plugin and all my other projects just leave unaffected.
I also noticed there is no preference / package settings / typescript ?
[2015-11-03 13:11:39,399 - INFO - TS] Popup resource path: Packages/TypeScript/popup.html
[2015-11-03 13:11:39,400 - INFO - TS] Loaded tooltip template from Packages/TypeScript/popup.html
[2015-11-03 13:11:39,404 - DEBUG - TS] on_activated
[2015-11-03 13:11:39,405 - DEBUG - TS] on_selection_modified
[2015-11-03 13:11:39,410 - DEBUG - TS] on_post_text_command
[2015-11-03 13:11:47,037 - DEBUG - TS] on_activated
[2015-11-03 13:11:48,418 - DEBUG - TS] on_text_command
[2015-11-03 13:11:48,418 - DEBUG - TS] on_selection_modified
[2015-11-03 13:11:48,419 - DEBUG - TS] on_post_text_command
[2015-11-03 13:11:48,548 - DEBUG - TS] on_selection_modified
[2015-11-03 13:11:49,236 - DEBUG - TS] on_text_command
[2015-11-03 13:11:49,237 - DEBUG - TS] on_selection_modified
[2015-11-03 13:11:49,237 - DEBUG - TS] on_post_text_command
[2015-11-03 13:11:49,298 - DEBUG - TS] on_selection_modified
[2015-11-03 13:11:49,860 - DEBUG - TS] on_text_command
[2015-11-03 13:11:49,861 - DEBUG - TS] on_selection_modified
[2015-11-03 13:11:49,861 - DEBUG - TS] on_post_text_command
[2015-11-03 13:11:49,958 - DEBUG - TS] on_selection_modified
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
未指定源文件或测试;报告只指出了 TypeScript Sublime 包及其 Packages/TypeScript/popup.html 资源。首先在非 TypeScript 项目中复现记录的激活事件,并检查插件的项目配置和包配置入口。完成标准是:可以针对选定项目禁用 TypeScript 活动,而不影响需要它的项目。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, typescript
- 领域
- developer-experience, tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100