Show better error when rename fails in md (#161525)

* Show better error when rename fails in md

* Pick up latest MDLanguage service
This commit is contained in:
Matt Bierner
2022-09-22 16:27:25 -07:00
committed by GitHub
parent e531b8e963
commit 82c1bf86bf
4 changed files with 17 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import { LsConfiguration } from 'vscode-markdown-languageservice/out/config';
import { LsConfiguration } from 'vscode-markdown-languageservice';
export { LsConfiguration };