1. 07 11月, 2017 1 次提交
  2. 22 7月, 2017 1 次提交
  3. 06 5月, 2017 1 次提交
    • M
      Add "Include" to extension TSConfig Files (#25860) · 7d2dea4e
      Matt Bierner 提交于
      **Bug**
      Most VSCode extensions currently specify `"exclude"` in their `tsconfig.json` but not `"include"`. This may result in extra files being included in each project
      
      **Fix**
      Add  `"include": ["src/**/*"]` to all extension tsconfig files
      7d2dea4e
  4. 04 3月, 2017 1 次提交
    • M
      Add Enhanced Security Settings to Markdown Preview · 4ebfc2fc
      Matt Bierner 提交于
      Adds enhanced security settings for the markdown preview. The new flow disable all scripts within the preview itself. Users can enable scripts on a per workspace basis.
      
      When a markdown document that uses scripts is loaded, a warning is shown inside the document itself. This warning triggers a new security selector quick pick which allows users to enable or disable enahanced security in the workspace.
      4ebfc2fc
  5. 08 2月, 2017 2 次提交
  6. 02 2月, 2017 1 次提交
  7. 03 12月, 2016 1 次提交
  8. 10 11月, 2016 1 次提交
  9. 14 6月, 2016 2 次提交