microsoft / microsoft/TypeScript-Sublime-Plugin

set customized `tsdk location` on project level

オープン
#438 コメント 2 件 リアクション 2 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

Enhancement
主要言語
JavaScript
スター
1.7k
フォーク
236
平均マージ
21日 13時間
マージ済み PR(30日)
1

説明

On #433 you've added support for editor global setting for tsdk location,
it's common that a developer will have several projects with different typescript version.
if you set of globally in the editor it might break the plugin for some of the projects.
You can read the tsdk location from the project file cascaded to the global preferences file, and the developer will be able to set different typescript version per project.

It should also support relative path, relative to the project file, so it will be possible to do something like:
./node_modules/typescript/lib/tsserver.js

I know sublimelinter infrastructure supports global and per project settings, you can

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

まず、plugin が現在どのようにグローバルな tsdk の場所を読み取り、プロジェクトファイルをどのように扱っているかを追跡します。SublimeLinter のインフラストラクチャを調べて、グローバル設定とプロジェクトごとの設定のモデルを確認し、そのうえで、プロジェクト設定がグローバルな環境設定を引き継ぐこと、および相対パスがプロジェクトファイルを基準に解決されることを検証します。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
javascript, typescript
領域
tooling
issue の種類
機能追加
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
38/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。