microsoft / microsoft/TypeScript-Sublime-Plugin

Package configuration and how to turn things off for none typescript projects

Open
#393 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Question
Dominant language
JavaScript
Stars
1.7k
Forks
236
Avg merge
21d 13h
Merged PRs (30d)
1

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source file or test is named; the report only identifies the TypeScript Sublime package and its Packages/TypeScript/popup.html resource. Start by reproducing the logged activation events in a non-TypeScript project and reviewing the plugin's project and package configuration entry points. Done means TypeScript activity can be disabled for selected projects without affecting the project where it is needed.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, typescript
Domain
developer-experience, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.