• A
    Fix tsc watch restarting when it shouldn't · 101c2a01
    Asher 提交于
    It seems reaching into lib/vscode for the types caused tsc to establish
    watches that caused it to restart over and over while vscode was
    building.
    
    The strategy used here is to symlink it instead which is the same thing
    we do for the proxy agent.
    101c2a01
entry.ts 2.4 KB