Skip to content

Commit 8becc76

Browse files
authored
Remove unused text edit code (microsoft#22244)
This is part of removing the formatting support from the extension.
1 parent 7cb3593 commit 8becc76

File tree

11 files changed

+180
-601
lines changed

11 files changed

+180
-601
lines changed

ThirdPartyNotices-Repository.txt

Lines changed: 11 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@ Microsoft Python extension for Visual Studio Code incorporates third party mater
66

77
1. Go for Visual Studio Code (https://github.com/Microsoft/vscode-go)
88
2. Files from the Python Project (https://www.python.org/)
9-
3. Google Diff Match and Patch (https://github.com/GerHobbelt/google-diff-match-patch)
10-
4. omnisharp-vscode (https://github.com/OmniSharp/omnisharp-vscode)
11-
5. PTVS (https://github.com/Microsoft/PTVS)
12-
6. Python documentation (https://docs.python.org/)
13-
7. python-functools32 (https://github.com/MiCHiLU/python-functools32/blob/master/functools32/functools32.py)
14-
8. pythonVSCode (https://github.com/DonJayamanne/pythonVSCode)
15-
9. Sphinx (http://sphinx-doc.org/)
16-
10. nteract (https://github.com/nteract/nteract)
17-
11. less-plugin-inline-urls (https://github.com/less/less-plugin-inline-urls/)
18-
12. vscode-cpptools (https://github.com/microsoft/vscode-cpptools)
19-
13. mocha (https://github.com/mochajs/mocha)
20-
14. get-pip (https://github.com/pypa/get-pip)
9+
3. omnisharp-vscode (https://github.com/OmniSharp/omnisharp-vscode)
10+
4. PTVS (https://github.com/Microsoft/PTVS)
11+
5. Python documentation (https://docs.python.org/)
12+
6. python-functools32 (https://github.com/MiCHiLU/python-functools32/blob/master/functools32/functools32.py)
13+
7. pythonVSCode (https://github.com/DonJayamanne/pythonVSCode)
14+
8. Sphinx (http://sphinx-doc.org/)
15+
9. nteract (https://github.com/nteract/nteract)
16+
10. less-plugin-inline-urls (https://github.com/less/less-plugin-inline-urls/)
17+
11. vscode-cpptools (https://github.com/microsoft/vscode-cpptools)
18+
12. mocha (https://github.com/mochajs/mocha)
19+
13. get-pip (https://github.com/pypa/get-pip)
2120

2221
%%
2322
Go for Visual Studio Code NOTICES, INFORMATION, AND LICENSE BEGIN HERE
@@ -244,25 +243,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
244243
=========================================
245244
END OF Files from the Python Project NOTICES, INFORMATION, AND LICENSE
246245

247-
%% Google Diff Match and Patch NOTICES, INFORMATION, AND LICENSE BEGIN HERE
248-
=========================================
249-
* Copyright 2006 Google Inc.
250-
* http://code.google.com/p/google-diff-match-patch/
251-
*
252-
* Licensed under the Apache License, Version 2.0 (the "License");
253-
* you may not use this file except in compliance with the License.
254-
* You may obtain a copy of the License at
255-
*
256-
* http://www.apache.org/licenses/LICENSE-2.0
257-
*
258-
* Unless required by applicable law or agreed to in writing, software
259-
* distributed under the License is distributed on an "AS IS" BASIS,
260-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
261-
* See the License for the specific language governing permissions and
262-
* limitations under the License.
263-
=========================================
264-
END OF Google Diff Match and Patch NOTICES, INFORMATION, AND LICENSE
265-
266246
%% omnisharp-vscode NOTICES, INFORMATION, AND LICENSE BEGIN HERE
267247
=========================================
268248
Copyright (c) Microsoft Corporation

build/webpack/common.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ exports.nodeModulesToExternalize = [
2121
'unicode/category/Nd',
2222
'unicode/category/Pc',
2323
'source-map-support',
24-
'diff-match-patch',
2524
'sudo-prompt',
2625
'node-stream-zip',
2726
'xml2js',

package-lock.json

Lines changed: 169 additions & 146 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1990,7 +1990,6 @@
19901990
"@vscode/extension-telemetry": "^0.8.4",
19911991
"@vscode/jupyter-lsp-middleware": "^0.2.50",
19921992
"arch": "^2.1.0",
1993-
"diff-match-patch": "^1.0.0",
19941993
"fs-extra": "^10.0.1",
19951994
"glob": "^7.2.0",
19961995
"hash.js": "^1.1.7",
@@ -2029,7 +2028,6 @@
20292028
"@types/chai": "^4.1.2",
20302029
"@types/chai-arrays": "^2.0.0",
20312030
"@types/chai-as-promised": "^7.1.0",
2032-
"@types/diff-match-patch": "^1.0.32",
20332031
"@types/download": "^8.0.1",
20342032
"@types/fs-extra": "^9.0.13",
20352033
"@types/glob": "^7.2.0",

0 commit comments

Comments
 (0)