mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
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:
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user