Skip to content

Commit

Permalink
Remove unused text edit code
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Oct 17, 2023
1 parent 44053a2 commit 3d303ec
Show file tree
Hide file tree
Showing 11 changed files with 76 additions and 501 deletions.
42 changes: 11 additions & 31 deletions ThirdPartyNotices-Repository.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,17 @@ Microsoft Python extension for Visual Studio Code incorporates third party mater

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

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

%% Google Diff Match and Patch NOTICES, INFORMATION, AND LICENSE BEGIN HERE
=========================================
* Copyright 2006 Google Inc.
* http://code.google.com/p/google-diff-match-patch/
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
=========================================
END OF Google Diff Match and Patch NOTICES, INFORMATION, AND LICENSE

%% omnisharp-vscode NOTICES, INFORMATION, AND LICENSE BEGIN HERE
=========================================
Copyright (c) Microsoft Corporation
Expand Down
1 change: 0 additions & 1 deletion build/webpack/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ exports.nodeModulesToExternalize = [
'unicode/category/Nd',
'unicode/category/Pc',
'source-map-support',
'diff-match-patch',
'sudo-prompt',
'node-stream-zip',
'xml2js',
Expand Down
111 changes: 65 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1990,7 +1990,6 @@
"@vscode/extension-telemetry": "^0.8.4",
"@vscode/jupyter-lsp-middleware": "^0.2.50",
"arch": "^2.1.0",
"diff-match-patch": "^1.0.0",
"fs-extra": "^10.0.1",
"glob": "^7.2.0",
"hash.js": "^1.1.7",
Expand Down Expand Up @@ -2029,7 +2028,6 @@
"@types/chai": "^4.1.2",
"@types/chai-arrays": "^2.0.0",
"@types/chai-as-promised": "^7.1.0",
"@types/diff-match-patch": "^1.0.32",
"@types/download": "^8.0.1",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.2.0",
Expand Down
Loading

0 comments on commit 3d303ec

Please sign in to comment.