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

R Markdown Enhancements (Knit Manager) #765

Merged
merged 20 commits into from
Sep 4, 2021

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    25c6f40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85d1082 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8be39b0 View commit details
    Browse the repository at this point in the history
  4. bug fixes, refactor

    ElianHugh committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    3f65f08 View commit details
    Browse the repository at this point in the history
  5. Rearrange methods

    - getKnitParams is only used by knitmanager, so should be a private method on it
    ElianHugh committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    a6215b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    a8a3ce8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    a70fb31 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    ee70e92 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Configuration menu
    Copy the full SHA
    2168a40 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Configuration menu
    Copy the full SHA
    657efae View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Bug fix knitDir, minor changes

    Fix bug where knitDir could not be resolved when refreshing a preview
    ElianHugh committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    53aaba0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Remove package lock, remove leftover debugging

    - Remove auto-generated package lock
    - Remove console.log from previous debugging
    ElianHugh committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    6486e77 View commit details
    Browse the repository at this point in the history
  2. Update yarn.lock

    ElianHugh committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    7b02cd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Bug fix, get rPath every knit

    - Fixed bug where knit would error when focused on the output stream
    - Get rPath every knit/preview, so that rPath can be changed without restarting session
    ElianHugh committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    c39c613 View commit details
    Browse the repository at this point in the history
  2. Better support multi-root

    ElianHugh committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    16c0859 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Workspace fallbacks

    Fallback to document folder when workspace is undefined, then fallback to NULL
    ElianHugh committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    30a0534 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Update knit.ts

    ElianHugh committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    90c9ade View commit details
    Browse the repository at this point in the history
  2. Use enum

    renkun-ken committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    10c3950 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Configuration menu
    Copy the full SHA
    60ded36 View commit details
    Browse the repository at this point in the history
  2. Review changes

    - Use enum type for knitDir
    - Use quickpick result, rather than onDidSelectItem
    - Refresh active preview on knitDir change
    - use vscode namespace
    - fix default config value
    ElianHugh committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    4e118fc View commit details
    Browse the repository at this point in the history