1. 26 6月, 2018 3 次提交
    • R
      Fix #51597 - move searching with absolute path queries out of search service... · 0a23bfb6
      Rob Lourens 提交于
      Fix #51597 - move searching with absolute path queries out of search service and into openFileHandler
      0a23bfb6
    • Z
      Fix #35361: fix native tabs on macOS 10.13 (#52775) · 8e03e031
      zhuowei 提交于
      * Fix #35361: fix native tabs on macOS 10.13
      
      macOS 10.13 mistakenly enables a compatibility option on VS Code
      and VS Code Insiders because their bundle IDs begin with
      "com.microsoft.". This breaks native tabs.
      
      Explicitly disable the compatibility patch using NSUserDefaults.
      
      Note that Code-OSS is not affected by the bug, since its bundle ID
      is "com.visualstudio.code.oss". To test this behaviour, change
      darwinBundleIdentifier in product.json.
      
      * set NSUseImprovedLayoutPass only when window.nativeTabs: true
      8e03e031
    • S
      Fix #48656 · 3669afe7
      Sandeep Somavarapu 提交于
      3669afe7
  2. 25 6月, 2018 37 次提交