Skip to content

Commit

Permalink
mini-browser: removed deprecations
Browse files Browse the repository at this point in the history
The commit removed the deprecated `MiniBrowserEndpoint` and
`MiniBrowserEndpoint.HANDLE_PATH`.

Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto committed May 21, 2022
1 parent cf4e2f8 commit 1e98bed
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- removed `OVERRIDE_PROPERTY_PATTERN` re-export.
- [core] removed deprecated `JsonType` re-export from `preference-schema` []()
- [file-search] removed deprecated `defaultIgnorePatterns` []()
- [mini-browser] removed deprecated `MiniBrowserEndpoint` and `MiniBrowserEndpoint.HANDLE_PATH` []()
- [output] removed `setVisibility` from `OutputChannelManager` []()
- [output] removed deprecated const `OUTPUT_WIDGET_KIND` []()
- [plugin-ext] deleted `untitled-resource.ts` []()
Expand Down
9 changes: 0 additions & 9 deletions packages/mini-browser/src/browser/location-mapper-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,3 @@ export class FileLocationMapper implements LocationMapper {
}

}

/**
* @deprecated since 1.8.0
*/
export class MiniBrowserEndpoint extends Endpoint {
constructor() {
super({ path: 'mini-browser' });
}
}
7 changes: 0 additions & 7 deletions packages/mini-browser/src/node/mini-browser-endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@ export interface MiniBrowserEndpointHandler {
@injectable()
export class MiniBrowserEndpoint implements BackendApplicationContribution, MiniBrowserService {

/**
* Endpoint path to handle the request for the given resource.
*
* @deprecated since 1.8.0
*/
static HANDLE_PATH = '/mini-browser/';

private attachRequestHandlerPromise: Promise<void>;

@inject(ILogger)
Expand Down

0 comments on commit 1e98bed

Please sign in to comment.