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

Feat: Add basic embedded support #38

Merged
merged 14 commits into from
Nov 3, 2023
Merged

Commits on Nov 2, 2023

  1. Feat: Add basic embedded support

    - Add basic hover and completion support for Bash and Python
    - Save embedded documents on disk (we would rather not do it)
    - Delete embedded documents on original document deletion
    idillon-sfl committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f737217 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c3467b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52e10e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c5c13d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    187bb97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc8d80d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    62fa259 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b7ed1a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e0ab9b5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bf28a1c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3e918c6 View commit details
    Browse the repository at this point in the history
  12. Chore: Use promises for file system operations related to embedded la…

    …nguage documents
    
    - This fixes tests that would give inconsistent results for file deletion
    - This handles the case where storagePath is undefined
    idillon-sfl committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    e61f183 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b2cf131 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ec91fca View commit details
    Browse the repository at this point in the history