Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Plugin ResolveRequire is getting the wrong URI

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

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

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
45/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
lua
領域
tooling

調査の方向性

プラグインの ResolveRequire エントリポイントから始め、require 文の入力中に渡される URI と、plugins ページに記載されている動作を比較します。スクリーンショットのプラグイン例を使って VS Code 拡張機能で問題を再現します。完了条件は、callback が workspace URI ではなく require 文のファイル URI を受け取ることです。

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

説明

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 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.

Image
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

主要言語
Lua
スター
4.4k
フォーク
442
平均マージ
8日 9時間
マージ済み PR(30日)
1

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

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

はじめの一歩

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

LuaLS/lua-language-server のほかの issue

LuaLS/lua-language-server の issue をすべて見る

似ている issue

Lua の issue をもっと見る

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

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