Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix core syntax, enhance extension scope #754

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 21, 2022

  1. Fix syntax, scope, activation, feat builtins

    Fix all core syntax from non available lua api.
    Removing sumneko partially/unsuported libs (builtins).
    Add a command to switch from/to user/core builtins.
    Settings for a core project now only affects the current project (workspace) no more affect your (user settings) other lua projects.
    vscode-core extension now only started from core project not for all lua files (detect meta.pbt file)
    grabthar committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    c7068da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d04407a View commit details
    Browse the repository at this point in the history