Giter Site home page Giter Site logo

love-autocomplete's People

Contributors

bschulte avatar cubicmelon avatar tapir avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

love-autocomplete's Issues

Unnecessarily many bash terminals are made when hot-key launched

I use Mac VScode and love2d.
I set PATH at bashrc like "export PATH=$PATH:/Applications/love.app/Contents/MacOS/
" and Launch Love on VScode with this package plugin.
And then, new bash terminal is made by package on each of LOVE.launch.
So debug massage will not show on the existing bash terminal.

I think this malfunction can be fixed by that when let terminal are not nil, let VScode not to create Terminal.
but I dont know how to use of git and VScode plugin making. So please consider this issue.

var launch = vscode.commands.registerCommand('LOVE.launch', () => {
    let terminal = vscode.window.createTerminal();
    terminal.sendText("love --console .", true);
});

Info message appears every time the extension is loaded

I don't know if this is a failure setting on vscode or it is of the extension but this behaviour only appears at this extension, that's why i created the issue.
Everytime I open a lua file with vscode there is a info message bar on top that says "Info, LOVE extension loaded". Is there a way to surpress this message

Steps to reproduce:

Open VSCode with enabled LOVE-Autocomplete extension
Open a lua file (e.g. main.lua)
See a message bar on top with "Info, LOVE extension loaded" and a button labeled "Close" that can only clicked and focused by cursor but can be closed by ESC key sometimes.

image

Update for LOVE 11.1?

Are there plans to update this for newer versions of LOVE? It currently is not working with the functions of the latest version.

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.