Skip to content

Commit

Permalink
oc info
Browse files Browse the repository at this point in the history
  • Loading branch information
aroary committed Jul 1, 2022
1 parent f832cec commit 9f3e6aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions browser/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/***************************************************************
* @file lorem ipsum browser extension for https://github.dev/ *
* @copyright (c) 2021 aroary *
* @license MIT *
***************************************************************/
/**************************************************************
* @file lorem ipsum browser extension for visual studio code *
* @copyright (c) 2021 aroary *
* @license MIT *
**************************************************************/

const vscode = require('vscode'); // https://code.visualstudio.com/api/extension-guides/web-extensions#web-extension-main-file

Expand Down
10 changes: 5 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*******************************************************
* @file lorem ipsum extension for visual studios code *
* @copyright (c) 2021 aroary *
* @license MIT *
*******************************************************/
/******************************************************
* @file lorem ipsum extension for visual studio code *
* @copyright (c) 2021 aroary *
* @license MIT *
******************************************************/

const vscode = require('vscode');
const fs = require('fs');
Expand Down

0 comments on commit 9f3e6aa

Please sign in to comment.