Skip to content

Commit

Permalink
merge 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shan Khan authored and Shan Khan committed Sep 19, 2016
1 parent f5e386f commit 64523be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/commons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,11 @@ export class Commons {
var tempURI: string = this.en.APP_SUMMARY;

console.log("FILE URI For Summary Page : " + tempURI);
<<<<<<< HEAD

var setting: vscode.Uri = vscode.Uri.parse("untitled:" + tempURI);
=======

var setting: vscode.Uri = vscode.Uri.file(tempURI);
fs.openSync(setting.fsPath, 'w');
>>>>>>> f55e607c3ddf5b77e5d4ce7d7e8de77650d7d261

vscode.workspace.openTextDocument(setting).then((a: vscode.TextDocument) => {

Expand Down

0 comments on commit 64523be

Please sign in to comment.