We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93c9b2 commit bf81ad9Copy full SHA for bf81ad9
src/extension.ts
@@ -101,7 +101,6 @@ export function activate(context: ExtensionContext) {
101
*/
102
function getXMLSettings(): JSON {
103
let configXML = workspace.getConfiguration().get('xml');
104
- configXML = null;
105
let xml;
106
if (!configXML) { //Set default preferences if not provided
107
const defaultValue =
0 commit comments