Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<div align="center">
<h1> Android-XML-Editor </h1> </div>
<p align="center"> Editor for Android XML files in VSCode powered by TotalCross </strong></em></p>
<p align="center">Fork of <a href=https://github.com/Knowcode-AI/android-xml-editor>Knowcode-AI/android-xml-editor</a> that works.<br>It consists in an editor for Android XML files in VSCode powered by TotalCross</p>

<div align="center">
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
Expand Down
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class AppPanel {

const fse = require('fs-extra');
//@ts-ignore.
var sourceDir = path.join(rootUri?.path, "src/main/resources/drawable")
var sourceDir = path.join(rootUri?.path, "src/main/res/drawable")
var destinationDir = path.join(extensionUri.path, "/media/drawable")
fs.rmdirSync(destinationDir, { recursive: true });

Expand Down