GithubHelp home page GithubHelp logo

computercraft-extension-pack's Introduction

computercraft-extension-pack

This is the official extension pack for ComputerCraft and CC:Tweaked development. It comes with a few extensions to make writing Lua programs for CC significantly easier:

You may also be interested in manually installing these optional extensions:

Configuration

The following configuration is recommended (F1Preferences: Open User Settings (JSON)):

    "Lua.runtime.version": "Lua 5.2",
    "Lua.diagnostics.globals": [
        "bit",
        "colors",
        "colours",
        "commands",
        "disk",
        "fs",
        "gps",
        "help",
        "http",
        "keys",
        "multishell",
        "paintutils",
        "parallel",
        "peripheral",
        "pocket",
        "rednet",
        "redstone",
        "rs",
        "settings",
        "shell",
        "term",
        "textutils",
        "turtle",
        "vector",
        "window",
        "_CC_DEFAULT_SETTINGS",
        "_HOST",
        "printError",
        "write",
        "read",
        "sleep"
    ],
    "Lua.runtime.builtin": {
        "bit32": "enable",
        "bit": "disable",
        "utf8": "enable"
    },
    "Lua.diagnostics.disable": [
        "undefined-field",
        "deprecated"
    ],

computercraft-extension-pack's People

Contributors

creeloper27 avatar lemmmy avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

creeloper27

computercraft-extension-pack's Issues

README Instructions Unclear

The README currently says:

The following configuration is recommended (F1Preferences: Open Settings (JSON)):

Tho if I type in the Command Palette Preferences: Open Settings (JSON) I get:
Preferences: Open Default Settings (JSON)
and
Preferences: Open User Settings (JSON)

Screenshot_20230908_193655

I suppose It's probably fine putting those configurations in either tho I'm unsure.

Publish to open-vsx.org as VSCode users cannot use the Microsoft Marketplace legally

NOTE: This is currently not possible as the ComputerCraft API autocomplete extension by JackMacWindows is not currently on the Open VSX Registry, tho I have opened an Issue regarding that just now, hopefully he will publish it there as well so that this becomes possible as well. 🤞
edit: ComputerCraft API autocomplete extension has now been added to open-vsx as well! owner comment, open-vsx page.

It would be super nice if you could also publish this extension on the Open VSX Registry as people using VSCodium (Free/Libre Open Source Software Binaries of VS Code) cannot legally use the Microsoft Marketplace so me and other users that use VSCodium need to manually go on the Microsoft Marketplace Website, find the estension there (here), click Download Extension then install the downloaded .vsix file like shown here which is quite an annoying and user unfriendly process.
To publish extensions on the Open VSX Registry there is this guide.

Thanks in advance and Especially Thanks for Making this Awesome Extension! :D

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.