LuaLS / LuaLS/lua-language-server
Plugin ResolveRequire is getting the wrong URI
まだ誰も着手していません。
- 主要言語
- Lua
- スター
- 4.4k
- フォーク
- 442
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
### How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
### Which OS are you using?
Windows/Linux
### What is the issue affecting?
Plugins
### Expected Behaviour
Over the [plugins page](https://luals.github.io/wiki/plugins/#resolverequire) it seems to me like ResolveRequire first parameter is the current file the require is being typed at.
### Actual Behaviour
But in reality it seems to be the workspace URI, not the file.
### Reproduction steps
1. Make a new plugin
2. Paste the same code shown in screenshot
3. Type out some `require` statement, you will see the URI of the workspace in the output instead of the `require` statement file.
### Additional Notes
See https://github.com/LuaLS/LuaLS.github.io/issues/48
### Log File
_No response_
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
プラグインの ResolveRequire エントリポイントから始め、require 文の入力中に渡される URI と、plugins ページに記載されている動作を比較します。スクリーンショットのプラグイン例を使って VS Code 拡張機能で問題を再現します。完了条件は、callback が workspace URI ではなく require 文のファイル URI を受け取ることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- lua
- 領域
- tooling
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100