forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
debtCovers everything internal: CI, testing, refactoring of the codebase, etc.Covers everything internal: CI, testing, refactoring of the codebase, etc.good first issueneeds PRReady to be worked onReady to be worked on
Description
This {SplitLinesOptions=} isn't needed for example and just adds potential for bitrot:
vscode-python/src/client/common/stringUtils.ts
Lines 12 to 16 in 34dac5c
| * @param {SplitLinesOptions=} splitOptions - Options used for splitting the string. | |
| */ | |
| export function splitLines( | |
| source: string, | |
| splitOptions: SplitLinesOptions = { removeEmptyEntries: true, trim: true }, |
Metadata
Metadata
Assignees
Labels
debtCovers everything internal: CI, testing, refactoring of the codebase, etc.Covers everything internal: CI, testing, refactoring of the codebase, etc.good first issueneeds PRReady to be worked onReady to be worked on