Rename markdown to markdown-language-features

This commit is contained in:
Matt Bierner 2018-03-19 21:08:39 -07:00
parent 17faeb913d
commit 468dc867cd
66 changed files with 26 additions and 26 deletions

8
.vscode/launch.json vendored
View File

@ -165,12 +165,12 @@
"name": "VS Code Markdown Extension Tests", "name": "VS Code Markdown Extension Tests",
"runtimeExecutable": "${execPath}", "runtimeExecutable": "${execPath}",
"args": [ "args": [
"${workspaceFolder}/extensions/markdown/test-fixtures", "${workspaceFolder}/extensions/markdown-language-features/test-fixtures",
"--extensionDevelopmentPath=${workspaceFolder}/extensions/markdown", "--extensionDevelopmentPath=${workspaceFolder}/extensions/markdown-language-features",
"--extensionTestsPath=${workspaceFolder}/extensions/markdown/out/test" "--extensionTestsPath=${workspaceFolder}/extensions/markdown-language-features/out/test"
], ],
"outFiles": [ "outFiles": [
"${workspaceFolder}/extensions/markdown/out/**/*.js" "${workspaceFolder}/extensions/markdown-language-features/out/**/*.js"
] ]
}, },
{ {

View File

@ -82,7 +82,7 @@ const indentationFilter = [
'!build/**/*.sh', '!build/**/*.sh',
'!build/tfs/**/*.js', '!build/tfs/**/*.js',
'!**/Dockerfile', '!**/Dockerfile',
'!extensions/markdown/media/*.js' '!extensions/markdown-language-features/media/*.js'
]; ];
const copyrightFilter = [ const copyrightFilter = [
@ -104,7 +104,7 @@ const copyrightFilter = [
'!build/**/*.init', '!build/**/*.init',
'!resources/linux/snap/snapcraft.yaml', '!resources/linux/snap/snapcraft.yaml',
'!resources/win32/bin/code.js', '!resources/win32/bin/code.js',
'!extensions/markdown/media/tomorrow.css', '!extensions/markdown-language-features/media/tomorrow.css',
'!extensions/html-language-features/server/src/modes/typescript/*' '!extensions/html-language-features/server/src/modes/typescript/*'
]; ];

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 857 B

After

Width:  |  Height:  |  Size: 857 B

View File

Before

Width:  |  Height:  |  Size: 819 B

After

Width:  |  Height:  |  Size: 819 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 417 B

After

Width:  |  Height:  |  Size: 417 B

View File

Before

Width:  |  Height:  |  Size: 262 B

After

Width:  |  Height:  |  Size: 262 B

View File

@ -529,26 +529,26 @@ module.exports = throttle;
/*! no static exports found */ /*! no static exports found */
/***/ (function(module, exports) { /***/ (function(module, exports) {
var g; var g;
// This works in non-strict mode // This works in non-strict mode
g = (function() { g = (function() {
return this; return this;
})(); })();
try { try {
// This works if eval is allowed (see CSP) // This works if eval is allowed (see CSP)
g = g || Function("return this")() || (1, eval)("this"); g = g || Function("return this")() || (1, eval)("this");
} catch (e) { } catch (e) {
// This works if the window reference is available // This works if the window reference is available
if (typeof window === "object") g = window; if (typeof window === "object") g = window;
} }
// g can still be undefined, but nothing to do about it... // g can still be undefined, but nothing to do about it...
// We return undefined, instead of nothing here, so it's // We return undefined, instead of nothing here, so it's
// easier to handle this case. if(!global) { ...} // easier to handle this case. if(!global) { ...}
module.exports = g; module.exports = g;
/***/ }), /***/ }),