Skip to content

Instantly share code, notes, and snippets.

@elliott-beach
Created February 4, 2018 22:14
Show Gist options
  • Save elliott-beach/77b4600cc334a71b15d8a2766096588e to your computer and use it in GitHub Desktop.
Save elliott-beach/77b4600cc334a71b15d8a2766096588e to your computer and use it in GitHub Desktop.
ERROR: (no-implicit-dependencies) src/client/banner.ts[4, 24]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/extension.ts[10, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/extension.ts[11, 60]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/extension.ts[11, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-duplicate-imports) src/client/extension.ts[14, 1]: Multiple imports from './common/configSettings' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/client/extension.ts[131, 47]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/sortImports.ts[2, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/sortImports.ts[36, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-useless-files) src/server/dummy.ts[1, 1]: This file only contains comments and should be deleted.
ERROR: (eofline) src/server/dummy.ts[1, 89]: file should end with a newline
ERROR: (no-implicit-dependencies) src/test/common.ts[3, 53]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/common.ts[91, 44]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/common.ts[117, 33]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/index.ts[6, 27]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/index.ts[7, 35]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-submodule-imports) src/test/index.ts[7, 35]: Submodule import paths from this package are disallowed; import from the root instead
ERROR: (no-implicit-dependencies) src/test/initialize.ts[3, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (restrict-plus-operands) src/test/initialize.ts[19, 27]: Operands of '+' operation must either be both strings or both numbers, consider using template literals
ERROR: (no-unused-variable) src/test/initialize.ts[6, 1]: All imports are unused.
ERROR: (no-implicit-dependencies) src/test/mockClasses.ts[1, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-require-imports) src/test/multiRootTest.ts[8, 5]: require() style import is forbidden
ERROR: (no-implicit-dependencies) src/test/serviceRegistry.ts[5, 57]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/serviceRegistry.ts[58, 73]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/serviceRegistry.ts[58, 96]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-require-imports) src/test/standardTest.ts[6, 5]: require() style import is forbidden
ERROR: (no-implicit-dependencies) src/test/testRunner.ts[9, 23]: Module 'glob' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/testRunner.ts[10, 27]: Module 'istanbul' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/testRunner.ts[11, 24]: Module 'mocha' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/testRunner.ts[13, 35]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/testRunner.ts[14, 31]: Module 'remap-istanbul' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/testRunner.ts[61, 13]: Module 'source-map-support' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/testRunner.ts[137, 33]: Module 'decache' is not listed as dependency in package.json
ERROR: (no-submodule-imports) src/test/testRunner.ts[13, 35]: Submodule import paths from this package are disallowed; import from the root instead
ERROR: (no-redundant-jsdoc) src/test/testRunner.ts[120, 9]: JSDoc tag '@memberof' is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/test/testRunner.ts[175, 17]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-unnecessary-type-assertion) src/test/testRunner.ts[214, 67]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (type-literal-delimiter) src/test/testRunner.ts[28, 17]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/test/testRunner.ts[29, 10]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/test/testRunner.ts[30, 10]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/test/testRunner.ts[31, 10]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/test/testRunner.ts[32, 14]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/test/testRunner.ts[33, 21]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/test/testRunner.ts[34, 17]: Expected type literal to use ';' to separate members.
ERROR: (no-implicit-dependencies) src/test/textUtils.ts[1, 30]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-floating-promises) src/client/debugger/Main.ts[185, 17]: Promises must be handled appropriately
ERROR: (no-floating-promises) src/client/debugger/Main.ts[357, 9]: Promises must be handled appropriately
ERROR: (no-floating-promises) src/client/debugger/Main.ts[473, 9]: Promises must be handled appropriately
ERROR: (no-floating-promises) src/client/debugger/Main.ts[499, 13]: Promises must be handled appropriately
ERROR: (no-floating-promises) src/client/debugger/Main.ts[530, 9]: Promises must be handled appropriately
ERROR: (no-floating-promises) src/client/debugger/Main.ts[560, 9]: Promises must be handled appropriately
ERROR: (no-floating-promises) src/client/debugger/Main.ts[671, 9]: Promises must be handled appropriately
ERROR: (no-duplicate-imports) src/client/debugger/Main.ts[13, 1]: Multiple imports from 'vscode-debugadapter' can be combined into one.
ERROR: (no-duplicate-imports) src/client/debugger/Main.ts[19, 1]: Multiple imports from './Common/Contracts' can be combined into one.
ERROR: (no-duplicate-imports) src/client/debugger/Main.ts[20, 1]: Multiple imports from './Common/Contracts' can be combined into one.
ERROR: (no-duplicate-imports) src/client/debugger/Main.ts[26, 1]: Multiple imports from './Common/Utils' can be combined into one.
ERROR: (no-this-assignment) src/client/debugger/Main.ts[274, 15]: Assigning `this` reference to local variable not allowed: that.
ERROR: (no-this-assignment) src/client/debugger/Main.ts[306, 15]: Assigning `this` reference to local variable not allowed: that.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[66, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[67, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[68, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[69, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[70, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[71, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[72, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[102, 28]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[102, 64]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[108, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[112, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[119, 31]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[181, 28]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[186, 21]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[189, 17]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[277, 20]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[311, 20]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[314, 36]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[320, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[327, 61]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[331, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[364, 59]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[365, 58]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[369, 32]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[370, 35]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[370, 76]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[377, 40]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[388, 99]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[388, 128]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[391, 21]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[407, 39]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[407, 80]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[411, 21]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[426, 21]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[436, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[474, 68]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[481, 30]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[511, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[511, 42]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[516, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[516, 41]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[520, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[527, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[527, 42]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[531, 27]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[531, 55]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[540, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[561, 27]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[570, 39]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[575, 37]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[582, 37]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[604, 24]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[636, 24]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[667, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[711, 17]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[721, 26]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[725, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Main.ts[726, 20]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (type-literal-delimiter) src/client/debugger/Main.ts[368, 51]: Expected type literal to use ';' instead of ','.
ERROR: (no-unnecessary-class) src/client/debugger/ProxyCommands.ts[4, 8]: Every member of this class is static. Use namespaces or plain objects instead.
ERROR: (no-duplicate-imports) src/client/debugger/PythonProcess.ts[8, 1]: Multiple imports from './Common/Contracts' can be combined into one.
ERROR: (no-duplicate-imports) src/client/debugger/PythonProcess.ts[9, 1]: Multiple imports from './Common/Contracts' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcess.ts[70, 22]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcess.ts[352, 21]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-floating-promises) src/client/debugger/PythonProcessCallbackHandler.ts[208, 9]: Promises must be handled appropriately
ERROR: (no-duplicate-imports) src/client/debugger/PythonProcessCallbackHandler.ts[5, 1]: Multiple imports from './Common/Contracts' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[104, 24]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[130, 22]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[143, 24]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[155, 24]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[166, 24]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[193, 24]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[270, 42]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[284, 19]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[288, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[301, 19]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[313, 52]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[313, 76]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[318, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[318, 33]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[338, 19]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[354, 73]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[358, 27]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[362, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[378, 24]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[414, 37]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[427, 37]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[448, 73]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[453, 36]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[457, 17]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[458, 17]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[459, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[464, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/PythonProcessCallbackHandler.ts[466, 17]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (type-literal-delimiter) src/client/debugger/PythonProcessCallbackHandler.ts[225, 85]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/debugger/PythonProcessCallbackHandler.ts[225, 102]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/debugger/PythonProcessCallbackHandler.ts[227, 53]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/debugger/PythonProcessCallbackHandler.ts[227, 70]: Expected type literal to use ';' instead of ','.
ERROR: (no-implicit-dependencies) src/client/formatters/autoPep8Formatter.ts[1, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/formatters/autoPep8Formatter.ts[24, 52]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/formatters/autoPep8Formatter.ts[24, 88]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/formatters/baseFormatter.ts[3, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/formatters/baseFormatter.ts[4, 46]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/formatters/baseFormatter.ts[4, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-implicit-dependencies) src/client/formatters/dummyFormatter.ts[1, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/formatters/helper.ts[6, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/formatters/helper.ts[8, 1]: Multiple imports from '../common/types' can be combined into one.
ERROR: (space-within-parens) src/client/formatters/helper.ts[14, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/formatters/types.ts[4, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/formatters/yapfFormatter.ts[1, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/formatters/yapfFormatter.ts[23, 45]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/formatters/yapfFormatter.ts[23, 70]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/common/configSettingMonitor.ts[2, 82]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/common/configSettingMonitor.ts[82, 16]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/common/configSettings.ts[6, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/common/configSettings.ts[7, 42]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-object-literal-type-assertion) src/client/common/configSettings.ts[246, 33]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-object-literal-type-assertion) src/client/common/configSettings.ts[282, 33]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-duplicate-imports) src/client/common/configSettings.ts[7, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/client/common/configSettings.ts[72, 16]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/configSettings.ts[108, 27]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/configSettings.ts[111, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/configSettings.ts[113, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/configSettings.ts[120, 24]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/configSettings.ts[123, 27]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/configSettings.ts[126, 33]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/configSettings.ts[128, 41]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/configSettings.ts[140, 36]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/configSettings.ts[191, 36]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/configSettings.ts[207, 38]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/configSettings.ts[221, 42]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/configSettings.ts[239, 34]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/configSettings.ts[275, 34]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (type-literal-delimiter) src/client/common/configSettings.ts[75, 82]: Expected type literal to use ';' instead of ','.
ERROR: (no-redundant-jsdoc) src/client/common/decorators.ts[9, 11]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/common/decorators.ts[24, 11]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-unnecessary-type-assertion) src/client/common/decorators.ts[15, 32]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/decorators.ts[30, 32]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/common/editor.ts[5, 72]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/common/editor.ts[6, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/common/editor.ts[6, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-redundant-jsdoc) src/client/common/editor.ts[241, 11]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/common/editor.ts[242, 12]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-unnecessary-type-assertion) src/client/common/editor.ts[159, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-any) src/client/common/enumUtils.ts[2, 51]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-any) src/client/common/enumUtils.ts[6, 24]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-any) src/client/common/enumUtils.ts[10, 43]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-any) src/client/common/enumUtils.ts[14, 36]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (member-access) src/client/common/enumUtils.ts[2, 12]: The class method 'getNamesAndValues' must be marked either 'private', 'public', or 'protected'
ERROR: (member-access) src/client/common/enumUtils.ts[6, 12]: The class method 'getNames' must be marked either 'private', 'public', or 'protected'
ERROR: (member-access) src/client/common/enumUtils.ts[10, 12]: The class method 'getValues' must be marked either 'private', 'public', or 'protected'
ERROR: (no-unnecessary-class) src/client/common/enumUtils.ts[1, 8]: Every member of this class is static. Use namespaces or plain objects instead.
ERROR: (quotemark) src/client/common/enumUtils.ts[7, 64]: " should be '
ERROR: (quotemark) src/client/common/enumUtils.ts[11, 64]: " should be '
ERROR: (no-stateless-class) src/client/common/enumUtils.ts[1, 1]: A stateless class was found. This indicates a failure in the object model: EnumEx
ERROR: (no-object-literal-type-assertion) src/client/common/envFileParser.ts[12, 17]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-redundant-jsdoc) src/client/common/envFileParser.ts[36, 11]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/common/envFileParser.ts[37, 11]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/common/envFileParser.ts[38, 13]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/common/envFileParser.ts[51, 11]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/common/envFileParser.ts[52, 11]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/common/envFileParser.ts[53, 13]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-unnecessary-type-assertion) src/client/common/envFileParser.ts[28, 17]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/envFileParser.ts[60, 35]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-redundant-jsdoc) src/client/common/extensions.ts[5, 5]: JSDoc tag '@typedef' is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/common/extensions.ts[15, 15]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/common/extensions.ts[28, 11]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/common/extensions.ts[44, 11]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (type-literal-delimiter) src/client/common/extensions.ts[17, 46]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/common/extensions.ts[30, 84]: Expected type literal to use ';' instead of ','.
ERROR: (no-implicit-dependencies) src/client/common/featureDeprecationManager.ts[4, 81]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/common/featureDeprecationManager.ts[78, 122]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/featureDeprecationManager.ts[81, 97]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/featureDeprecationManager.ts[96, 49]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (type-literal-delimiter) src/client/common/helpers.ts[73, 112]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/common/helpers.ts[80, 42]: Expected type literal to use ';' instead of ','.
ERROR: (no-increment-decrement) src/client/common/idDispenser.ts[11, 31]: Forbidden ++ operator
ERROR: (no-increment-decrement) src/client/common/idDispenser.ts[18, 13]: Forbidden -- operator
ERROR: (no-unnecessary-local-variable) src/client/common/idDispenser.ts[11, 13]: Unnecessary local variable: res
ERROR: (prefer-const) src/client/common/idDispenser.ts[7, 17]: Identifier 'res' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/common/idDispenser.ts[11, 17]: Identifier 'res' is never reassigned; use 'const' instead of 'let'.
ERROR: (eofline) src/client/common/idDispenser.ts[23, 2]: file should end with a newline
ERROR: (no-any) src/client/common/open.ts[9, 28]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-any) src/client/common/open.ts[12, 11]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-any) src/client/common/open.ts[18, 17]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (restrict-plus-operands) src/client/common/open.ts[67, 38]: Operands of '+' operation must either be both strings or both numbers, consider using template literals
ERROR: (no-function-expression) src/client/common/open.ts[62, 28]: Use arrow function instead of function expression
ERROR: (no-function-expression) src/client/common/open.ts[65, 30]: Use arrow function instead of function expression
ERROR: (no-unnecessary-type-assertion) src/client/common/open.ts[12, 10]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-var-keyword) src/client/common/open.ts[15, 5]: Forbidden 'var' keyword, use 'let' or 'const' instead
ERROR: (no-var-keyword) src/client/common/open.ts[16, 5]: Forbidden 'var' keyword, use 'let' or 'const' instead
ERROR: (no-var-keyword) src/client/common/open.ts[17, 5]: Forbidden 'var' keyword, use 'let' or 'const' instead
ERROR: (no-var-keyword) src/client/common/open.ts[18, 5]: Forbidden 'var' keyword, use 'let' or 'const' instead
ERROR: (no-var-keyword) src/client/common/open.ts[59, 5]: Forbidden 'var' keyword, use 'let' or 'const' instead
ERROR: (ordered-imports) src/client/common/open.ts[7, 1]: Import sources within a group must be alphabetized.
ERROR: (prefer-const) src/client/common/open.ts[18, 9]: Identifier 'cpOpts' is never reassigned; use 'const' instead of 'var'.
ERROR: (prefer-const) src/client/common/open.ts[59, 9]: Identifier 'cp' is never reassigned; use 'const' instead of 'var'.
ERROR: (prefer-template) src/client/common/open.ts[36, 19]: Use a template literal instead of concatenating with a string literal.
ERROR: (prefer-template) src/client/common/open.ts[67, 38]: Use a template literal instead of concatenating with a string literal.
ERROR: (eofline) src/client/common/open.ts[79, 3]: file should end with a newline
ERROR: (no-unnecessary-semicolons) src/client/common/open.ts[79, 2]: unnecessary semi-colon
ERROR: (quotemark) src/client/common/open.ts[11, 30]: " should be '
ERROR: (quotemark) src/client/common/open.ts[36, 80]: " should be '
ERROR: (quotemark) src/client/common/open.ts[56, 78]: " should be '
ERROR: (semicolon) src/client/common/open.ts[56, 85]: Missing semicolon
ERROR: (semicolon) src/client/common/open.ts[79, 2]: Unnecessary semicolon
ERROR: (no-unused-variable) src/client/common/open.ts[6, 13]: 'path' is declared but its value is never read.
ERROR: (no-implicit-dependencies) src/client/common/persistentState.ts[7, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (space-within-parens) src/client/common/persistentState.ts[24, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/common/types.ts[5, 62]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/common/utils.ts[7, 47]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/common/utils.ts[97, 56]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-class) src/client/common/versionUtils.ts[3, 8]: Every member of this class is static. Use namespaces or plain objects instead.
ERROR: (eofline) src/client/common/versionUtils.ts[22, 2]: file should end with a newline
ERROR: (one-line) src/client/common/versionUtils.ts[17, 9]: misplaced 'catch'
ERROR: (no-stateless-class) src/client/common/versionUtils.ts[3, 1]: A stateless class was found. This indicates a failure in the object model: VersionUtils
ERROR: (no-implicit-dependencies) src/client/interpreter/contracts.ts[1, 54]: Module 'vscode' is not listed as dependency in package.json
ERROR: (type-literal-delimiter) src/client/interpreter/contracts.ts[43, 72]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/interpreter/contracts.ts[46, 73]: Expected type literal to use ';' instead of ','.
ERROR: (no-implicit-dependencies) src/client/interpreter/helpers.ts[1, 56]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/interpreter/index.ts[3, 93]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/index.ts[33, 26]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/index.ts[36, 16]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/index.ts[69, 67]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/index.ts[69, 80]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/index.ts[110, 35]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/index.ts[110, 84]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/index.ts[114, 20]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/index.ts[114, 72]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/index.ts[117, 20]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/index.ts[117, 78]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/index.ts[123, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (space-within-parens) src/client/interpreter/index.ts[23, 17]: Whitespace within parentheses is not allowed
ERROR: (space-within-parens) src/client/interpreter/interpreterVersion.ts[10, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/jupyter/provider.ts[1, 55]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-increment-decrement) src/client/jupyter/provider.ts[37, 79]: Forbidden ++ operator
ERROR: (no-increment-decrement) src/client/jupyter/provider.ts[66, 78]: Forbidden ++ operator
ERROR: (member-access) src/client/jupyter/provider.ts[25, 5]: The class method 'getSelectedCode' must be marked either 'private', 'public', or 'protected'
ERROR: (member-access) src/client/jupyter/provider.ts[65, 5]: The class method 'getFirstLineOfExecutableCode' must be marked either 'private', 'public', or 'protected'
ERROR: (member-ordering) src/client/jupyter/provider.ts[86, 5]: Declaration of private static method not allowed after declaration of public instance method. Instead, this should come at the beginning of the class/interface.
ERROR: (no-redundant-jsdoc) src/client/jupyter/provider.ts[7, 9]: JSDoc tag '@type' is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/jupyter/provider.ts[19, 15]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/jupyter/provider.ts[20, 15]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/jupyter/provider.ts[21, 17]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/jupyter/provider.ts[58, 15]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/jupyter/provider.ts[59, 15]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/jupyter/provider.ts[60, 15]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/jupyter/provider.ts[61, 17]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (ordered-imports) src/client/jupyter/provider.ts[1, 17]: Named imports must be alphabetized.
ERROR: (prefer-const) src/client/jupyter/provider.ts[67, 17]: Identifier 'line' is never reassigned; use 'const' instead of 'let'.
ERROR: (eofline) src/client/jupyter/provider.ts[90, 2]: file should end with a newline
ERROR: (no-implicit-dependencies) src/client/language/textIterator.ts[5, 47]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/language/textRangeCollection.ts[38, 16]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-submodule-imports) src/client/language/unicode.ts[6, 27]: Submodule import paths from this package are disallowed; import from the root instead
ERROR: (no-submodule-imports) src/client/language/unicode.ts[8, 27]: Submodule import paths from this package are disallowed; import from the root instead
ERROR: (no-submodule-imports) src/client/language/unicode.ts[10, 27]: Submodule import paths from this package are disallowed; import from the root instead
ERROR: (no-submodule-imports) src/client/language/unicode.ts[12, 27]: Submodule import paths from this package are disallowed; import from the root instead
ERROR: (no-submodule-imports) src/client/language/unicode.ts[14, 27]: Submodule import paths from this package are disallowed; import from the root instead
ERROR: (no-submodule-imports) src/client/language/unicode.ts[16, 27]: Submodule import paths from this package are disallowed; import from the root instead
ERROR: (no-submodule-imports) src/client/language/unicode.ts[18, 27]: Submodule import paths from this package are disallowed; import from the root instead
ERROR: (no-submodule-imports) src/client/language/unicode.ts[20, 27]: Submodule import paths from this package are disallowed; import from the root instead
ERROR: (no-submodule-imports) src/client/language/unicode.ts[22, 27]: Submodule import paths from this package are disallowed; import from the root instead
ERROR: (no-submodule-imports) src/client/language/unicode.ts[24, 27]: Submodule import paths from this package are disallowed; import from the root instead
ERROR: (no-implicit-dependencies) src/client/languageServices/jediProxyFactory.ts[1, 44]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/languageServices/jediProxyFactory.ts[36, 16]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/linters/baseLinter.ts[2, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/linters/baseLinter.ts[3, 69]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/linters/baseLinter.ts[3, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-duplicate-imports) src/client/linters/baseLinter.ts[7, 1]: Multiple imports from '../common/types' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/client/linters/baseLinter.ts[130, 23]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/linters/baseLinter.ts[165, 26]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/linters/flake8.ts[1, 31]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/linters/flake8.ts[2, 49]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/linters/flake8.ts[2, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-implicit-dependencies) src/client/linters/linterCommands.ts[4, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/linters/linterInfo.ts[5, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/linters/linterManager.ts[5, 69]: Module 'vscode' is not listed as dependency in package.json
ERROR: (space-within-parens) src/client/linters/linterManager.ts[35, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/linters/mypy.ts[1, 31]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/linters/mypy.ts[2, 49]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/linters/mypy.ts[2, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-implicit-dependencies) src/client/linters/pep8.ts[1, 31]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/linters/pep8.ts[2, 49]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/linters/pep8.ts[2, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-implicit-dependencies) src/client/linters/prospector.ts[1, 31]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/linters/prospector.ts[2, 49]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/linters/prospector.ts[2, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-return-await) src/client/linters/prospector.ts[31, 16]: Unnecessary 'await'.
ERROR: (no-implicit-dependencies) src/client/linters/pydocstyle.ts[2, 31]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/linters/pydocstyle.ts[3, 49]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-object-literal-type-assertion) src/client/linters/pydocstyle.ts[64, 28]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (binary-expression-operand-order) src/client/linters/pydocstyle.ts[36, 45]: Literal expression should be on the right-hand side of a binary expression.
ERROR: (binary-expression-operand-order) src/client/linters/pydocstyle.ts[36, 76]: Literal expression should be on the right-hand side of a binary expression.
ERROR: (no-duplicate-imports) src/client/linters/pydocstyle.ts[3, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/client/linters/pydocstyle.ts[78, 26]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/linters/pylama.ts[1, 31]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/linters/pylama.ts[2, 49]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/linters/pylama.ts[2, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-implicit-dependencies) src/client/linters/pylint.ts[6, 31]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/linters/pylint.ts[7, 49]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/linters/pylint.ts[7, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-implicit-dependencies) src/client/linters/types.ts[4, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (interface-name) src/client/refactor/contracts.ts[1, 18]: interface name must start with a capitalized I
ERROR: (eofline) src/client/refactor/contracts.ts[3, 2]: file should end with a newline
ERROR: (no-implicit-dependencies) src/client/refactor/proxy.ts[5, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/refactor/proxy.ts[6, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/refactor/proxy.ts[6, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/client/refactor/proxy.ts[31, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/refactor/proxy.ts[52, 23]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/refactor/proxy.ts[67, 23]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/refactor/proxy.ts[82, 23]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/refactor/proxy.ts[105, 17]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/refactor/proxy.ts[144, 40]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/refactor/proxy.ts[180, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (type-literal-delimiter) src/client/refactor/proxy.ts[134, 45]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/refactor/proxy.ts[134, 64]: Expected type literal to use ';' instead of ','.
ERROR: (no-implicit-dependencies) src/client/providers/completionProvider.ts[3, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/providers/completionSource.ts[5, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-return-await) src/client/providers/completionSource.ts[64, 16]: Unnecessary 'await'.
ERROR: (no-return-await) src/client/providers/completionSource.ts[93, 16]: Unnecessary 'await'.
ERROR: (no-implicit-dependencies) src/client/providers/definitionProvider.ts[3, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/providers/formatProvider.ts[5, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-return-await) src/client/providers/formatProvider.ts[39, 92]: Unnecessary 'await'.
ERROR: (no-unnecessary-type-assertion) src/client/providers/formatProvider.ts[70, 27]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/providers/hoverProvider.ts[3, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/providers/importSortProvider.ts[3, 40]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/providers/itemInfoSource.ts[6, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/providers/itemInfoSource.ts[9, 1]: Multiple imports from './jediProxy' can be combined into one.
ERROR: (no-return-await) src/client/providers/itemInfoSource.ts[53, 16]: Unnecessary 'await'.
ERROR: (no-return-await) src/client/providers/itemInfoSource.ts[67, 16]: Unnecessary 'await'.
ERROR: (no-return-await) src/client/providers/itemInfoSource.ts[79, 16]: Unnecessary 'await'.
ERROR: (no-floating-promises) src/client/providers/jediProxy.ts[150, 9]: Promises must be handled appropriately
ERROR: (no-implicit-dependencies) src/client/providers/jediProxy.ts[7, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/providers/jediProxy.ts[8, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-object-literal-type-assertion) src/client/providers/jediProxy.ts[495, 35]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-duplicate-imports) src/client/providers/jediProxy.ts[8, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/client/providers/jediProxy.ts[329, 33]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/providers/linterProvider.ts[3, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/providers/linterProvider.ts[4, 53]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/providers/linterProvider.ts[4, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/client/providers/linterProvider.ts[29, 22]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/providers/linterProvider.ts[29, 51]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/providers/linterProvider.ts[167, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-any) src/client/providers/objectDefinitionProvider.ts[41, 41]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-implicit-dependencies) src/client/providers/objectDefinitionProvider.ts[3, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-use-before-declare) src/client/providers/objectDefinitionProvider.ts[10, 21]: variable 'PythonObjectDefinitionProvider' used before declaration
ERROR: (no-shadowed-variable) src/client/providers/objectDefinitionProvider.ts[71, 17]: Shadowed name: 'doc'
ERROR: (no-unnecessary-local-variable) src/client/providers/objectDefinitionProvider.ts[92, 9]: Unnecessary local variable: value
ERROR: (prefer-const) src/client/providers/objectDefinitionProvider.ts[36, 17]: Identifier 'mod' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/providers/objectDefinitionProvider.ts[71, 17]: Identifier 'doc' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/providers/objectDefinitionProvider.ts[23, 13]: Identifier 'pathDef' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/providers/objectDefinitionProvider.ts[28, 13]: Identifier 'parts' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/providers/objectDefinitionProvider.ts[41, 13]: Identifier 'doc' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/providers/objectDefinitionProvider.ts[51, 13]: Identifier 'tokenSource' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/providers/objectDefinitionProvider.ts[52, 13]: Identifier 'defs' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/providers/objectDefinitionProvider.ts[92, 13]: Identifier 'value' is never reassigned; use 'const' instead of 'let'.
ERROR: (object-literal-key-quotes) src/client/providers/objectDefinitionProvider.ts[73, 90]: Unnecessarily quoted property 'at' found.
ERROR: (one-line) src/client/providers/objectDefinitionProvider.ts[35, 9]: misplaced 'else'
ERROR: (one-line) src/client/providers/objectDefinitionProvider.ts[75, 9]: misplaced 'else'
ERROR: (quotemark) src/client/providers/objectDefinitionProvider.ts[11, 65]: " should be '
ERROR: (quotemark) src/client/providers/objectDefinitionProvider.ts[92, 64]: " should be '
ERROR: (no-implicit-dependencies) src/client/providers/providerUtilities.ts[4, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/providers/referenceProvider.ts[3, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/providers/renameProvider.ts[2, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/providers/renameProvider.ts[3, 47]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/providers/renameProvider.ts[3, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-implicit-dependencies) src/client/providers/replProvider.ts[1, 33]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/providers/replProvider.ts[30, 50]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/providers/replProvider.ts[31, 20]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/providers/signatureProvider.ts[4, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/providers/signatureProvider.ts[5, 74]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-object-literal-type-assertion) src/client/providers/signatureProvider.ts[74, 29]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-object-literal-type-assertion) src/client/providers/signatureProvider.ts[85, 32]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-duplicate-imports) src/client/providers/signatureProvider.ts[5, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-redundant-jsdoc) src/client/providers/signatureProvider.ts[19, 11]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/providers/signatureProvider.ts[20, 11]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/providers/signatureProvider.ts[21, 13]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-implicit-dependencies) src/client/providers/simpleRefactorProvider.ts[1, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/providers/simpleRefactorProvider.ts[22, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/providers/simpleRefactorProvider.ts[23, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/providers/simpleRefactorProvider.ts[33, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/providers/simpleRefactorProvider.ts[34, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/providers/symbolProvider.ts[3, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/providers/terminalProvider.ts[4, 33]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/providers/updateSparkLibraryProvider.ts[3, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/telemetry/index.ts[79, 47]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/telemetry/index.ts[84, 47]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/telemetry/telemetry.ts[8, 28]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/telemetry/telemetry.ts[20, 23]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (type-literal-delimiter) src/client/telemetry/types.ts[33, 32]: Expected type literal to use ';' to separate members.
ERROR: (type-literal-delimiter) src/client/telemetry/types.ts[44, 44]: Expected type literal to use ';' to separate members.
ERROR: (type-literal-delimiter) src/client/telemetry/types.ts[51, 44]: Expected type literal to use ';' to separate members.
ERROR: (no-redundant-jsdoc) src/client/telemetry/vscode-extension-telemetry.d.ts[8, 19]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/telemetry/vscode-extension-telemetry.d.ts[9, 19]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/telemetry/vscode-extension-telemetry.d.ts[10, 19]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/telemetry/vscode-extension-telemetry.d.ts[17, 19]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/telemetry/vscode-extension-telemetry.d.ts[18, 19]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/telemetry/vscode-extension-telemetry.d.ts[19, 19]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-implicit-dependencies) src/client/terminals/types.ts[4, 33]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/typeFormatters/blockFormatProvider.ts[1, 108]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/typeFormatters/blockFormatProvider.ts[2, 26]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/typeFormatters/blockFormatProvider.ts[2, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-duplicate-imports) src/client/typeFormatters/blockFormatProvider.ts[5, 1]: Multiple imports from './contracts' can be combined into one.
ERROR: (no-duplicate-imports) src/client/typeFormatters/blockFormatProvider.ts[6, 1]: Multiple imports from './contracts' can be combined into one.
ERROR: (no-implicit-dependencies) src/client/typeFormatters/codeBlockFormatProvider.ts[1, 59]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/typeFormatters/codeBlockFormatProvider.ts[2, 43]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/typeFormatters/codeBlockFormatProvider.ts[2, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-implicit-dependencies) src/client/typeFormatters/onEnterFormatter.ts[4, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/unittests/configuration.ts[3, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/unittests/configuration.ts[4, 36]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/unittests/configuration.ts[4, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-duplicate-imports) src/client/unittests/configuration.ts[12, 1]: Multiple imports from './nosetest/testConfigurationManager' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/configuration.ts[82, 55]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/unittests/main.ts[2, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/unittests/main.ts[3, 52]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-object-literal-type-assertion) src/client/unittests/main.ts[161, 64]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-object-literal-type-assertion) src/client/unittests/main.ts[181, 64]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-object-literal-type-assertion) src/client/unittests/main.ts[204, 64]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-duplicate-imports) src/client/unittests/main.ts[3, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/main.ts[154, 19]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/main.ts[174, 19]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/main.ts[196, 19]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/main.ts[198, 38]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/unittests/serviceRegistry.ts[4, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/unittests/serviceRegistry.ts[17, 1]: Multiple imports from './common/types' can be combined into one.
ERROR: (no-implicit-dependencies) src/client/workspaceSymbols/contracts.ts[1, 38]: Module 'vscode' is not listed as dependency in package.json
ERROR: (interface-name) src/client/workspaceSymbols/contracts.ts[3, 18]: interface name must start with a capitalized I
ERROR: (no-implicit-dependencies) src/client/workspaceSymbols/generator.ts[3, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-return-await) src/client/workspaceSymbols/generator.ts[34, 16]: Unnecessary 'await'.
ERROR: (type-literal-delimiter) src/client/workspaceSymbols/generator.ts[43, 54]: Expected type literal to use ';' instead of ','.
ERROR: (no-implicit-dependencies) src/client/workspaceSymbols/main.ts[1, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/workspaceSymbols/main.ts[2, 42]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/workspaceSymbols/main.ts[2, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/client/workspaceSymbols/main.ts[34, 31]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/workspaceSymbols/main.ts[91, 78]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unused-variable) src/client/workspaceSymbols/main.ts[19, 13]: 'timeout' is declared but its value is never read.
ERROR: (no-implicit-dependencies) src/client/workspaceSymbols/parser.ts[1, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-increment-decrement) src/client/workspaceSymbols/parser.ts[119, 17]: Forbidden ++ operator
ERROR: (no-function-expression) src/client/workspaceSymbols/parser.ts[114, 28]: Use arrow function instead of function expression
ERROR: (no-function-expression) src/client/workspaceSymbols/parser.ts[118, 27]: Use arrow function instead of function expression
ERROR: (no-function-expression) src/client/workspaceSymbols/parser.ts[133, 26]: Use arrow function instead of function expression
ERROR: (no-require-imports) src/client/workspaceSymbols/parser.ts[6, 26]: require() style import is forbidden
ERROR: (no-require-imports) src/client/workspaceSymbols/parser.ts[7, 21]: require() style import is forbidden
ERROR: (no-require-imports) src/client/workspaceSymbols/parser.ts[8, 15]: require() style import is forbidden
ERROR: (no-unnecessary-local-variable) src/client/workspaceSymbols/parser.ts[156, 5]: Unnecessary local variable: tag
ERROR: (no-var-requires) src/client/workspaceSymbols/parser.ts[6, 26]: require statement not part of an import statement
ERROR: (no-var-requires) src/client/workspaceSymbols/parser.ts[7, 21]: require statement not part of an import statement
ERROR: (no-var-requires) src/client/workspaceSymbols/parser.ts[8, 15]: require statement not part of an import statement
ERROR: (ordered-imports) src/client/workspaceSymbols/parser.ts[3, 1]: Import sources within a group must be alphabetized.
ERROR: (prefer-const) src/client/workspaceSymbols/parser.ts[22, 9]: Identifier 'compiledRegexp' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/workspaceSymbols/parser.ts[23, 9]: Identifier 'rawMatch' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/workspaceSymbols/parser.ts[110, 17]: Identifier 'lr' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/workspaceSymbols/parser.ts[112, 17]: Identifier 'tags' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/workspaceSymbols/parser.ts[143, 9]: Identifier 'match' is never reassigned; use 'const' instead of 'let'.
ERROR: (eofline) src/client/workspaceSymbols/parser.ts[164, 2]: file should end with a newline
ERROR: (quotemark) src/client/workspaceSymbols/parser.ts[6, 34]: " should be '
ERROR: (quotemark) src/client/workspaceSymbols/parser.ts[114, 19]: " should be '
ERROR: (quotemark) src/client/workspaceSymbols/parser.ts[118, 19]: " should be '
ERROR: (quotemark) src/client/workspaceSymbols/parser.ts[133, 19]: " should be '
ERROR: (no-unused-variable) src/client/workspaceSymbols/parser.ts[111, 17]: 'lineNumber' is declared but its value is never read.
ERROR: (no-implicit-dependencies) src/client/workspaceSymbols/provider.ts[2, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unused-variable) src/client/workspaceSymbols/provider.ts[11, 68]: Property 'outputChannel' is declared but its value is never read.
ERROR: (no-implicit-dependencies) src/test/autocomplete/base.test.ts[8, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/base.test.ts[55, 26]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/base.test.ts[65, 22]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/base.test.ts[91, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/base.test.ts[92, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/base.test.ts[93, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/base.test.ts[102, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/base.test.ts[103, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/base.test.ts[107, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/base.test.ts[108, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/base.test.ts[112, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/base.test.ts[113, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/base.test.ts[125, 23]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/base.test.ts[141, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/base.test.ts[142, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/base.test.ts[156, 27]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/base.test.ts[174, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/base.test.ts[178, 21]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/base.test.ts[207, 28]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/base.test.ts[220, 23]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/autocomplete/pep484.test.ts[3, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/pep484.test.ts[43, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/pep484.test.ts[44, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/pep484.test.ts[45, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/pep484.test.ts[57, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/pep484.test.ts[58, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/autocomplete/pep526.test.ts[3, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/pep526.test.ts[43, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/pep526.test.ts[44, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/pep526.test.ts[45, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/pep526.test.ts[58, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/pep526.test.ts[59, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/pep526.test.ts[60, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/pep526.test.ts[74, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/pep526.test.ts[75, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/pep526.test.ts[76, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/pep526.test.ts[90, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/pep526.test.ts[94, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/autocomplete/pep526.test.ts[108, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/common/configSettings.multiroot.test.ts[3, 53]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/configSettings.test.ts[3, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (binary-expression-operand-order) src/test/common/idDispenser.test.ts[44, 34]: Literal expression should be on the right-hand side of a binary expression.
ERROR: (ordered-imports) src/test/common/idDispenser.test.ts[9, 1]: Import sources within a group must be alphabetized.
ERROR: (prefer-array-literal) src/test/common/idDispenser.test.ts[19, 20]: Replace Array constructor with an array literal: new Array(50)
ERROR: (prefer-array-literal) src/test/common/idDispenser.test.ts[28, 20]: Replace Array constructor with an array literal: new Array(50)
ERROR: (prefer-array-literal) src/test/common/idDispenser.test.ts[38, 20]: Replace Array constructor with an array literal: new Array(10)
ERROR: (prefer-const) src/test/common/idDispenser.test.ts[20, 17]: Identifier 'id' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/test/common/idDispenser.test.ts[39, 17]: Identifier 'id' is never reassigned; use 'const' instead of 'let'.
ERROR: (one-line) src/test/common/idDispenser.test.ts[43, 13]: misplaced 'else'
ERROR: (no-unused-variable) src/test/common/idDispenser.test.ts[7, 1]: All imports are unused.
ERROR: (no-floating-promises) src/test/common/installer.test.ts[40, 9]: Promises must be handled appropriately
ERROR: (no-implicit-dependencies) src/test/common/installer.test.ts[2, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/installer.test.ts[3, 42]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/test/common/installer.test.ts[17, 1]: Multiple imports from '../common' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/test/common/installer.test.ts[98, 36]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/common/moduleInstaller.test.ts[1, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/moduleInstaller.test.ts[3, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/moduleInstaller.test.ts[4, 42]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-return-await) src/test/common/moduleInstaller.test.ts[182, 31]: Unnecessary 'await'.
ERROR: (no-unnecessary-type-assertion) src/test/common/moduleInstaller.test.ts[114, 30]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/common/moduleInstaller.test.ts[118, 32]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/common/moduleInstaller.test.ts[122, 31]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/common/moduleInstaller.test.ts[146, 30]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/common/moduleInstaller.test.ts[176, 30]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/common/moduleInstaller.test.ts[198, 30]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-class) src/test/common/socketCallbackHandler.test.ts[15, 1]: Every member of this class is static. Use namespaces or plain objects instead.
ERROR: (no-any) src/test/common/socketStream.test.ts[23, 30]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-any) src/test/common/socketStream.test.ts[27, 34]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-any) src/test/common/socketStream.test.ts[30, 17]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-any) src/test/common/socketStream.test.ts[41, 52]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-any) src/test/common/socketStream.test.ts[50, 52]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-any) src/test/common/socketStream.test.ts[59, 52]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-any) src/test/common/socketStream.test.ts[68, 52]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-any) src/test/common/socketStream.test.ts[78, 52]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-any) src/test/common/socketStream.test.ts[91, 52]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-any) src/test/common/socketStream.test.ts[109, 52]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-any) src/test/common/socketStream.test.ts[124, 52]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-any) src/test/common/socketStream.test.ts[134, 52]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-any) src/test/common/socketStream.test.ts[144, 52]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-any) src/test/common/socketStream.test.ts[154, 52]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-any) src/test/common/socketStream.test.ts[164, 52]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-implicit-dependencies) src/test/common/socketStream.test.ts[13, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (restrict-plus-operands) src/test/common/socketStream.test.ts[31, 22]: Operands of '+' operation must either be both strings or both numbers, consider using template literals
ERROR: (max-func-body-length) src/test/common/socketStream.test.ts[36, 23]: Max arrow function body length exceeded - max: 100, actual: 134
ERROR: (member-access) src/test/common/socketStream.test.ts[30, 5]: The class method 'write' must be marked either 'private', 'public', or 'protected'
ERROR: (member-ordering) src/test/common/socketStream.test.ts[22, 5]: Declaration of private instance field not allowed after declaration of constructor. Instead, this should come at the beginning of the class/interface.
ERROR: (member-ordering) src/test/common/socketStream.test.ts[23, 5]: Declaration of private instance field not allowed after declaration of constructor. Instead, this should come at the beginning of the class/interface.
ERROR: (no-require-imports) src/test/common/socketStream.test.ts[16, 18]: require() style import is forbidden
ERROR: (no-var-requires) src/test/common/socketStream.test.ts[16, 18]: require statement not part of an import statement
ERROR: (ordered-imports) src/test/common/socketStream.test.ts[9, 1]: Import sources within a group must be alphabetized.
ERROR: (ordered-imports) src/test/common/socketStream.test.ts[15, 1]: Import sources within a group must be alphabetized.
ERROR: (prefer-const) src/test/common/socketStream.test.ts[38, 13]: Identifier 'buffer' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/test/common/socketStream.test.ts[49, 13]: Identifier 'buffer' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/test/common/socketStream.test.ts[58, 13]: Identifier 'buffer' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/test/common/socketStream.test.ts[67, 13]: Identifier 'buffer' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/test/common/socketStream.test.ts[77, 13]: Identifier 'buffer' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-template) src/test/common/socketStream.test.ts[31, 22]: Use a template literal instead of concatenating with a string literal.
ERROR: (quotemark) src/test/common/socketStream.test.ts[16, 26]: " should be '
ERROR: (quotemark) src/test/common/socketStream.test.ts[38, 33]: " should be '
ERROR: (semicolon) src/test/common/socketStream.test.ts[41, 79]: Missing semicolon
ERROR: (semicolon) src/test/common/socketStream.test.ts[50, 79]: Missing semicolon
ERROR: (semicolon) src/test/common/socketStream.test.ts[59, 79]: Missing semicolon
ERROR: (semicolon) src/test/common/socketStream.test.ts[68, 79]: Missing semicolon
ERROR: (semicolon) src/test/common/socketStream.test.ts[78, 79]: Missing semicolon
ERROR: (semicolon) src/test/common/socketStream.test.ts[91, 79]: Missing semicolon
ERROR: (semicolon) src/test/common/socketStream.test.ts[109, 79]: Missing semicolon
ERROR: (semicolon) src/test/common/socketStream.test.ts[124, 79]: Missing semicolon
ERROR: (semicolon) src/test/common/socketStream.test.ts[127, 50]: Missing semicolon
ERROR: (semicolon) src/test/common/socketStream.test.ts[134, 79]: Missing semicolon
ERROR: (semicolon) src/test/common/socketStream.test.ts[137, 66]: Missing semicolon
ERROR: (semicolon) src/test/common/socketStream.test.ts[144, 79]: Missing semicolon
ERROR: (semicolon) src/test/common/socketStream.test.ts[147, 66]: Missing semicolon
ERROR: (semicolon) src/test/common/socketStream.test.ts[154, 79]: Missing semicolon
ERROR: (semicolon) src/test/common/socketStream.test.ts[157, 50]: Missing semicolon
ERROR: (semicolon) src/test/common/socketStream.test.ts[164, 79]: Missing semicolon
ERROR: (semicolon) src/test/common/socketStream.test.ts[167, 50]: Missing semicolon
ERROR: (no-unused-variable) src/test/common/socketStream.test.ts[95, 15]: 'secondMessage' is declared but its value is never read.
ERROR: (no-unused-variable) src/test/common/socketStream.test.ts[113, 15]: 'secondMessage' is declared but its value is never read.
ERROR: (no-unused-variable) src/test/common/socketStream.test.ts[7, 1]: All imports are unused.
ERROR: (no-unused-variable) src/test/common/socketStream.test.ts[13, 13]: 'vscode' is declared but its value is never read.
ERROR: (no-any) src/test/common/versionUtils.test.ts[11, 52]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-any) src/test/common/versionUtils.test.ts[12, 52]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-implicit-dependencies) src/test/debugger/attach.test.ts[4, 29]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/debugger/attach.test.ts[5, 33]: Module 'chai-as-promised' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/debugger/attach.test.ts[11, 29]: Module 'vscode-debugadapter-testsupport' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/debugger/attach.test.ts[81, 17]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/debugger/envVars.test.ts[6, 29]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/debugger/envVars.test.ts[7, 33]: Module 'chai-as-promised' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/debugger/envVars.test.ts[9, 26]: Module 'shortid' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/debugger/perfTelemetry.test.ts[6, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-submodule-imports) src/test/debugger/perfTelemetry.test.ts[8, 30]: Submodule import paths from this package are disallowed; import from the root instead
ERROR: (no-implicit-dependencies) src/test/debugger/portAndHost.test.ts[4, 29]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/debugger/portAndHost.test.ts[5, 33]: Module 'chai-as-promised' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/debugger/portAndHost.test.ts[10, 29]: Module 'vscode-debugadapter-testsupport' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/debugger/portAndHost.test.ts[111, 16]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/debugger/portAndHost.test.ts[125, 16]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/definitions/hover.test.ts[4, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[34, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[36, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[36, 57]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[37, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[37, 55]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[55, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[57, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[57, 57]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[58, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[58, 55]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[74, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[76, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[76, 57]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[77, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[77, 55]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[95, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[97, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[97, 57]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[98, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[98, 55]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[118, 26]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[132, 26]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[146, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[148, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[148, 57]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[149, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[149, 55]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[179, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[181, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[181, 57]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[182, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[182, 55]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[201, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[203, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[203, 57]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[204, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[204, 55]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[223, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[225, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[225, 57]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[226, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[226, 55]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[250, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/hover.test.ts[270, 21]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/definitions/parallel.test.ts[4, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/definitions/parallel.test.ts[5, 23]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/test/definitions/parallel.test.ts[5, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/parallel.test.ts[27, 22]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/parallel.test.ts[29, 22]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/parallel.test.ts[31, 41]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/parallel.test.ts[31, 80]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/parallel.test.ts[33, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/parallel.test.ts[33, 58]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/parallel.test.ts[34, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/parallel.test.ts[34, 56]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/parallel.test.ts[36, 22]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/parallel.test.ts[37, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/parallel.test.ts[37, 59]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/parallel.test.ts[38, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/parallel.test.ts[38, 57]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/parallel.test.ts[39, 22]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/definitions/parallel.test.ts[42, 44]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unused-variable) src/test/definitions/parallel.test.ts[5, 1]: All imports are unused.
ERROR: (no-implicit-dependencies) src/test/format/extension.format.test.ts[4, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/format/extension.format.test.ts[5, 46]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/test/format/extension.format.test.ts[5, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-return-await) src/test/format/extension.format.test.ts[97, 34]: Unnecessary 'await'.
ERROR: (no-return-await) src/test/format/extension.format.test.ts[99, 30]: Unnecessary 'await'.
ERROR: (no-unnecessary-type-assertion) src/test/format/extension.format.test.ts[87, 41]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/format/extension.format.test.ts[87, 95]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/format/extension.formatOnSave.test.ts[4, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/format/extension.formatOnSave.test.ts[7, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/format/extension.formatOnSave.test.ts[8, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/format/extension.onEnterFormat.test.ts[7, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-return-await) src/test/format/extension.onEnterFormat.test.ts[55, 16]: Unnecessary 'await'.
ERROR: (no-unnecessary-type-assertion) src/test/format/extension.onEnterFormat.test.ts[26, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/format/extension.onEnterFormat.test.ts[31, 22]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/format/extension.onEnterFormat.test.ts[36, 22]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/format/extension.onEnterFormat.test.ts[41, 22]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/format/extension.onEnterFormat.test.ts[46, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/format/extension.onEnterFormat.test.ts[51, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/format/extension.onTypeFormat.test.ts[8, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/format/extension.sort.test.ts[5, 88]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/format/format.helper.test.ts[2, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/format/format.helper.test.ts[62, 34]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/format/format.helper.test.ts[79, 40]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/install/pythonInstallation.test.ts[7, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/test/install/pythonInstallation.test.ts[13, 1]: Multiple imports from '../../client/interpreter/contracts' can be combined into one.
ERROR: (no-implicit-dependencies) src/test/interpreters/condaEnvFileService.test.ts[4, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/interpreters/condaEnvService.test.ts[3, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/condaEnvService.test.ts[324, 26]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/interpreters/condaService.test.ts[2, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/interpreters/condaService.test.ts[5, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/interpreters/display.multiroot.test.ts[3, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/interpreters/display.multiroot.test.ts[4, 61]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/interpreters/display.test.ts[5, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/interpreters/display.test.ts[6, 61]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/test/interpreters/display.test.ts[17, 1]: Multiple imports from './mocks' can be combined into one.
ERROR: (no-implicit-dependencies) src/test/interpreters/interpreterVersion.test.ts[4, 37]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/interpreters/interpreterVersion.test.ts[5, 33]: Module 'chai-as-promised' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/interpreterVersion.test.ts[54, 26]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/interpreterVersion.test.ts[59, 61]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/mocks.ts[59, 16]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (type-literal-delimiter) src/test/interpreters/mocks.ts[9, 44]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/test/interpreters/mocks.ts[9, 64]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/test/interpreters/mocks.ts[9, 85]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/test/interpreters/mocks.ts[10, 38]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/test/interpreters/mocks.ts[10, 58]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/test/interpreters/mocks.ts[10, 79]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/test/interpreters/mocks.ts[10, 94]: Expected type literal to use ';' instead of ','.
ERROR: (no-implicit-dependencies) src/test/interpreters/pythonPathUpdater.multiroot.test.ts[3, 53]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/pythonPathUpdater.multiroot.test.ts[50, 78]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/pythonPathUpdater.multiroot.test.ts[53, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/pythonPathUpdater.multiroot.test.ts[59, 33]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/pythonPathUpdater.multiroot.test.ts[74, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/pythonPathUpdater.multiroot.test.ts[83, 91]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/pythonPathUpdater.multiroot.test.ts[86, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/pythonPathUpdater.multiroot.test.ts[95, 102]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/pythonPathUpdater.multiroot.test.ts[96, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/pythonPathUpdater.multiroot.test.ts[102, 30]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/pythonPathUpdater.multiroot.test.ts[109, 32]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/pythonPathUpdater.multiroot.test.ts[119, 30]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/pythonPathUpdater.multiroot.test.ts[125, 32]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/interpreters/pythonPathUpdater.test.ts[3, 53]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/pythonPathUpdater.test.ts[68, 72]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/pythonPathUpdater.test.ts[71, 32]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/pythonPathUpdater.test.ts[78, 85]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/pythonPathUpdater.test.ts[82, 32]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/pythonPathUpdater.test.ts[91, 96]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/pythonPathUpdater.test.ts[93, 32]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/pythonPathUpdater.test.ts[98, 30]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/interpreters/pythonPathUpdater.test.ts[104, 32]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/interpreters/windowsRegistryService.test.ts[3, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (type-literal-delimiter) src/test/interpreters/windowsRegistryService.test.ts[185, 48]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/test/interpreters/windowsRegistryService.test.ts[185, 68]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/test/interpreters/windowsRegistryService.test.ts[185, 89]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/test/interpreters/windowsRegistryService.test.ts[185, 104]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/test/interpreters/windowsRegistryService.test.ts[244, 48]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/test/interpreters/windowsRegistryService.test.ts[244, 68]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/test/interpreters/windowsRegistryService.test.ts[244, 89]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/test/interpreters/windowsRegistryService.test.ts[244, 104]: Expected type literal to use ';' instead of ','.
ERROR: (no-unused-variable) src/test/language/characterStream.test.ts[10, 28]: 'TextRange' is declared but its value is never read.
ERROR: (no-unused-variable) src/test/language/textRange.test.ts[48, 27]: 'e' is declared but its value is never read.
ERROR: (no-unused-variable) src/test/language/textRange.test.ts[52, 27]: 'e' is declared but its value is never read.
ERROR: (binary-expression-operand-order) src/test/language/tokenizer.test.ts[26, 60]: Literal expression should be on the right-hand side of a binary expression.
ERROR: (binary-expression-operand-order) src/test/language/tokenizer.test.ts[27, 61]: Literal expression should be on the right-hand side of a binary expression.
ERROR: (binary-expression-operand-order) src/test/language/tokenizer.test.ts[38, 60]: Literal expression should be on the right-hand side of a binary expression.
ERROR: (binary-expression-operand-order) src/test/language/tokenizer.test.ts[39, 61]: Literal expression should be on the right-hand side of a binary expression.
ERROR: (binary-expression-operand-order) src/test/language/tokenizer.test.ts[50, 60]: Literal expression should be on the right-hand side of a binary expression.
ERROR: (binary-expression-operand-order) src/test/language/tokenizer.test.ts[51, 61]: Literal expression should be on the right-hand side of a binary expression.
ERROR: (binary-expression-operand-order) src/test/language/tokenizer.test.ts[62, 60]: Literal expression should be on the right-hand side of a binary expression.
ERROR: (binary-expression-operand-order) src/test/language/tokenizer.test.ts[63, 61]: Literal expression should be on the right-hand side of a binary expression.
ERROR: (no-implicit-dependencies) src/test/linters/lint.commands.test.ts[6, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/linters/lint.commands.test.ts[7, 34]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-return-await) src/test/linters/lint.commands.test.ts[32, 26]: Unnecessary 'await'.
ERROR: (no-unnecessary-type-assertion) src/test/linters/lint.commands.test.ts[89, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/linters/lint.commands.test.ts[95, 22]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/linters/lint.commands.test.ts[96, 22]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/linters/lint.commands.test.ts[97, 22]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/linters/lint.commands.test.ts[138, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/linters/lint.commands.test.ts[143, 22]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/linters/lint.commands.test.ts[144, 22]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/linters/lint.commands.test.ts[145, 22]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/linters/lint.commands.test.ts[152, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/linters/lint.manager.test.ts[92, 26]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/linters/lint.manager.test.ts[92, 38]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/linters/lint.manager.test.ts[112, 22]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/linters/lint.manager.test.ts[112, 36]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/linters/lint.multiroot.test.ts[3, 93]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/linters/lint.test.ts[4, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/linters/lint.test.ts[5, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/test/linters/lint.test.ts[5, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-implicit-dependencies) src/test/linters/pylint.test.ts[4, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/linters/pylint.test.ts[6, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/mocks/mementos.ts[1, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/mocks/mementos.ts[10, 45]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/mocks/moduleInstaller.ts[2, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unused-variable) src/test/mocks/moduleInstaller.ts[3, 1]: All imports are unused.
ERROR: (no-submodule-imports) src/test/mocks/proc.ts[3, 8]: Submodule import paths from this package are disallowed; import from the root instead
ERROR: (no-submodule-imports) src/test/mocks/proc.ts[4, 28]: Submodule import paths from this package are disallowed; import from the root instead
ERROR: (no-unnecessary-type-assertion) src/test/mocks/proc.ts[52, 32]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (space-within-parens) src/test/mocks/proc.ts[14, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/test/providers/repl.test.ts[4, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/providers/repl.test.ts[5, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/providers/repl.test.ts[6, 76]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/providers/repl.test.ts[65, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/providers/repl.test.ts[88, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/providers/repl.test.ts[109, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/providers/repl.test.ts[131, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/providers/shebangCodeLenseProvider.test.ts[4, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/providers/shebangCodeLenseProvider.test.ts[5, 41]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/test/providers/shebangCodeLenseProvider.test.ts[5, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-return-await) src/test/providers/shebangCodeLenseProvider.test.ts[108, 16]: Unnecessary 'await'.
ERROR: (no-unnecessary-type-assertion) src/test/providers/shebangCodeLenseProvider.test.ts[47, 22]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/providers/shebangCodeLenseProvider.test.ts[54, 63]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/providers/shebangCodeLenseProvider.test.ts[75, 26]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/providers/shebangCodeLenseProvider.test.ts[82, 67]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/providers/terminal.test.ts[4, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/providers/terminal.test.ts[5, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/providers/terminal.test.ts[6, 76]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/providers/terminal.test.ts[70, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/providers/terminal.test.ts[96, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/providers/terminal.test.ts[124, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/providers/terminal.test.ts[149, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/refactor/extension.refactor.extract.method.test.ts[6, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/refactor/extension.refactor.extract.method.test.ts[7, 26]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/test/refactor/extension.refactor.extract.method.test.ts[7, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/test/refactor/extension.refactor.extract.method.test.ts[91, 43]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/refactor/extension.refactor.extract.method.test.ts[99, 39]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/refactor/extension.refactor.extract.method.test.ts[144, 43]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/refactor/extension.refactor.extract.method.test.ts[152, 39]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-floating-promises) src/test/refactor/extension.refactor.extract.var.test.ts[104, 9]: Promises must be handled appropriately
ERROR: (no-floating-promises) src/test/refactor/extension.refactor.extract.var.test.ts[110, 9]: Promises must be handled appropriately
ERROR: (no-implicit-dependencies) src/test/refactor/extension.refactor.extract.var.test.ts[6, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/refactor/extension.refactor.extract.var.test.ts[7, 26]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/test/refactor/extension.refactor.extract.var.test.ts[7, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/test/refactor/extension.refactor.extract.var.test.ts[89, 43]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/refactor/extension.refactor.extract.var.test.ts[97, 39]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/refactor/extension.refactor.extract.var.test.ts[142, 43]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/refactor/extension.refactor.extract.var.test.ts[150, 24]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/signature/signature.test.ts[6, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/signature/signature.test.ts[60, 47]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/signature/signature.test.ts[83, 47]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/signature/signature.test.ts[106, 47]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/signature/signature.test.ts[119, 40]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/signature/signature.test.ts[125, 42]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/signature/signature.test.ts[132, 18]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/signature/signature.test.ts[134, 22]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/signature/signature.test.ts[136, 31]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-floating-promises) src/test/unittests/debugger.test.ts[75, 9]: Promises must be handled appropriately
ERROR: (no-floating-promises) src/test/unittests/debugger.test.ts[108, 9]: Promises must be handled appropriately
ERROR: (no-floating-promises) src/test/unittests/debugger.test.ts[151, 9]: Promises must be handled appropriately
ERROR: (no-implicit-dependencies) src/test/unittests/debugger.test.ts[1, 37]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/unittests/debugger.test.ts[2, 33]: Module 'chai-as-promised' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/unittests/debugger.test.ts[4, 37]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/unittests/mocks.ts[3, 52]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-object-literal-type-assertion) src/test/unittests/mocks.ts[65, 16]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-unnecessary-type-assertion) src/test/unittests/mocks.ts[18, 16]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/unittests/mocks.ts[38, 23]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/unittests/mocks.ts[41, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/unittests/mocks.ts[70, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/unittests/mocks.ts[77, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/unittests/mocks.ts[107, 51]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (type-literal-delimiter) src/test/unittests/mocks.ts[32, 74]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/test/unittests/mocks.ts[102, 47]: Expected type literal to use ';' instead of ','.
ERROR: (no-implicit-dependencies) src/test/unittests/nosetest.disovery.test.ts[7, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/unittests/nosetest.run.test.ts[7, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/unittests/nosetest.run.test.ts[135, 51]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/unittests/nosetest.run.test.ts[153, 101]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/unittests/nosetest.run.test.ts[171, 83]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/unittests/nosetest.test.ts[4, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/unittests/pytest.discovery.test.ts[6, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/unittests/pytest.run.test.ts[7, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/unittests/pytest.test.ts[3, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/unittests/rediscover.test.ts[1, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/unittests/rediscover.test.ts[4, 37]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/unittests/serviceRegistry.ts[4, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/test/unittests/serviceRegistry.ts[16, 1]: Multiple imports from '../../client/unittests/common/types' can be combined into one.
ERROR: (no-floating-promises) src/test/unittests/stoppingDiscoverAndTest.test.ts[63, 9]: Promises must be handled appropriately
ERROR: (no-floating-promises) src/test/unittests/stoppingDiscoverAndTest.test.ts[78, 9]: Promises must be handled appropriately
ERROR: (no-implicit-dependencies) src/test/unittests/stoppingDiscoverAndTest.test.ts[4, 29]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/unittests/stoppingDiscoverAndTest.test.ts[5, 33]: Module 'chai-as-promised' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/unittests/stoppingDiscoverAndTest.test.ts[7, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/unittests/unittest.discovery.test.ts[8, 37]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/unittests/unittest.run.test.ts[8, 37]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/unittests/unittest.run.test.ts[218, 32]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/unittests/unittest.run.test.ts[255, 33]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/unittests/unittest.test.ts[4, 37]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/workspaceSymbols/common.ts[1, 53]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/workspaceSymbols/multiroot.test.ts[3, 67]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/workspaceSymbols/standard.test.ts[3, 67]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-class) src/client/debugger/Common/Contracts.ts[32, 8]: Every member of this class is static. Use namespaces or plain objects instead.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Common/TryParser.ts[46, 42]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Common/TryParser.ts[79, 39]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Common/TryParser.ts[106, 39]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Common/TryParser.ts[135, 39]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Common/Utils.ts[34, 16]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Common/telemetry.ts[77, 26]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/Common/telemetry.ts[77, 50]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (type-literal-delimiter) src/client/debugger/Common/telemetry.ts[13, 57]: Expected type literal to use ';' instead of ','.
ERROR: (no-duplicate-imports) src/client/debugger/DebugClients/LocalDebugClient.ts[2, 1]: Multiple imports from 'child_process' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugClients/LocalDebugClient.ts[34, 33]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugClients/LocalDebugClient.ts[37, 34]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugClients/LocalDebugClient.ts[59, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugClients/LocalDebugClient.ts[65, 17]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugClients/LocalDebugClient.ts[69, 17]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugClients/LocalDebugClient.ts[73, 17]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugClients/LocalDebugClient.ts[121, 46]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugClients/LocalDebugClient.ts[125, 21]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugClients/NonDebugClient.ts[22, 17]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugClients/RemoteDebugClient.ts[18, 16]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-object-literal-type-assertion) src/client/debugger/DebugClients/helper.ts[13, 85]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugClients/helper.ts[14, 40]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugServers/LocalDebugServer.ts[64, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugServers/LocalDebugServer.ts[80, 63]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugServers/LocalDebugServer.ts[81, 99]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugServers/LocalDebugServer.ts[82, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugServers/LocalDebugServer.ts[83, 32]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-this-assignment) src/client/debugger/DebugServers/RemoteDebugServer.ts[35, 17]: Assigning `this` reference to local variable not allowed: that.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugServers/RemoteDebugServer.ts[43, 35]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugServers/RemoteDebugServer.ts[50, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugServers/RemoteDebugServer.ts[54, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugServers/RemoteDebugServer.ts[61, 52]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugServers/RemoteDebugServer.ts[66, 60]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugServers/RemoteDebugServer.ts[173, 72]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugServers/RemoteDebugServer.ts[178, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugServers/RemoteDebugServer.ts[181, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/debugger/DebugServers/RemoteDebugServer.ts[185, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/debugger/configProviders/simpleProvider.ts[2, 140]: Module 'vscode' is not listed as dependency in package.json
ERROR: (type-literal-delimiter) src/client/debugger/configProviders/simpleProvider.ts[6, 26]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/debugger/configProviders/simpleProvider.ts[7, 24]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/debugger/configProviders/simpleProvider.ts[8, 21]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/debugger/configProviders/simpleProvider.ts[9, 17]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/debugger/configProviders/simpleProvider.ts[10, 17]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/debugger/configProviders/simpleProvider.ts[11, 21]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/debugger/configProviders/simpleProvider.ts[12, 27]: Expected type literal to use ';' to separate members.
ERROR: (no-implicit-dependencies) src/client/common/application/applicationShell.ts[9, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/common/application/commandManager.ts[7, 66]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/common/application/documentManager.ts[7, 205]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/common/application/terminalManager.ts[5, 58]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/common/application/types.ts[7, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/common/application/types.ts[8, 149]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/common/application/types.ts[9, 139]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/common/application/types.ts[10, 79]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/common/application/types.ts[11, 43]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/common/application/types.ts[8, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-duplicate-imports) src/client/common/application/types.ts[9, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-duplicate-imports) src/client/common/application/types.ts[10, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-duplicate-imports) src/client/common/application/types.ts[11, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-redundant-jsdoc) src/client/common/application/types.ts[354, 9]: JSDoc tag '@readonly' is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/common/application/types.ts[362, 9]: JSDoc tag '@readonly' is redundant in TypeScript code.
ERROR: (no-implicit-dependencies) src/client/common/application/workspace.ts[5, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/common/configuration/service.ts[5, 77]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-class) src/client/common/errors/errorUtils.ts[5, 8]: Every member of this class is static. Use namespaces or plain objects instead.
ERROR: (no-unnecessary-type-assertion) src/client/common/errors/errorUtils.ts[7, 28]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/errors/errorUtils.ts[7, 85]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/common/installer/condaInstaller.ts[5, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-redundant-jsdoc) src/client/common/installer/condaInstaller.ts[26, 15]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/common/installer/condaInstaller.ts[27, 17]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-unnecessary-type-assertion) src/client/common/installer/condaInstaller.ts[31, 20]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/installer/condaInstaller.ts[54, 23]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (space-within-parens) src/client/common/installer/condaInstaller.ts[18, 17]: Whitespace within parentheses is not allowed
ERROR: (no-unused-variable) src/client/common/installer/condaInstaller.ts[6, 25]: 'IInterpreterService' is declared but its value is never read.
ERROR: (no-unused-variable) src/client/common/installer/condaInstaller.ts[6, 46]: 'InterpreterType' is declared but its value is never read.
ERROR: (no-implicit-dependencies) src/client/common/installer/installer.ts[4, 76]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/common/installer/installer.ts[5, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-object-literal-type-assertion) src/client/common/installer/installer.ts[206, 20]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-duplicate-imports) src/client/common/installer/installer.ts[5, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/client/common/installer/installer.ts[80, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/installer/installer.ts[81, 33]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/installer/installer.ts[82, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/installer/installer.ts[84, 72]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/installer/installer.ts[195, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/installer/installer.ts[218, 98]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/installer/installer.ts[232, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (space-within-parens) src/client/common/installer/installer.ts[74, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/common/installer/moduleInstaller.ts[10, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/common/installer/moduleInstaller.ts[51, 47]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/common/installer/pipInstaller.ts[5, 32]: Module 'vscode' is not listed as dependency in package.json
ERROR: (space-within-parens) src/client/common/installer/pipInstaller.ts[17, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/common/installer/productInstaller.ts[4, 59]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/common/installer/productInstaller.ts[5, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-object-literal-type-assertion) src/client/common/installer/productInstaller.ts[116, 20]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-duplicate-imports) src/client/common/installer/productInstaller.ts[5, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/client/common/installer/productInstaller.ts[105, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/installer/productInstaller.ts[129, 98]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/installer/productInstaller.ts[168, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/installer/productInstaller.ts[196, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/installer/productInstaller.ts[222, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/installer/productInstaller.ts[242, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/installer/productInstaller.ts[290, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (space-within-parens) src/client/common/installer/productInstaller.ts[256, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/common/installer/types.ts[4, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-redundant-jsdoc) src/client/common/platform/fileSystem.ts[34, 15]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/common/platform/fileSystem.ts[35, 17]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/common/platform/fileSystem.ts[36, 9]: JSDoc tag '@memberof' is redundant in TypeScript code.
ERROR: (space-within-parens) src/client/common/platform/fileSystem.ts[12, 17]: Whitespace within parentheses is not allowed
ERROR: (space-within-parens) src/client/common/platform/pathUtils.ts[8, 17]: Whitespace within parentheses is not allowed
ERROR: (no-unnecessary-type-assertion) src/client/common/platform/registry.ts[13, 40]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/platform/registry.ts[16, 41]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/common/process/proc.ts[7, 28]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-submodule-imports) src/client/common/process/proc.ts[6, 28]: Submodule import paths from this package are disallowed; import from the root instead
ERROR: (space-within-parens) src/client/common/process/proc.ts[14, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/common/process/pythonExecutionFactory.ts[5, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (space-within-parens) src/client/common/process/pythonExecutionFactory.ts[14, 17]: Whitespace within parentheses is not allowed
ERROR: (no-unnecessary-type-assertion) src/client/common/process/pythonProcess.ts[64, 71]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/process/pythonProcess.ts[65, 62]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/process/pythonProcess.ts[67, 51]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/common/process/pythonToolService.ts[5, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/common/process/pythonToolService.ts[24, 50]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/process/pythonToolService.ts[33, 54]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/process/pythonToolService.ts[37, 40]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (space-within-parens) src/client/common/process/pythonToolService.ts[13, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/common/process/types.ts[6, 40]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-submodule-imports) src/client/common/process/types.ts[5, 28]: Submodule import paths from this package are disallowed; import from the root instead
ERROR: (no-implicit-dependencies) src/client/common/terminal/factory.ts[5, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/common/terminal/factory.ts[28, 16]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/terminal/factory.ts[38, 116]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (space-within-parens) src/client/common/terminal/factory.ts[15, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/common/terminal/helper.ts[5, 31]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/common/terminal/helper.ts[44, 65]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/terminal/helper.ts[66, 16]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (space-within-parens) src/client/common/terminal/helper.ts[27, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/common/terminal/service.ts[5, 64]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/common/terminal/service.ts[39, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/terminal/service.ts[40, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/terminal/service.ts[44, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/terminal/service.ts[45, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/terminal/service.ts[49, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/terminal/service.ts[64, 35]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/terminal/service.ts[65, 17]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/terminal/service.ts[66, 17]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/terminal/service.ts[74, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (space-within-parens) src/client/common/terminal/service.ts[21, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/common/terminal/types.ts[5, 38]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-redundant-jsdoc) src/client/common/terminal/types.ts[31, 15]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/common/terminal/types.ts[32, 15]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/common/terminal/types.ts[33, 17]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/common/terminal/types.ts[34, 9]: JSDoc tag '@memberof' is redundant in TypeScript code.
ERROR: (no-unused-variable) src/client/common/terminal/types.ts[6, 1]: All imports are unused.
ERROR: (no-object-literal-type-assertion) src/client/common/variables/environment.ts[76, 17]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (space-within-parens) src/client/common/variables/environment.ts[13, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/common/variables/environmentVariablesProvider.ts[5, 84]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/common/variables/environmentVariablesProvider.ts[43, 66]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/variables/environmentVariablesProvider.ts[45, 44]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/variables/environmentVariablesProvider.ts[46, 50]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/variables/environmentVariablesProvider.ts[49, 16]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/variables/environmentVariablesProvider.ts[55, 62]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (space-within-parens) src/client/common/variables/environmentVariablesProvider.ts[17, 17]: Whitespace within parentheses is not allowed
ERROR: (no-unnecessary-type-assertion) src/client/common/variables/sysTypes.ts[47, 31]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/variables/systemVariables.ts[108, 27]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/variables/systemVariables.ts[108, 48]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/common/variables/types.ts[4, 28]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/interpreter/configuration/interpreterSelector.ts[2, 116]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/configuration/interpreterSelector.ts[49, 20]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/configuration/interpreterSelector.ts[59, 37]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/configuration/interpreterSelector.ts[59, 54]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/configuration/interpreterSelector.ts[94, 94]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/configuration/interpreterSelector.ts[100, 62]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/configuration/interpreterSelector.ts[109, 117]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/interpreter/configuration/pythonPathUpdaterService.ts[2, 50]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/configuration/pythonPathUpdaterService.ts[42, 46]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/configuration/pythonPathUpdaterService.ts[60, 105]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/configuration/pythonPathUpdaterService.ts[67, 111]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/interpreter/configuration/pythonPathUpdaterServiceFactory.ts[1, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/interpreter/configuration/types.ts[1, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/interpreter/display/index.ts[3, 48]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/display/index.ts[35, 35]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/interpreter/display/shebangCodeLensProvider.ts[1, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/interpreter/display/shebangCodeLensProvider.ts[2, 59]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/interpreter/display/shebangCodeLensProvider.ts[2, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/display/shebangCodeLensProvider.ts[35, 23]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/interpreter/locators/index.ts[4, 33]: Module 'vscode' is not listed as dependency in package.json
ERROR: (space-within-parens) src/client/interpreter/locators/index.ts[27, 17]: Whitespace within parentheses is not allowed
ERROR: (space-within-parens) src/client/interpreter/virtualEnvs/index.ts[6, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/linters/errorHandlers/baseErrorHandler.ts[4, 36]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/linters/errorHandlers/errorHandler.ts[1, 36]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unused-variable) src/client/linters/errorHandlers/errorHandler.ts[2, 25]: 'IInstaller' is declared but its value is never read.
ERROR: (no-unused-variable) src/client/linters/errorHandlers/errorHandler.ts[2, 37]: 'ILogger' is declared but its value is never read.
ERROR: (no-unused-variable) src/client/linters/errorHandlers/errorHandler.ts[4, 25]: 'ILinterInfo' is declared but its value is never read.
ERROR: (no-implicit-dependencies) src/client/linters/errorHandlers/notInstalled.ts[1, 36]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-return-await) src/client/linters/errorHandlers/notInstalled.ts[17, 39]: Unnecessary 'await'.
ERROR: (no-unnecessary-type-assertion) src/client/linters/errorHandlers/notInstalled.ts[15, 82]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/linters/errorHandlers/notInstalled.ts[24, 50]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unused-variable) src/client/linters/errorHandlers/notInstalled.ts[2, 1]: All imports are unused.
ERROR: (no-floating-promises) src/client/linters/errorHandlers/standard.ts[23, 9]: Promises must be handled appropriately
ERROR: (no-implicit-dependencies) src/client/linters/errorHandlers/standard.ts[1, 44]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/linters/errorHandlers/standard.ts[17, 50]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/terminals/codeExecution/codeExecutionManager.ts[7, 33]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/terminals/codeExecution/codeExecutionManager.ts[61, 82]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/terminals/codeExecution/codeExecutionManager.ts[62, 67]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/terminals/codeExecution/codeExecutionManager.ts[67, 40]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/terminals/codeExecution/codeExecutionManager.ts[67, 56]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/terminals/codeExecution/djangoContext.ts[6, 28]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-return-await) src/client/terminals/codeExecution/djangoContext.ts[57, 20]: Unnecessary 'await'.
ERROR: (no-unnecessary-type-assertion) src/client/terminals/codeExecution/djangoContext.ts[63, 44]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/terminals/codeExecution/djangoShellCodeExecution.ts[8, 33]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/terminals/codeExecution/djangoShellCodeExecution.ts[14, 1]: Multiple imports from '../../common/types' can be combined into one.
ERROR: (type-literal-delimiter) src/client/terminals/codeExecution/djangoShellCodeExecution.ts[33, 65]: Expected type literal to use ';' instead of ','.
ERROR: (space-within-parens) src/client/terminals/codeExecution/djangoShellCodeExecution.ts[20, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/terminals/codeExecution/helper.ts[6, 40]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/terminals/codeExecution/helper.ts[25, 30]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (space-within-parens) src/client/terminals/codeExecution/helper.ts[14, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/terminals/codeExecution/repl.ts[7, 28]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/terminals/codeExecution/repl.ts[12, 1]: Multiple imports from '../../common/types' can be combined into one.
ERROR: (space-within-parens) src/client/terminals/codeExecution/repl.ts[17, 17]: Whitespace within parentheses is not allowed
ERROR: (no-floating-promises) src/client/terminals/codeExecution/terminalCodeExecution.ts[50, 13]: Promises must be handled appropriately
ERROR: (no-implicit-dependencies) src/client/terminals/codeExecution/terminalCodeExecution.ts[8, 33]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/terminals/codeExecution/terminalCodeExecution.ts[14, 1]: Multiple imports from '../../common/types' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/client/terminals/codeExecution/terminalCodeExecution.ts[49, 38]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/terminals/codeExecution/terminalCodeExecution.ts[50, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (type-literal-delimiter) src/client/terminals/codeExecution/terminalCodeExecution.ts[63, 65]: Expected type literal to use ';' instead of ','.
ERROR: (space-within-parens) src/client/terminals/codeExecution/terminalCodeExecution.ts[22, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/unittests/codeLenses/main.ts[1, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/unittests/codeLenses/testFiles.ts[3, 182]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/unittests/codeLenses/testFiles.ts[4, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-object-literal-type-assertion) src/client/unittests/codeLenses/testFiles.ts[111, 67]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-object-literal-type-assertion) src/client/unittests/codeLenses/testFiles.ts[116, 67]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-object-literal-type-assertion) src/client/unittests/codeLenses/testFiles.ts[185, 59]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-object-literal-type-assertion) src/client/unittests/codeLenses/testFiles.ts[190, 59]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-object-literal-type-assertion) src/client/unittests/codeLenses/testFiles.ts[206, 59]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-object-literal-type-assertion) src/client/unittests/codeLenses/testFiles.ts[211, 59]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-duplicate-imports) src/client/unittests/codeLenses/testFiles.ts[4, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-implicit-dependencies) src/client/unittests/common/debugLauncher.ts[4, 39]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/debugLauncher.ts[47, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/debugLauncher.ts[49, 21]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/debugLauncher.ts[66, 76]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (type-literal-delimiter) src/client/unittests/common/debugLauncher.ts[15, 74]: Expected type literal to use ';' instead of ','.
ERROR: (space-within-parens) src/client/unittests/common/debugLauncher.ts[14, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/unittests/common/runner.ts[2, 55]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/unittests/common/runner.ts[7, 1]: Multiple imports from '../../common/process/types' can be combined into one.
ERROR: (no-duplicate-imports) src/client/unittests/common/runner.ts[14, 1]: Multiple imports from '../../common/types' can be combined into one.
ERROR: (no-implicit-dependencies) src/client/unittests/common/testUtils.ts[3, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/unittests/common/testUtils.ts[4, 32]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/unittests/common/testUtils.ts[5, 24]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-object-literal-type-assertion) src/client/unittests/common/testUtils.ts[99, 23]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-object-literal-type-assertion) src/client/unittests/common/testUtils.ts[168, 16]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-duplicate-imports) src/client/unittests/common/testUtils.ts[4, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-duplicate-imports) src/client/unittests/common/testUtils.ts[5, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-duplicate-imports) src/client/unittests/common/testUtils.ts[8, 1]: Multiple imports from '../../common/types' can be combined into one.
ERROR: (no-duplicate-imports) src/client/unittests/common/testUtils.ts[12, 1]: Multiple imports from './types' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/testUtils.ts[138, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (space-within-parens) src/client/unittests/common/testUtils.ts[47, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/unittests/common/types.ts[1, 67]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/unittests/common/types.ts[3, 1]: Multiple imports from '../../common/types' can be combined into one.
ERROR: (type-literal-delimiter) src/client/unittests/common/types.ts[200, 61]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/unittests/common/types.ts[245, 36]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/unittests/common/xUnitParser.ts[31, 44]: Expected type literal to use ';' to separate members.
ERROR: (type-literal-delimiter) src/client/unittests/common/xUnitParser.ts[31, 29]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/unittests/common/xUnitParser.ts[35, 44]: Expected type literal to use ';' to separate members.
ERROR: (type-literal-delimiter) src/client/unittests/common/xUnitParser.ts[35, 29]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/unittests/common/xUnitParser.ts[39, 44]: Expected type literal to use ';' to separate members.
ERROR: (type-literal-delimiter) src/client/unittests/common/xUnitParser.ts[39, 29]: Expected type literal to use ';' instead of ','.
ERROR: (no-implicit-dependencies) src/client/unittests/display/main.ts[2, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/unittests/display/main.ts[138, 33]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unused-variable) src/client/unittests/display/main.ts[16, 25]: Property 'outputChannel' is declared but its value is never read.
ERROR: (no-implicit-dependencies) src/client/unittests/display/picker.ts[2, 44]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/unittests/display/picker.ts[3, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-object-literal-type-assertion) src/client/unittests/display/picker.ts[225, 23]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-object-literal-type-assertion) src/client/unittests/display/picker.ts[231, 23]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-duplicate-imports) src/client/unittests/display/picker.ts[3, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-implicit-dependencies) src/client/unittests/nosetest/main.ts[2, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/unittests/nosetest/main.ts[24, 20]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/nosetest/main.ts[41, 20]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/unittests/nosetest/testConfigurationManager.ts[3, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/unittests/nosetest/testConfigurationManager.ts[4, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/unittests/nosetest/testConfigurationManager.ts[4, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-implicit-dependencies) src/client/unittests/pytest/main.ts[2, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/unittests/pytest/main.ts[23, 20]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/pytest/main.ts[36, 20]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/unittests/pytest/testConfigurationManager.ts[3, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/unittests/pytest/testConfigurationManager.ts[4, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/unittests/pytest/testConfigurationManager.ts[4, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-implicit-dependencies) src/client/unittests/unittest/main.ts[1, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/main.ts[24, 20]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/main.ts[40, 20]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/runner.ts[54, 31]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/runner.ts[75, 71]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/runner.ts[123, 27]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/runner.ts[124, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/runner.ts[129, 27]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/runner.ts[130, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/runner.ts[131, 38]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/runner.ts[136, 27]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/runner.ts[137, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/runner.ts[138, 38]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/socketServer.ts[28, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/socketServer.ts[35, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/socketServer.ts[36, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/socketServer.ts[44, 59]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/socketServer.ts[45, 60]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/socketServer.ts[45, 94]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/socketServer.ts[46, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/socketServer.ts[47, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/socketServer.ts[47, 38]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/socketServer.ts[51, 16]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (type-literal-delimiter) src/client/unittests/unittest/socketServer.ts[32, 42]: Expected type literal to use ';' instead of ','.
ERROR: (no-implicit-dependencies) src/client/unittests/unittest/testConfigurationManager.ts[1, 36]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/platform/filesystem.test.ts[4, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/platform/filesystem.test.ts[6, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/configuration/service.test.ts[4, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/configuration/service.test.ts[5, 27]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/common/configuration/service.test.ts[22, 30]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/common/process/decoder.test.ts[4, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/process/proc.exec.test.ts[4, 29]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/process/proc.exec.test.ts[5, 33]: Module 'chai-as-promised' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/process/proc.exec.test.ts[6, 41]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/common/process/proc.exec.test.ts[115, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/common/process/proc.observable.test.ts[4, 29]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/process/proc.observable.test.ts[5, 33]: Module 'chai-as-promised' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/process/proc.observable.test.ts[6, 41]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/common/process/proc.observable.test.ts[156, 36]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/common/process/proc.observable.test.ts[187, 36]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/common/process/pythonProc.simple.multiroot.test.ts[4, 29]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/process/pythonProc.simple.multiroot.test.ts[5, 33]: Module 'chai-as-promised' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/process/pythonProc.simple.multiroot.test.ts[10, 54]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/terminals/activation.bash.test.ts[4, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/terminals/activation.bash.test.ts[6, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/terminals/activation.commandPrompt.test.ts[6, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/terminals/activation.commandPrompt.test.ts[8, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/terminals/activation.commandPrompt.test.ts[9, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/terminals/activation.conda.test.ts[4, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/terminals/activation.conda.test.ts[6, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/terminals/activation.conda.test.ts[7, 28]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/terminals/factory.test.ts[4, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/terminals/factory.test.ts[5, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/terminals/factory.test.ts[6, 50]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/terminals/helper.activation.test.ts[4, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/terminals/helper.activation.test.ts[5, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/terminals/helper.activation.test.ts[6, 28]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/terminals/helper.test.ts[4, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/terminals/helper.test.ts[5, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/terminals/helper.test.ts[6, 52]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/terminals/service.test.ts[4, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/terminals/service.test.ts[5, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/terminals/service.test.ts[6, 80]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/common/terminals/service.test.ts[170, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/common/terminals/service.test.ts[194, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/common/variables/envVarsProvider.multiroot.test.ts[4, 29]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/variables/envVarsProvider.multiroot.test.ts[5, 33]: Module 'chai-as-promised' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/variables/envVarsProvider.multiroot.test.ts[9, 65]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/test/common/variables/envVarsProvider.multiroot.test.ts[13, 1]: Multiple imports from '../../../client/common/types' can be combined into one.
ERROR: (no-implicit-dependencies) src/test/common/variables/envVarsService.test.ts[4, 29]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/common/variables/envVarsService.test.ts[5, 33]: Module 'chai-as-promised' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/test/common/variables/envVarsService.test.ts[55, 28]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/common/variables/envVarsService.test.ts[65, 28]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/terminals/codeExecution/codeExecutionManager.test.ts[6, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/terminals/codeExecution/codeExecutionManager.test.ts[7, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/terminals/codeExecution/codeExecutionManager.test.ts[8, 59]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-return-await) src/test/terminals/codeExecution/codeExecutionManager.test.ts[72, 34]: Unnecessary 'await'.
ERROR: (no-return-await) src/test/terminals/codeExecution/codeExecutionManager.test.ts[99, 34]: Unnecessary 'await'.
ERROR: (no-return-await) src/test/terminals/codeExecution/codeExecutionManager.test.ts[100, 44]: Unnecessary 'await'.
ERROR: (no-return-await) src/test/terminals/codeExecution/codeExecutionManager.test.ts[122, 33]: Unnecessary 'await'.
ERROR: (no-return-await) src/test/terminals/codeExecution/codeExecutionManager.test.ts[127, 44]: Unnecessary 'await'.
ERROR: (no-return-await) src/test/terminals/codeExecution/codeExecutionManager.test.ts[153, 44]: Unnecessary 'await'.
ERROR: (no-return-await) src/test/terminals/codeExecution/codeExecutionManager.test.ts[189, 44]: Unnecessary 'await'.
ERROR: (no-return-await) src/test/terminals/codeExecution/codeExecutionManager.test.ts[231, 44]: Unnecessary 'await'.
ERROR: (no-unnecessary-type-assertion) src/test/terminals/codeExecution/codeExecutionManager.test.ts[71, 15]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/terminals/codeExecution/codeExecutionManager.test.ts[98, 15]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/terminals/codeExecution/codeExecutionManager.test.ts[126, 15]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/terminals/codeExecution/codeExecutionManager.test.ts[152, 15]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/terminals/codeExecution/codeExecutionManager.test.ts[188, 15]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/terminals/codeExecution/codeExecutionManager.test.ts[230, 15]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/test/terminals/codeExecution/djangoShellCodeExect.test.ts[6, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/terminals/codeExecution/djangoShellCodeExect.test.ts[8, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/terminals/codeExecution/djangoShellCodeExect.test.ts[9, 50]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/terminals/codeExecution/helper.test.ts[6, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/terminals/codeExecution/helper.test.ts[8, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/terminals/codeExecution/helper.test.ts[9, 75]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/terminals/codeExecution/terminalCodeExec.test.ts[6, 24]: Module 'chai' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/terminals/codeExecution/terminalCodeExec.test.ts[8, 26]: Module 'typemoq' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/test/terminals/codeExecution/terminalCodeExec.test.ts[9, 50]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-return-await) src/test/terminals/codeExecution/terminalCodeExec.test.ts[138, 51]: Unnecessary 'await'.
ERROR: (no-return-await) src/test/terminals/codeExecution/terminalCodeExec.test.ts[157, 51]: Unnecessary 'await'.
ERROR: (no-return-await) src/test/terminals/codeExecution/terminalCodeExec.test.ts[179, 51]: Unnecessary 'await'.
ERROR: (no-return-await) src/test/terminals/codeExecution/terminalCodeExec.test.ts[198, 51]: Unnecessary 'await'.
ERROR: (no-return-await) src/test/terminals/codeExecution/terminalCodeExec.test.ts[217, 51]: Unnecessary 'await'.
ERROR: (no-return-await) src/test/terminals/codeExecution/terminalCodeExec.test.ts[293, 51]: Unnecessary 'await'.
ERROR: (no-return-await) src/test/terminals/codeExecution/terminalCodeExec.test.ts[294, 51]: Unnecessary 'await'.
ERROR: (no-return-await) src/test/terminals/codeExecution/terminalCodeExec.test.ts[310, 51]: Unnecessary 'await'.
ERROR: (no-return-await) src/test/terminals/codeExecution/terminalCodeExec.test.ts[336, 51]: Unnecessary 'await'.
ERROR: (no-return-await) src/test/terminals/codeExecution/terminalCodeExec.test.ts[340, 51]: Unnecessary 'await'.
ERROR: (no-return-await) src/test/terminals/codeExecution/terminalCodeExec.test.ts[344, 51]: Unnecessary 'await'.
ERROR: (no-return-await) src/test/terminals/codeExecution/terminalCodeExec.test.ts[355, 51]: Unnecessary 'await'.
ERROR: (no-return-await) src/test/terminals/codeExecution/terminalCodeExec.test.ts[358, 51]: Unnecessary 'await'.
ERROR: (no-unnecessary-type-assertion) src/test/terminals/codeExecution/terminalCodeExec.test.ts[338, 17]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/test/terminals/codeExecution/terminalCodeExec.test.ts[342, 17]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-any) src/client/common/net/socket/SocketStream.ts[199, 19]: Type declaration of 'any' loses type-safety. Consider replacing it with a more precise type.
ERROR: (no-increment-decrement) src/client/common/net/socket/SocketStream.ts[100, 13]: Forbidden ++ operator
ERROR: (no-use-before-declare) src/client/common/net/socket/SocketStream.ts[201, 18]: variable 'DataType' used before declaration
ERROR: (no-use-before-declare) src/client/common/net/socket/SocketStream.ts[205, 18]: variable 'DataType' used before declaration
ERROR: (no-use-before-declare) src/client/common/net/socket/SocketStream.ts[209, 18]: variable 'DataType' used before declaration
ERROR: (no-use-before-declare) src/client/common/net/socket/SocketStream.ts[226, 52]: variable 'DataType' used before declaration
ERROR: (no-use-before-declare) src/client/common/net/socket/SocketStream.ts[230, 52]: variable 'DataType' used before declaration
ERROR: (no-use-before-declare) src/client/common/net/socket/SocketStream.ts[234, 52]: variable 'DataType' used before declaration
ERROR: (switch-default) src/client/common/net/socket/SocketStream.ts[200, 9]: Switch statement should include a 'default' case
ERROR: (member-ordering) src/client/common/net/socket/SocketStream.ts[13, 5]: Declaration of private instance field not allowed after declaration of constructor. Instead, this should come at the beginning of the class/interface.
ERROR: (member-ordering) src/client/common/net/socket/SocketStream.ts[34, 5]: Declaration of private instance field not allowed after declaration of public instance method. Instead, this should come at the beginning of the class/interface.
ERROR: (member-ordering) src/client/common/net/socket/SocketStream.ts[35, 5]: Declaration of private instance field not allowed after declaration of public instance method. Instead, this should come at the beginning of the class/interface.
ERROR: (member-ordering) src/client/common/net/socket/SocketStream.ts[36, 5]: Declaration of private instance field not allowed after declaration of public instance method. Instead, this should come at the beginning of the class/interface.
ERROR: (member-ordering) src/client/common/net/socket/SocketStream.ts[61, 5]: Declaration of private instance field not allowed after declaration of public instance method. Instead, this should come at the beginning of the class/interface.
ERROR: (member-ordering) src/client/common/net/socket/SocketStream.ts[93, 5]: Declaration of public instance method not allowed after declaration of private instance method. Instead, this should come after constructors.
ERROR: (member-ordering) src/client/common/net/socket/SocketStream.ts[108, 5]: Declaration of public instance method not allowed after declaration of private instance method. Instead, this should come after constructors.
ERROR: (member-ordering) src/client/common/net/socket/SocketStream.ts[156, 5]: Declaration of public instance method not allowed after declaration of private instance method. Instead, this should come after constructors.
ERROR: (member-ordering) src/client/common/net/socket/SocketStream.ts[160, 5]: Declaration of public instance method not allowed after declaration of private instance method. Instead, this should come after constructors.
ERROR: (member-ordering) src/client/common/net/socket/SocketStream.ts[178, 5]: Declaration of public instance method not allowed after declaration of private instance method. Instead, this should come after constructors.
ERROR: (member-ordering) src/client/common/net/socket/SocketStream.ts[225, 5]: Declaration of public instance method not allowed after declaration of private instance method. Instead, this should come after constructors.
ERROR: (member-ordering) src/client/common/net/socket/SocketStream.ts[229, 5]: Declaration of public instance method not allowed after declaration of private instance method. Instead, this should come after constructors.
ERROR: (member-ordering) src/client/common/net/socket/SocketStream.ts[233, 5]: Declaration of public instance method not allowed after declaration of private instance method. Instead, this should come after constructors.
ERROR: (no-require-imports) src/client/common/net/socket/SocketStream.ts[4, 18]: require() style import is forbidden
ERROR: (no-unnecessary-local-variable) src/client/common/net/socket/SocketStream.ts[152, 9]: Unnecessary local variable: resp
ERROR: (no-unnecessary-local-variable) src/client/common/net/socket/SocketStream.ts[174, 9]: Unnecessary local variable: returnValue
ERROR: (no-var-requires) src/client/common/net/socket/SocketStream.ts[4, 18]: require statement not part of an import statement
ERROR: (prefer-const) src/client/common/net/socket/SocketStream.ts[19, 13]: Identifier 'buffer' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/common/net/socket/SocketStream.ts[23, 13]: Identifier 'stringBuffer' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/common/net/socket/SocketStream.ts[79, 13]: Identifier 'newBuffer' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/common/net/socket/SocketStream.ts[98, 13]: Identifier 'value' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/common/net/socket/SocketStream.ts[109, 13]: Identifier 'byteRead' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/common/net/socket/SocketStream.ts[118, 13]: Identifier 'type' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/common/net/socket/SocketStream.ts[135, 13]: Identifier 'len' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/common/net/socket/SocketStream.ts[144, 13]: Identifier 'stringBuffer' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/common/net/socket/SocketStream.ts[152, 13]: Identifier 'resp' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/common/net/socket/SocketStream.ts[165, 13]: Identifier 'buf' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/common/net/socket/SocketStream.ts[174, 13]: Identifier 'returnValue' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-const) src/client/common/net/socket/SocketStream.ts[183, 13]: Identifier 'stringBuffer' is never reassigned; use 'const' instead of 'let'.
ERROR: (prefer-template) src/client/common/net/socket/SocketStream.ts[131, 33]: Use a template literal instead of concatenating with a string literal.
ERROR: (no-consecutive-blank-lines) src/client/common/net/socket/SocketStream.ts[6, 1]: Consecutive blank lines are forbidden
ERROR: (no-consecutive-blank-lines) src/client/common/net/socket/SocketStream.ts[33, 1]: Consecutive blank lines are forbidden
ERROR: (one-line) src/client/common/net/socket/SocketStream.ts[102, 9]: misplaced 'else'
ERROR: (one-line) src/client/common/net/socket/SocketStream.ts[148, 9]: misplaced 'else'
ERROR: (one-line) src/client/common/net/socket/SocketStream.ts[170, 9]: misplaced 'else'
ERROR: (one-line) src/client/common/net/socket/SocketStream.ts[187, 9]: misplaced 'else'
ERROR: (quotemark) src/client/common/net/socket/SocketStream.ts[1, 1]: " should be '
ERROR: (quotemark) src/client/common/net/socket/SocketStream.ts[3, 22]: " should be '
ERROR: (quotemark) src/client/common/net/socket/SocketStream.ts[4, 26]: " should be '
ERROR: (quotemark) src/client/common/net/socket/SocketStream.ts[23, 46]: " should be '
ERROR: (quotemark) src/client/common/net/socket/SocketStream.ts[115, 29]: " should be '
ERROR: (quotemark) src/client/common/net/socket/SocketStream.ts[121, 18]: " should be '
ERROR: (quotemark) src/client/common/net/socket/SocketStream.ts[123, 18]: " should be '
ERROR: (quotemark) src/client/common/net/socket/SocketStream.ts[126, 18]: " should be '
ERROR: (quotemark) src/client/common/net/socket/SocketStream.ts[131, 33]: " should be '
ERROR: (quotemark) src/client/common/net/socket/SocketStream.ts[152, 54]: " should be '
ERROR: (quotemark) src/client/common/net/socket/SocketStream.ts[190, 38]: " should be '
ERROR: (no-unnecessary-type-assertion) src/client/common/net/socket/socketCallbackHandler.ts[77, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/net/socket/socketServer.ts[24, 57]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/net/socket/socketServer.ts[25, 57]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/net/socket/socketServer.ts[26, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/net/socket/socketServer.ts[27, 25]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/common/net/socket/socketServer.ts[30, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (type-literal-delimiter) src/client/common/net/socket/socketServer.ts[20, 42]: Expected type literal to use ';' instead of ','.
ERROR: (no-implicit-dependencies) src/client/common/terminal/environmentActivationProviders/baseActivationProvider.ts[6, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/common/terminal/environmentActivationProviders/baseActivationProvider.ts[12, 1]: Multiple imports from '../types' can be combined into one.
ERROR: (no-unused-variable) src/client/common/terminal/environmentActivationProviders/baseActivationProvider.ts[7, 1]: All imports are unused.
ERROR: (no-implicit-dependencies) src/client/common/terminal/environmentActivationProviders/bash.ts[5, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (space-within-parens) src/client/common/terminal/environmentActivationProviders/bash.ts[14, 17]: Whitespace within parentheses is not allowed
ERROR: (no-unused-variable) src/client/common/terminal/environmentActivationProviders/bash.ts[6, 1]: All imports are unused.
ERROR: (no-implicit-dependencies) src/client/common/terminal/environmentActivationProviders/commandPrompt.ts[6, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (space-within-parens) src/client/common/terminal/environmentActivationProviders/commandPrompt.ts[16, 17]: Whitespace within parentheses is not allowed
ERROR: (no-unused-variable) src/client/common/terminal/environmentActivationProviders/commandPrompt.ts[7, 1]: All imports are unused.
ERROR: (no-implicit-dependencies) src/client/common/terminal/environmentActivationProviders/condaActivationProvider.ts[5, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-duplicate-imports) src/client/common/terminal/environmentActivationProviders/condaActivationProvider.ts[12, 1]: Multiple imports from '../types' can be combined into one.
ERROR: (no-implicit-dependencies) src/client/interpreter/configuration/services/globalUpdaterService.ts[1, 27]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/interpreter/configuration/services/workspaceFolderUpdaterService.ts[2, 53]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/interpreter/configuration/services/workspaceUpdaterService.ts[2, 32]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/interpreter/locators/services/KnownPathsService.ts[4, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (space-within-parens) src/client/interpreter/locators/services/KnownPathsService.ts[16, 24]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/interpreter/locators/services/cacheableLocatorService.ts[5, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/interpreter/locators/services/condaEnvFileService.ts[3, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/locators/services/condaEnvFileService.ts[34, 48]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/locators/services/condaEnvFileService.ts[35, 67]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/locators/services/condaEnvFileService.ts[47, 30]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/locators/services/condaEnvFileService.ts[53, 111]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/locators/services/condaEnvFileService.ts[55, 51]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/locators/services/condaEnvFileService.ts[56, 86]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (space-within-parens) src/client/interpreter/locators/services/condaEnvFileService.ts[18, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/interpreter/locators/services/condaEnvService.ts[5, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/locators/services/condaEnvService.ts[64, 67]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/locators/services/condaEnvService.ts[103, 111]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/locators/services/condaEnvService.ts[105, 51]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/locators/services/condaEnvService.ts[106, 86]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (space-within-parens) src/client/interpreter/locators/services/condaEnvService.ts[17, 17]: Whitespace within parentheses is not allowed
ERROR: (no-redundant-jsdoc) src/client/interpreter/locators/services/condaHelper.ts[41, 15]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/interpreter/locators/services/condaHelper.ts[42, 15]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/interpreter/locators/services/condaHelper.ts[43, 17]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/interpreter/locators/services/condaHelper.ts[44, 9]: JSDoc tag '@memberof' is redundant in TypeScript code.
ERROR: (type-literal-delimiter) src/client/interpreter/locators/services/condaHelper.ts[46, 84]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/interpreter/locators/services/condaHelper.ts[53, 35]: Expected type literal to use ';' instead of ','.
ERROR: (no-redundant-jsdoc) src/client/interpreter/locators/services/condaService.ts[83, 15]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/interpreter/locators/services/condaService.ts[84, 17]: Type annotation in JSDoc is redundant in TypeScript code.
ERROR: (no-redundant-jsdoc) src/client/interpreter/locators/services/condaService.ts[85, 9]: JSDoc tag '@memberof' is redundant in TypeScript code.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/locators/services/condaService.ts[45, 33]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/locators/services/condaService.ts[46, 16]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/locators/services/condaService.ts[109, 28]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/locators/services/condaService.ts[112, 28]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/locators/services/condaService.ts[157, 71]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/locators/services/condaService.ts[157, 83]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (type-literal-delimiter) src/client/interpreter/locators/services/condaService.ts[94, 86]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/interpreter/locators/services/condaService.ts[122, 85]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/interpreter/locators/services/condaService.ts[126, 103]: Expected type literal to use ';' instead of ','.
ERROR: (space-within-parens) src/client/interpreter/locators/services/condaService.ts[31, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/interpreter/locators/services/currentPathService.ts[4, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (space-within-parens) src/client/interpreter/locators/services/currentPathService.ts[14, 24]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/interpreter/locators/services/virtualEnvService.ts[4, 32]: Module 'vscode' is not listed as dependency in package.json
ERROR: (space-within-parens) src/client/interpreter/locators/services/virtualEnvService.ts[18, 24]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/interpreter/locators/services/windowsRegistryService.ts[5, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-object-literal-type-assertion) src/client/interpreter/locators/services/windowsRegistryService.ts[113, 32]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-object-literal-type-assertion) src/client/interpreter/locators/services/windowsRegistryService.ts[125, 24]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-unnecessary-type-assertion) src/client/interpreter/locators/services/windowsRegistryService.ts[64, 26]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (type-literal-delimiter) src/client/interpreter/locators/services/windowsRegistryService.ts[23, 23]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/interpreter/locators/services/windowsRegistryService.ts[24, 23]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/interpreter/locators/services/windowsRegistryService.ts[25, 23]: Expected type literal to use ';' to separate members.
ERROR: (type-literal-delimiter) src/client/interpreter/locators/services/windowsRegistryService.ts[87, 32]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/interpreter/locators/services/windowsRegistryService.ts[88, 36]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/interpreter/locators/services/windowsRegistryService.ts[89, 33]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/interpreter/locators/services/windowsRegistryService.ts[90, 29]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/interpreter/locators/services/windowsRegistryService.ts[91, 39]: Expected type literal to use ';' to separate members.
ERROR: (space-within-parens) src/client/interpreter/locators/services/windowsRegistryService.ts[30, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/unittests/common/managers/baseTestManager.ts[1, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/unittests/common/managers/baseTestManager.ts[2, 59]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-object-literal-type-assertion) src/client/unittests/common/managers/baseTestManager.ts[221, 24]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-duplicate-imports) src/client/unittests/common/managers/baseTestManager.ts[2, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-duplicate-imports) src/client/unittests/common/managers/baseTestManager.ts[6, 1]: Multiple imports from '../../../common/types' can be combined into one.
ERROR: (no-duplicate-imports) src/client/unittests/common/managers/baseTestManager.ts[14, 1]: Multiple imports from './../types' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/managers/baseTestManager.ts[89, 46]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/managers/baseTestManager.ts[93, 20]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/managers/baseTestManager.ts[96, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/managers/baseTestManager.ts[96, 44]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/managers/baseTestManager.ts[98, 36]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/managers/baseTestManager.ts[138, 33]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/managers/baseTestManager.ts[162, 33]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/managers/baseTestManager.ts[233, 24]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/unittests/common/managers/testConfigurationManager.ts[2, 25]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-implicit-dependencies) src/client/unittests/common/managers/testConfigurationManager.ts[3, 21]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-object-literal-type-assertion) src/client/unittests/common/managers/testConfigurationManager.ts[36, 24]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (no-duplicate-imports) src/client/unittests/common/managers/testConfigurationManager.ts[3, 1]: Multiple imports from 'vscode' can be combined into one.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/managers/testConfigurationManager.ts[42, 26]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/unittests/common/services/configSettingService.ts[1, 56]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/services/configSettingService.ts[44, 65]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/unittests/common/services/storageService.ts[2, 44]: Module 'vscode' is not listed as dependency in package.json
ERROR: (space-within-parens) src/client/unittests/common/services/storageService.ts[9, 17]: Whitespace within parentheses is not allowed
ERROR: (no-implicit-dependencies) src/client/unittests/common/services/testManagerService.ts[1, 33]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/services/testManagerService.ts[31, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/services/testResultsService.ts[37, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/services/testResultsService.ts[37, 44]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/services/testResultsService.ts[38, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/services/testResultsService.ts[38, 44]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/services/testResultsService.ts[54, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/services/testResultsService.ts[54, 44]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/services/testResultsService.ts[55, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/services/testResultsService.ts[55, 44]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/services/testResultsService.ts[75, 21]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/services/testResultsService.ts[77, 21]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/services/testResultsService.ts[99, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/services/testResultsService.ts[99, 38]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/services/testResultsService.ts[100, 13]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/services/testResultsService.ts[100, 38]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (space-within-parens) src/client/unittests/common/services/testResultsService.ts[7, 17]: Whitespace within parentheses is not allowed
ERROR: (no-unused-variable) src/client/unittests/common/services/testResultsService.ts[2, 1]: All imports are unused.
ERROR: (no-implicit-dependencies) src/client/unittests/common/services/workspaceTestManagerService.ts[2, 59]: Module 'vscode' is not listed as dependency in package.json
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/services/workspaceTestManagerService.ts[21, 16]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/services/workspaceTestManagerService.ts[26, 16]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/services/workspaceTestManagerService.ts[31, 16]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (space-within-parens) src/client/unittests/common/services/workspaceTestManagerService.ts[10, 17]: Whitespace within parentheses is not allowed
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/testVisitors/folderGenerationVisitor.ts[26, 28]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/common/testVisitors/folderGenerationVisitor.ts[52, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-implicit-dependencies) src/client/unittests/nosetest/services/discoveryService.ts[5, 41]: Module 'vscode' is not listed as dependency in package.json
ERROR: (space-within-parens) src/client/unittests/nosetest/services/discoveryService.ts[21, 17]: Whitespace within parentheses is not allowed
ERROR: (no-unnecessary-type-assertion) src/client/unittests/nosetest/services/parserService.ts[125, 29]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (space-within-parens) src/client/unittests/nosetest/services/parserService.ts[16, 17]: Whitespace within parentheses is not allowed
ERROR: (no-unused-variable) src/client/unittests/nosetest/services/parserService.ts[8, 53]: 'TestDiscoveryOptions' is declared but its value is never read.
ERROR: (no-unused-variable) src/client/unittests/nosetest/services/parserService.ts[8, 106]: 'TestStatus' is declared but its value is never read.
ERROR: (no-implicit-dependencies) src/client/unittests/pytest/services/discoveryService.ts[5, 41]: Module 'vscode' is not listed as dependency in package.json
ERROR: (space-within-parens) src/client/unittests/pytest/services/discoveryService.ts[25, 17]: Whitespace within parentheses is not allowed
ERROR: (no-unused-variable) src/client/unittests/pytest/services/discoveryService.ts[18, 6]: 'PytestDiscoveryOptions' is declared but its value is never read.
ERROR: (no-unused-variable) src/client/unittests/pytest/services/discoveryService.ts[7, 27]: 'UNITTEST_PROVIDER' is declared but its value is never read.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/pytest/services/parserService.ts[125, 36]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/pytest/services/parserService.ts[126, 36]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/pytest/services/parserService.ts[128, 17]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/pytest/services/parserService.ts[134, 32]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/pytest/services/parserService.ts[141, 36]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/pytest/services/parserService.ts[143, 17]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (type-literal-delimiter) src/client/unittests/pytest/services/parserService.ts[23, 44]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/unittests/pytest/services/parserService.ts[78, 38]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/unittests/pytest/services/parserService.ts[101, 139]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/unittests/pytest/services/parserService.ts[149, 95]: Expected type literal to use ';' instead of ','.
ERROR: (type-literal-delimiter) src/client/unittests/pytest/services/parserService.ts[149, 146]: Expected type literal to use ';' instead of ','.
ERROR: (space-within-parens) src/client/unittests/pytest/services/parserService.ts[14, 17]: Whitespace within parentheses is not allowed
ERROR: (no-unused-variable) src/client/unittests/pytest/services/parserService.ts[8, 53]: 'TestDiscoveryOptions' is declared but its value is never read.
ERROR: (no-unused-variable) src/client/unittests/pytest/services/parserService.ts[8, 106]: 'TestStatus' is declared but its value is never read.
ERROR: (no-object-literal-type-assertion) src/client/unittests/unittest/services/discoveryService.ts[54, 33]: Type assertion on object literals is forbidden, use a type annotation instead.
ERROR: (space-within-parens) src/client/unittests/unittest/services/discoveryService.ts[17, 17]: Whitespace within parentheses is not allowed
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/services/parserService.ts[53, 30]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/services/parserService.ts[54, 27]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/services/parserService.ts[91, 34]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (no-unnecessary-type-assertion) src/client/unittests/unittest/services/parserService.ts[101, 9]: This assertion is unnecessary since it does not change the type of the expression.
ERROR: (space-within-parens) src/client/unittests/unittest/services/parserService.ts[12, 17]: Whitespace within parentheses is not allowed
src/client/common/application/applicationShell.ts(49,9): error TS2322: Type 'Thenable<Uri[] | undefined>' is not assignable to type 'Thenable<Uri[]>'.
Type 'Uri[] | undefined' is not assignable to type 'Uri[]'.
Type 'undefined' is not assignable to type 'Uri[]'.
src/client/common/application/applicationShell.ts(52,9): error TS2322: Type 'Thenable<Uri | undefined>' is not assignable to type 'Thenable<Uri>'.
Type 'Uri | undefined' is not assignable to type 'Uri'.
Type 'undefined' is not assignable to type 'Uri'.
src/client/common/application/applicationShell.ts(55,9): error TS2322: Type 'Thenable<string | undefined>' is not assignable to type 'Thenable<string>'.
Type 'string | undefined' is not assignable to type 'string'.
Type 'undefined' is not assignable to type 'string'.
src/client/common/configSettingMonitor.ts(82,16): error TS2532: Object is possibly 'undefined'.
src/client/common/configSettings.ts(34,12): error TS2564: Property 'jediPath' has no initializer and is not definitely assigned in the constructor.
src/client/common/configSettings.ts(35,12): error TS2564: Property 'envFile' has no initializer and is not definitely assigned in the constructor.
src/client/common/configSettings.ts(36,12): error TS2564: Property 'disablePromptForFeatures' has no initializer and is not definitely assigned in the constructor.
src/client/common/configSettings.ts(37,12): error TS2564: Property 'venvPath' has no initializer and is not definitely assigned in the constructor.
src/client/common/configSettings.ts(38,12): error TS2564: Property 'devOptions' has no initializer and is not definitely assigned in the constructor.
src/client/common/configSettings.ts(39,12): error TS2564: Property 'linting' has no initializer and is not definitely assigned in the constructor.
src/client/common/configSettings.ts(40,12): error TS2564: Property 'formatting' has no initializer and is not definitely assigned in the constructor.
src/client/common/configSettings.ts(41,12): error TS2564: Property 'autoComplete' has no initializer and is not definitely assigned in the constructor.
src/client/common/configSettings.ts(42,12): error TS2564: Property 'unitTest' has no initializer and is not definitely assigned in the constructor.
src/client/common/configSettings.ts(43,12): error TS2564: Property 'terminal' has no initializer and is not definitely assigned in the constructor.
src/client/common/configSettings.ts(44,12): error TS2564: Property 'sortImports' has no initializer and is not definitely assigned in the constructor.
src/client/common/configSettings.ts(45,12): error TS2564: Property 'workspaceSymbols' has no initializer and is not definitely assigned in the constructor.
src/client/common/configSettings.ts(46,12): error TS2564: Property 'disableInstallationChecks' has no initializer and is not definitely assigned in the constructor.
src/client/common/configSettings.ts(47,12): error TS2564: Property 'globalModuleInstallation' has no initializer and is not definitely assigned in the constructor.
src/client/common/configSettings.ts(52,13): error TS2564: Property '_pythonPath' has no initializer and is not definitely assigned in the constructor.
src/client/common/contextKey.ts(4,13): error TS2564: Property 'lastValue' has no initializer and is not definitely assigned in the constructor.
src/client/common/editor.ts(18,12): error TS2564: Property 'diffs' has no initializer and is not definitely assigned in the constructor.
src/client/common/editor.ts(19,12): error TS2564: Property 'start1' has no initializer and is not definitely assigned in the constructor.
src/client/common/editor.ts(20,12): error TS2564: Property 'start2' has no initializer and is not definitely assigned in the constructor.
src/client/common/editor.ts(21,12): error TS2564: Property 'length1' has no initializer and is not definitely assigned in the constructor.
src/client/common/editor.ts(22,12): error TS2564: Property 'length2' has no initializer and is not definitely assigned in the constructor.
src/client/common/editor.ts(28,12): error TS2564: Property 'end' has no initializer and is not definitely assigned in the constructor.
src/client/common/errors/errorUtils.ts(7,9): error TS2322: Type 'boolean | "" | undefined' is not assignable to type 'boolean'.
Type 'undefined' is not assignable to type 'boolean'.
src/client/common/helpers.ts(32,13): error TS2564: Property '_resolve' has no initializer and is not definitely assigned in the constructor.
src/client/common/helpers.ts(34,13): error TS2564: Property '_reject' has no initializer and is not definitely assigned in the constructor.
src/client/common/installer/condaInstaller.ts(51,13): error TS2532: Object is possibly 'undefined'.
src/client/common/installer/condaInstaller.ts(54,23): error TS2532: Object is possibly 'undefined'.
src/client/common/installer/condaInstaller.ts(55,20): error TS2532: Object is possibly 'undefined'.
src/client/common/installer/condaInstaller.ts(58,23): error TS2532: Object is possibly 'undefined'.
src/client/common/installer/pipInstaller.ts(27,28): error TS2345: Argument of type '"--proxy"' is not assignable to parameter of type 'never'.
src/client/common/installer/pipInstaller.ts(28,28): error TS2345: Argument of type '""' is not assignable to parameter of type 'never'.
src/client/common/net/socket/SocketStream.ts(35,13): error TS2564: Property 'isInTransaction' has no initializer and is not definitely assigned in the constructor.
src/client/common/net/socket/SocketStream.ts(95,13): error TS2322: Type 'null' is not assignable to type 'number'.
src/client/common/net/socket/SocketStream.ts(111,13): error TS2322: Type 'null' is not assignable to type 'string'.
src/client/common/net/socket/SocketStream.ts(122,17): error TS2322: Type 'null' is not assignable to type 'string'.
src/client/common/net/socket/SocketStream.ts(137,13): error TS2322: Type 'null' is not assignable to type 'string'.
src/client/common/net/socket/SocketStream.ts(141,13): error TS2322: Type 'null' is not assignable to type 'string'.
src/client/common/net/socket/SocketStream.ts(162,13): error TS2322: Type 'null' is not assignable to type 'number'.
src/client/common/net/socket/SocketStream.ts(180,13): error TS2322: Type 'null' is not assignable to type 'string'.
src/client/common/net/socket/SocketStream.ts(218,13): error TS2322: Type 'undefined' is not assignable to type 'T'.
src/client/common/net/socket/socketCallbackHandler.ts(11,13): error TS2564: Property '_stream' has no initializer and is not definitely assigned in the constructor.
src/client/common/net/socket/socketCallbackHandler.ts(13,13): error TS2564: Property 'handeshakeDone' has no initializer and is not definitely assigned in the constructor.
src/client/common/net/socket/socketCallbackHandler.ts(20,13): error TS2564: Property 'disposed' has no initializer and is not definitely assigned in the constructor.
src/client/common/open.ts(34,9): error TS2322: Type 'string[]' is not assignable to type 'never[]'.
Type 'string' is not assignable to type 'never'.
src/client/common/open.ts(40,19): error TS2345: Argument of type '"/c"' is not assignable to parameter of type 'never'.
src/client/common/open.ts(43,23): error TS2345: Argument of type '"/wait"' is not assignable to parameter of type 'never'.
src/client/common/open.ts(47,23): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
src/client/common/open.ts(56,9): error TS2322: Type 'string[]' is not assignable to type 'never[]'.
src/client/common/terminal/service.ts(14,13): error TS2564: Property 'terminalShellType' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/Common/Contracts.ts(11,5): error TS2564: Property 'body' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/Common/Contracts.ts(22,18): error TS2565: Property 'body' is used before being assigned.
src/client/debugger/DebugClients/LocalDebugClient.ts(31,15): error TS2564: Property 'pythonProcess' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/DebugClients/RemoteDebugClient.ts(8,13): error TS2564: Property 'pythonProcess' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/DebugServers/BaseDebugServer.ts(13,15): error TS2564: Property 'isRunning' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/DebugServers/RemoteDebugServer.ts(32,13): error TS2564: Property 'stream' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/Main.ts(43,13): error TS2564: Property 'debuggerLoadedPromiseResolve' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/Main.ts(45,13): error TS2564: Property 'configurationDone' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/Main.ts(48,13): error TS2564: Property '_supportsRunInTerminalRequest' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/Main.ts(49,13): error TS2564: Property 'terminateEventSent' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/Main.ts(91,13): error TS2564: Property 'debugServer' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/Main.ts(206,13): error TS2564: Property 'launchArgs' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/Main.ts(207,13): error TS2564: Property 'attachArgs' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/PythonProcess.ts(25,13): error TS2564: Property 'hasExited' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/PythonProcess.ts(30,13): error TS2564: Property '_mainThread' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/PythonProcess.ts(35,13): error TS2564: Property '_lastExecutedThread' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/PythonProcess.ts(48,13): error TS2564: Property 'callbackHandler' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/PythonProcess.ts(49,13): error TS2564: Property 'stream' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/PythonProcess.ts(85,13): error TS2564: Property 'guidRead' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/PythonProcess.ts(86,13): error TS2564: Property 'statusRead' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/PythonProcess.ts(87,13): error TS2564: Property 'pidRead' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/PythonProcess.ts(89,13): error TS2564: Property 'isRemoteProcess' has no initializer and is not definitely assigned in the constructor.
src/client/debugger/PythonProcessCallbackHandler.ts(109,13): error TS2564: Property '_createdFirstThread' has no initializer and is not definitely assigned in the constructor.
src/client/formatters/lineFormatter.ts(12,13): error TS2564: Property 'builder' has no initializer and is not definitely assigned in the constructor.
src/client/formatters/lineFormatter.ts(13,13): error TS2564: Property 'tokens' has no initializer and is not definitely assigned in the constructor.
src/client/formatters/lineFormatter.ts(14,13): error TS2564: Property 'braceCounter' has no initializer and is not definitely assigned in the constructor.
src/client/formatters/lineFormatter.ts(15,13): error TS2564: Property 'text' has no initializer and is not definitely assigned in the constructor.
src/client/interpreter/locators/services/cacheableLocatorService.ts(13,13): error TS2564: Property 'getInterpretersPromise' has no initializer and is not definitely assigned in the constructor.
src/client/interpreter/locators/services/condaService.ts(20,13): error TS2564: Property 'condaFile' has no initializer and is not definitely assigned in the constructor.
src/client/jupyter/provider.ts(33,72): error TS2532: Object is possibly 'undefined'.
src/client/jupyter/provider.ts(35,35): error TS2532: Object is possibly 'undefined'.
src/client/jupyter/provider.ts(38,30): error TS2532: Object is possibly 'undefined'.
src/client/jupyter/provider.ts(46,38): error TS2532: Object is possibly 'undefined'.
src/client/jupyter/provider.ts(47,29): error TS2532: Object is possibly 'undefined'.
src/client/jupyter/provider.ts(47,69): error TS2532: Object is possibly 'undefined'.
src/client/jupyter/provider.ts(51,21): error TS2532: Object is possibly 'undefined'.
src/client/language/tokenizer.ts(37,13): error TS2564: Property 'cs' has no initializer and is not definitely assigned in the constructor.
src/client/language/tokenizer.ts(40,13): error TS2564: Property 'mode' has no initializer and is not definitely assigned in the constructor.
src/client/linters/baseLinter.ts(39,13): error TS2564: Property '_pythonSettings' has no initializer and is not definitely assigned in the constructor.
src/client/linters/errorHandlers/baseErrorHandler.ts(13,13): error TS2564: Property 'handler' has no initializer and is not definitely assigned in the constructor.
src/client/providers/definitionProvider.ts(21,9): error TS2322: Type 'null' is not assignable to type 'Definition'.
src/client/providers/definitionProvider.ts(27,13): error TS2322: Type 'Promise<null>' is not assignable to type 'Thenable<Definition>'.
Types of property 'then' are incompatible.
Type '<TResult1 = null, TResult2 = never>(onfulfilled?: ((value: null) => TResult1 | PromiseLike<TResul...' is not assignable to type '{ <TResult>(onfulfilled?: ((value: Definition) => TResult | Thenable<TResult>) | undefined, onrej...'.
Types of parameters 'onfulfilled' and 'onfulfilled' are incompatible.
Type '((value: Definition) => any) | undefined' is not assignable to type '((value: null) => any) | null | undefined'.
Type '(value: Definition) => any' is not assignable to type '((value: null) => any) | null | undefined'.
Type '(value: Definition) => any' is not assignable to type '(value: null) => any'.
Types of parameters 'value' and 'value' are incompatible.
Type 'null' is not assignable to type 'Definition'.
src/client/providers/definitionProvider.ts(30,13): error TS2322: Type 'Promise<null>' is not assignable to type 'Thenable<Definition>'.
src/client/providers/definitionProvider.ts(34,29): error TS2532: Object is possibly 'undefined'.
src/client/providers/definitionProvider.ts(34,66): error TS2532: Object is possibly 'undefined'.
src/client/providers/definitionProvider.ts(46,55): error TS2345: Argument of type 'IDefinitionResult | undefined' is not assignable to parameter of type 'IDefinitionResult'.
Type 'undefined' is not assignable to type 'IDefinitionResult'.
src/client/providers/jediProxy.ts(130,13): error TS2564: Property 'proc' has no initializer and is not definitely assigned in the constructor.
src/client/providers/jediProxy.ts(140,13): error TS2564: Property 'languageServerStarted' has no initializer and is not definitely assigned in the constructor.
src/client/providers/jediProxy.ts(142,13): error TS2564: Property 'environmentVariablesProvider' has no initializer and is not definitely assigned in the constructor.
src/client/providers/linterProvider.ts(43,13): error TS2564: Property 'diagnosticCollection' has no initializer and is not definitely assigned in the constructor.
src/client/providers/objectDefinitionProvider.ts(70,13): error TS2454: Variable 'uri' is used before being assigned.
src/client/providers/objectDefinitionProvider.ts(73,78): error TS2454: Variable 'lineNumber' is used before being assigned.
src/client/providers/objectDefinitionProvider.ts(93,9): error TS2322: Type 'string | undefined' is not assignable to type 'string'.
Type 'undefined' is not assignable to type 'string'.
src/client/providers/referenceProvider.ts(36,13): error TS2322: Type 'Promise<null>' is not assignable to type 'Thenable<Location[]>'.
Types of property 'then' are incompatible.
Type '<TResult1 = null, TResult2 = never>(onfulfilled?: ((value: null) => TResult1 | PromiseLike<TResul...' is not assignable to type '{ <TResult>(onfulfilled?: ((value: Location[]) => TResult | Thenable<TResult>) | undefined, onrej...'.
Types of parameters 'onfulfilled' and 'onfulfilled' are incompatible.
Type '((value: Location[]) => any) | undefined' is not assignable to type '((value: null) => any) | null | undefined'.
Type '(value: Location[]) => any' is not assignable to type '((value: null) => any) | null | undefined'.
Type '(value: Location[]) => any' is not assignable to type '(value: null) => any'.
Types of parameters 'value' and 'value' are incompatible.
Type 'null' is not assignable to type 'Location[]'.
src/client/providers/referenceProvider.ts(39,13): error TS2322: Type 'Promise<null>' is not assignable to type 'Thenable<Location[]>'.
src/client/providers/referenceProvider.ts(43,29): error TS2532: Object is possibly 'undefined'.
src/client/providers/referenceProvider.ts(43,66): error TS2532: Object is possibly 'undefined'.
src/client/providers/referenceProvider.ts(56,54): error TS2345: Argument of type 'IReferenceResult | undefined' is not assignable to parameter of type 'IReferenceResult'.
Type 'undefined' is not assignable to type 'IReferenceResult'.
src/client/providers/signatureProvider.ts(67,29): error TS2532: Object is possibly 'undefined'.
src/client/providers/symbolProvider.ts(42,61): error TS2345: Argument of type 'ISymbolResult | undefined' is not assignable to parameter of type 'ISymbolResult'.
Type 'undefined' is not assignable to type 'ISymbolResult'.
src/client/providers/symbolProvider.ts(60,61): error TS2345: Argument of type 'ISymbolResult | undefined' is not assignable to parameter of type 'ISymbolResult'.
Type 'undefined' is not assignable to type 'ISymbolResult'.
src/client/refactor/proxy.ts(21,13): error TS2564: Property '_commandReject' has no initializer and is not definitely assigned in the constructor.
src/client/refactor/proxy.ts(22,13): error TS2564: Property 'initialized' has no initializer and is not definitely assigned in the constructor.
src/client/sortImports.ts(35,17): error TS2345: Argument of type '(changes: TextEdit[]) => Promise<{}> | undefined' is not assignable to parameter of type '((value: TextEdit[]) => {} | PromiseLike<{}>) | null | undefined'.
Type '(changes: TextEdit[]) => Promise<{}> | undefined' is not assignable to type '(value: TextEdit[]) => {} | PromiseLike<{}>'.
Type 'Promise<{}> | undefined' is not assignable to type '{} | PromiseLike<{}>'.
Type 'undefined' is not assignable to type '{} | PromiseLike<{}>'.
src/client/terminals/codeExecution/djangoContext.ts(14,13): error TS2564: Property 'monitoringActiveTextEditor' has no initializer and is not definitely assigned in the constructor.
src/client/terminals/codeExecution/djangoContext.ts(16,13): error TS2564: Property 'lastCheckedWorkspace' has no initializer and is not definitely assigned in the constructor.
src/client/terminals/codeExecution/terminalCodeExecution.ts(19,15): error TS2564: Property 'terminalTitle' has no initializer and is not definitely assigned in the constructor.
src/client/terminals/codeExecution/terminalCodeExecution.ts(20,13): error TS2564: Property '_terminalService' has no initializer and is not definitely assigned in the constructor.
src/client/unittests/codeLenses/testFiles.ts(105,21): error TS2322: Type 'null' is not assignable to type 'CodeLens[]'.
src/client/unittests/codeLenses/testFiles.ts(246,28): error TS2345: Argument of type 'TestFunction' is not assignable to parameter of type 'never'.
src/client/unittests/codeLenses/testFiles.ts(249,25): error TS2345: Argument of type 'TestSuite' is not assignable to parameter of type 'never'.
src/client/unittests/codeLenses/testFiles.ts(252,28): error TS2345: Argument of type 'TestFunction' is not assignable to parameter of type 'never'.
src/client/unittests/codeLenses/testFiles.ts(253,25): error TS2345: Argument of type 'TestSuite' is not assignable to parameter of type 'never'.
src/client/unittests/common/managers/baseTestManager.ts(38,13): error TS2564: Property '_installer' has no initializer and is not definitely assigned in the constructor.
src/client/unittests/common/xUnitParser.ts(130,25): error TS2322: Type 'null' is not assignable to type 'boolean | undefined'.
src/client/unittests/display/main.ts(14,13): error TS2564: Property 'progressPrefix' has no initializer and is not definitely assigned in the constructor.
src/client/unittests/display/picker.ts(20,62): error TS2345: Argument of type 'TestItem | undefined' is not assignable to parameter of type 'TestItem'.
Type 'undefined' is not assignable to type 'TestItem'.
Type 'undefined' is not assignable to type 'QuickPickItem'.
src/client/unittests/display/picker.ts(61,59): error TS2345: Argument of type 'TestItem | undefined' is not assignable to parameter of type 'TestItem'.
Type 'undefined' is not assignable to type 'TestItem'.
Type 'undefined' is not assignable to type 'QuickPickItem'.
src/client/unittests/display/picker.ts(101,25): error TS2345: Argument of type 'string' is not assignable to parameter of type 'never'.
src/client/unittests/display/picker.ts(104,25): error TS2345: Argument of type 'string' is not assignable to parameter of type 'never'.
src/client/unittests/display/picker.ts(108,25): error TS2345: Argument of type 'string' is not assignable to parameter of type 'never'.
src/client/unittests/display/picker.ts(111,25): error TS2345: Argument of type 'string' is not assignable to parameter of type 'never'.
src/client/unittests/display/picker.ts(141,57): error TS2345: Argument of type 'TestStatus | undefined' is not assignable to parameter of type 'TestStatus'.
Type 'undefined' is not assignable to type 'TestStatus'.
src/client/unittests/display/picker.ts(142,45): error TS2345: Argument of type 'TestStatus | undefined' is not assignable to parameter of type 'TestStatus'.
Type 'undefined' is not assignable to type 'TestStatus'.
src/client/unittests/display/picker.ts(157,44): error TS2532: Object is possibly 'undefined'.
src/client/unittests/display/picker.ts(157,44): error TS2538: Type 'undefined' cannot be used as an index type.
src/client/unittests/display/picker.ts(157,89): error TS2532: Object is possibly 'undefined'.
src/client/unittests/display/picker.ts(157,89): error TS2538: Type 'undefined' cannot be used as an index type.
src/client/unittests/display/picker.ts(158,44): error TS2532: Object is possibly 'undefined'.
src/client/unittests/display/picker.ts(158,44): error TS2538: Type 'undefined' cannot be used as an index type.
src/client/unittests/display/picker.ts(158,89): error TS2532: Object is possibly 'undefined'.
src/client/unittests/display/picker.ts(158,89): error TS2538: Type 'undefined' cannot be used as an index type.
src/client/unittests/display/picker.ts(181,13): error TS2532: Object is possibly 'undefined'.
src/client/unittests/display/picker.ts(181,24): error TS2532: Object is possibly 'undefined'.
src/client/unittests/display/picker.ts(184,13): error TS2532: Object is possibly 'undefined'.
src/client/unittests/display/picker.ts(184,24): error TS2532: Object is possibly 'undefined'.
src/client/unittests/display/picker.ts(225,40): error TS2532: Object is possibly 'undefined'.
src/client/unittests/display/picker.ts(231,40): error TS2532: Object is possibly 'undefined'.
src/client/workspaceSymbols/parser.ts(28,5): error TS2322: Type 'null' is not assignable to type 'IRegexGroup'.
src/client/workspaceSymbols/parser.ts(104,40): error TS2345: Argument of type '(exists: boolean) => Promise<Tag[]> | null' is not assignable to parameter of type '((value: boolean) => Tag[] | PromiseLike<Tag[]>) | null | undefined'.
Type '(exists: boolean) => Promise<Tag[]> | null' is not assignable to type '(value: boolean) => Tag[] | PromiseLike<Tag[]>'.
Type 'Promise<Tag[]> | null' is not assignable to type 'Tag[] | PromiseLike<Tag[]>'.
Type 'null' is not assignable to type 'Tag[] | PromiseLike<Tag[]>'.
src/client/workspaceSymbols/parser.ts(141,9): error TS2322: Type 'undefined' is not assignable to type 'Tag'.
src/client/workspaceSymbols/parser.ts(145,9): error TS2322: Type 'undefined' is not assignable to type 'Tag'.
src/client/workspaceSymbols/parser.ts(148,9): error TS2322: Type 'undefined' is not assignable to type 'Tag'.
src/client/workspaceSymbols/parser.ts(156,11): error TS2322: Type '{ fileName: string; code: string; position: Position; symbolName: string; symbolKind: SymbolKind ...' is not assignable to type 'Tag'.
Types of property 'symbolKind' are incompatible.
Type 'SymbolKind | undefined' is not assignable to type 'SymbolKind'.
Type 'undefined' is not assignable to type 'SymbolKind'.
src/client/workspaceSymbols/provider.ts(33,47): error TS2532: Object is possibly 'undefined'.
src/client/workspaceSymbols/provider.ts(33,81): error TS2532: Object is possibly 'undefined'.
src/test/common/socketCallbackHandler.test.ts(60,13): error TS2564: Property 'pid' has no initializer and is not definitely assigned in the constructor.
src/test/common/socketCallbackHandler.test.ts(61,13): error TS2564: Property 'guid' has no initializer and is not definitely assigned in the constructor.
src/test/common/socketCallbackHandler.test.ts(92,13): error TS2564: Property 'socket' has no initializer and is not definitely assigned in the constructor.
src/test/common/socketCallbackHandler.test.ts(93,12): error TS2564: Property 'SocketStream' has no initializer and is not definitely assigned in the constructor.
src/test/common/socketCallbackHandler.test.ts(97,13): error TS2564: Property 'def' has no initializer and is not definitely assigned in the constructor.
src/test/mockClasses.ts(6,12): error TS2564: Property 'isShown' has no initializer and is not definitely assigned in the constructor.
src/test/mockClasses.ts(31,12): error TS2564: Property 'alignment' has no initializer and is not definitely assigned in the constructor.
src/test/mockClasses.ts(32,12): error TS2564: Property 'priority' has no initializer and is not definitely assigned in the constructor.
src/test/mockClasses.ts(33,12): error TS2564: Property 'text' has no initializer and is not definitely assigned in the constructor.
src/test/mockClasses.ts(34,12): error TS2564: Property 'tooltip' has no initializer and is not definitely assigned in the constructor.
src/test/mockClasses.ts(35,12): error TS2564: Property 'color' has no initializer and is not definitely assigned in the constructor.
src/test/mockClasses.ts(36,12): error TS2564: Property 'command' has no initializer and is not definitely assigned in the constructor.
src/test/refactor/extension.refactor.extract.method.test.ts(89,22): error TS2345: Argument of type '(error: any) => Promise<never> | undefined' is not assignable to parameter of type '((reason: any) => PromiseLike<never>) | null | undefined'.
Type '(error: any) => Promise<never> | undefined' is not assignable to type '(reason: any) => PromiseLike<never>'.
Type 'Promise<never> | undefined' is not assignable to type 'PromiseLike<never>'.
Type 'undefined' is not assignable to type 'PromiseLike<never>'.
src/test/refactor/extension.refactor.extract.method.test.ts(142,22): error TS2345: Argument of type '(error: any) => Promise<never> | undefined' is not assignable to parameter of type '((reason: any) => PromiseLike<never>) | null | undefined'.
Type '(error: any) => Promise<never> | undefined' is not assignable to type '(reason: any) => PromiseLike<never>'.
Type 'Promise<never> | undefined' is not assignable to type 'PromiseLike<never>'.
Type 'undefined' is not assignable to type 'PromiseLike<never>'.
src/test/refactor/extension.refactor.extract.var.test.ts(87,22): error TS2345: Argument of type '(error: any) => Promise<never> | undefined' is not assignable to parameter of type '((reason: any) => PromiseLike<never>) | null | undefined'.
Type '(error: any) => Promise<never> | undefined' is not assignable to type '(reason: any) => PromiseLike<never>'.
Type 'Promise<never> | undefined' is not assignable to type 'PromiseLike<never>'.
Type 'undefined' is not assignable to type 'PromiseLike<never>'.
src/test/refactor/extension.refactor.extract.var.test.ts(140,22): error TS2345: Argument of type '(error: any) => Promise<never> | undefined' is not assignable to parameter of type '((reason: any) => PromiseLike<never>) | null | undefined'.
Type '(error: any) => Promise<never> | undefined' is not assignable to type '(reason: any) => PromiseLike<never>'.
Type 'Promise<never> | undefined' is not assignable to type 'PromiseLike<never>'.
Type 'undefined' is not assignable to type 'PromiseLike<never>'.
src/test/testRunner.ts(97,13): error TS2564: Property 'instrumenter' has no initializer and is not definitely assigned in the constructor.
src/test/unittests/mocks.ts(28,13): error TS2564: Property '_token' has no initializer and is not definitely assigned in the constructor.
Hygiene failed with errors 👎 . Check 'gulpfile.js'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment