Skip to content

Commit bf81ad9

Browse files
NikolasKomonenfbricon
authored andcommitted
Removed line
Signed-off-by: Nikolas <nikolaskomonen@gmail.com>
1 parent d93c9b2 commit bf81ad9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ export function activate(context: ExtensionContext) {
101101
*/
102102
function getXMLSettings(): JSON {
103103
let configXML = workspace.getConfiguration().get('xml');
104-
configXML = null;
105104
let xml;
106105
if (!configXML) { //Set default preferences if not provided
107106
const defaultValue =

0 commit comments

Comments
 (0)