Giter Site home page Giter Site logo

vscode-nodemcu's People

Contributors

fduman avatar ktemelkov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vscode-nodemcu's Issues

Can't upload lua by press F5

pugin 1.05 from vscode store, win10 x64, vscode win32 1.28.2
press F5, jump out "Node.js" and "NodeMCU Debug", select "NodeMCU Debug" nothing happened.

Extension also should run on OSX and Linux

Extension uses nodemcu-tool and this library depends on serialport library. Serialport library uses some native libraries.

This native libraries need to compile with electron library which uses in VSCode.

I try to figure out how can i deploy this libraries based on platform.

how to make the extension works

Sir, I have installed this extension in my Visual Studio Code, but can't finger out how to make it work.
cc. NodeMcu esp8266 has been connected via usb com port

Uploading file to NodeMcu: some error after modified the code.

I'have this code:

-- LUA module for writer-reader hardware MFRC522 -
local mfrc = {}
function mfrc.foo()
    print("salve mondo!")
end

return mfrc

It goes well and it is loaded on NodeMcu without error
but if i modify in:

-- LUA module for writer-reader hardware MFRC522 
local mfrc = {}
function mfrc.foo()
    print("salve mondo!")
end

return mfrc

it cannot be loaded because give error!
Have you see the difference in line 1 ( I cancel a '-' )
The most interesting thing is that if I add again the 'dash' character at end of first line... it work again!
Ok I did other test.. not exhaustive, but until now I suspect something related to the numbers of characters in the first line.

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.