Coder Social home page Coder Social logo

Comments (15)

sumneko avatar sumneko commented on July 21, 2024

cd client then npm install

from vscode-lua.

EricDDK avatar EricDDK commented on July 21, 2024

npm install

finshed it, but the extension still has no function. not output log.
use "发布" to F5 project.

from vscode-lua.

sumneko avatar sumneko commented on July 21, 2024

Did you compile the TypeScript of client? Press Ctrl + Shift + B and select client/tsconfig.json.

from vscode-lua.

EricDDK avatar EricDDK commented on July 21, 2024

Did you compile the TypeScript of client? Press Ctrl + Shift + B and select client/tsconfig.json.

error TS5023: Unknown option 'p'
Use the '--help' flag to see options.
error TS5007: Cannot resolve referenced file: 'd:\work\Plugin\vscode-lua\client\tsconfig.json'.
The terminal process "C:\Windows\System32\cmd.exe /d /c tsc -p d:\work\Plugin\vscode-lua\client\tsconfig.json" terminated with exit code: 1.

Terminal will be reused by tasks, press any key to close it.

from vscode-lua.

sumneko avatar sumneko commented on July 21, 2024

try update your TypeScript by npm install -g typescript

from vscode-lua.

EricDDK avatar EricDDK commented on July 21, 2024

try update your TypeScript by npm install -g typescript

I remove path by https://stackoverflow.com/questions/32497809/windows-10-tsc-error-ts5007-cannot-resolve-referenced-file-tsconfig-json.
comile is over. but extension still has no functions.

from vscode-lua.

EricDDK avatar EricDDK commented on July 21, 2024

try update your TypeScript by npm install -g typescript

Can you send me a whole project ? I don't know where is wrong.

from vscode-lua.

EricDDK avatar EricDDK commented on July 21, 2024

try update your TypeScript by npm install -g typescript

image

from vscode-lua.

sumneko avatar sumneko commented on July 21, 2024

You could download vsix from https://github.com/sumneko/vscode-lua/releases, then unzip it.

from vscode-lua.

EricDDK avatar EricDDK commented on July 21, 2024

You could download vsix from https://github.com/sumneko/vscode-lua/releases, then unzip it.

I cmd "bin\Windows\lua-language-server.exe -E main.lua"
then show
image

from vscode-lua.

EricDDK avatar EricDDK commented on July 21, 2024

You could download vsix from https://github.com/sumneko/vscode-lua/releases, then unzip it.

I download and compare them. I found that there are many folders in my package that are not in your package, most of which are compiled files. but others are same.

by the logs when cmd "bin\Windows\lua-language-server.exe -E main.lua", is server has something wrong?

from vscode-lua.

sumneko avatar sumneko commented on July 21, 2024

There is a bug, see LuaLS/lua-language-server@57bfae9 .
Thank you.

from vscode-lua.

EricDDK avatar EricDDK commented on July 21, 2024

There is a bug, see sumneko/lua-language-server@57bfae9 .
Thank you.

[exthost] [error] Error: Cannot find module 'semver'

from vscode-lua.

sumneko avatar sumneko commented on July 21, 2024

I guess you use npm install in the root path.
You should use it in client path, because only the client is implemented in TypeScript.

from vscode-lua.

EricDDK avatar EricDDK commented on July 21, 2024

I guess you use npm install in the root path.
You should use it in client path, because only the client is implemented in TypeScript.

No. it;s a path system environment problem.
I give up to build it.

Thanks.

from vscode-lua.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.