Skip to content

Commit 93119d2

Browse files
committed
2 parents 44165a3 + eea64b7 commit 93119d2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Fixes
66

7+
78
1. Lowering threshold for Language Server support on a platform.
89
([#3693](https://github.com/Microsoft/vscode-python/issues/3693))
910
1. Fix bug affecting multiple linters used in a workspace.

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,7 @@ function getFilesToProcess(fileList) {
708708
* @param {hygieneOptions} options
709709
*/
710710
function getFileListToProcess(options) {
711+
return [];
711712
const mode = options ? options.mode : 'all';
712713
const gulpSrcOptions = { base: '.' };
713714

0 commit comments

Comments
 (0)