Skip to content

Commit

Permalink
Rename "extensions" folder to "features" according to vscode internal…
Browse files Browse the repository at this point in the history
… structure
  • Loading branch information
svsool committed Jul 31, 2020
1 parent fa826df commit 5540124
Show file tree
Hide file tree
Showing 24 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
BacklinksTreeDataProvider,
extendMarkdownIt,
newVersionNotifier,
} from './extensions';
} from './features';
import { cacheWorkspace } from './utils';
import commands from './commands';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const getChildren = async () => {
return parentsWithChildren;
};

describe('BacklinksTreeDataProvider()', () => {
describe('BacklinksTreeDataProvider', () => {
beforeEach(closeEditorsAndCleanWorkspace);

afterEach(closeEditorsAndCleanWorkspace);
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
escapeForRegExp,
} from '../test/testUtils';

describe('extendMarkdownIt contribution', () => {
describe('extendMarkdownIt feature', () => {
beforeEach(closeEditorsAndCleanWorkspace);

afterEach(closeEditorsAndCleanWorkspace);
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
waitForExpect,
} from '../test/testUtils';

describe('fsWatcher extension', () => {
describe('fsWatcher feature', () => {
beforeEach(closeEditorsAndCleanWorkspace);

afterEach(closeEditorsAndCleanWorkspace);
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import path from 'path';
import * as newVersionNotifier from './newVersionNotifier';
import { closeEditorsAndCleanWorkspace } from '../test/testUtils';

describe('newVersionNotifier extension', () => {
describe('newVersionNotifier feature', () => {
beforeEach(closeEditorsAndCleanWorkspace);

afterEach(closeEditorsAndCleanWorkspace);
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ExtensionContext } from 'vscode';
import * as referenceContextWatcher from './referenceContextWatcher';
import { closeEditorsAndCleanWorkspace } from '../test/testUtils';

describe('referenceContextWatcher extension', () => {
describe('referenceContextWatcher feature', () => {
beforeEach(closeEditorsAndCleanWorkspace);

afterEach(closeEditorsAndCleanWorkspace);
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5540124

Please sign in to comment.