1. 02 12月, 2020 1 次提交
  2. 01 12月, 2020 18 次提交
  3. 30 11月, 2020 1 次提交
  4. 27 11月, 2020 3 次提交
    • A
      vscode: Make eslint pass · 833314aa
      Anmol Sethi 提交于
      I disabled code-layering and code-import-patterns as I don't think we
      can make them easily pass as we reference all sorts of code from both
      browser and node files. At least not worth the headache now to refactor
      everything.
      833314aa
    • A
      ci: Enable vscode linting · 5247878d
      Anmol Sethi 提交于
      Updates #2359
      5247878d
    • A
      Fix exthost error and warn logging (#2366) · ae65c83c
      Asher 提交于
      Previously anything that wasn't "log" such as "warn" would end up doing
      `logger[logger.warn]`. Would have caught this if I hadn't used `any`...
      
      Fixes #2364.
      ae65c83c
  5. 25 11月, 2020 9 次提交
  6. 24 11月, 2020 4 次提交
  7. 21 11月, 2020 2 次提交
    • A
      Remove semver-umd link · fb835838
      Asher 提交于
      This is included in the bundle now.
      fb835838
    • A
      Use file system for settings and fix data home path · 3d7fbec4
      Asher 提交于
      It's possible that using browser storage makes more sense with settings
      sync, so we might want to revisit this once/if we get settings sync
      working. As it currently is though, browser storage just causes jank.
      
      The path was also missing a `User` at the end so I added that. This
      might affect the Vim extension which would have been writing to the
      wrong path previously but I don't believe it should affect anything
      else since they would have been writing to browser storage.
      
      - Fixes #2208
      - Fixes #2231
      - Fixes #2279
      - Fixes #2274
      3d7fbec4
  8. 20 11月, 2020 2 次提交