Remove C/CPP tools from built-in extensions

This commit is contained in:
Gabriel DeBacker
2019-02-17 08:39:00 -08:00
474 changed files with 5938 additions and 3490 deletions

View File

@@ -3,7 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import * as path from 'path';
import * as path from 'vs/base/common/path';
import { URI, UriComponents } from 'vs/base/common/uri';
import * as Objects from 'vs/base/common/objects';